Book Image

PrestaShop Module Development

By : Fabien Serny
Book Image

PrestaShop Module Development

By: Fabien Serny

Overview of this book

Table of Contents (19 chapters)
PrestaShop Module Development
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Security and Performance

You now have fully functional modules, but you can still improve them.

In this chapter, we will work on the security of the modules of the previous chapters (you'll notice that there are some security problems with them), check other people's modules for security issues, and improve the performance of your own modules.

You will see how to:

  • Secure your modules against directory listing, direct file access, SQL injection, and Cross-Site Scripting (XSS)

  • Search for malicious code in modules

  • Improve the performance of your modules