Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Magento 2 Development Cookbook

You're reading from   Magento 2 Development Cookbook Over 60 recipes that will tailor and customize your experience with Magento 2

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher
ISBN-13 9781785882197
Length 304 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Toc

Table of Contents (13) Chapters Close

Preface 1. Upgrading from Magento 1 FREE CHAPTER 2. Working with Products 3. Theming 4. Creating a Module 5. Databases and Modules 6. Magento Backend 7. Event Handlers and Cronjobs 8. Creating a Shipping Module 9. Creating a Product Slider Widget 10. Performance Optimization 11. Debugging and Unit Testing Index

Finding performance leaks in Magento


When optimizing a website, we can do lots of things to the server environment but the application that runs on it can always be faster.

When you have a Magento store and one kind of page is significantly slower than other pages, it could possible be that there is a performance issue on that page.

To find performance issues, we can use the Magento Profiler. With the Magento Profiler, we can see how much time every process takes to render a page.

Getting ready

To enable the profiler, we have to modify the apache environment variables. We can do this in the VirtualHost configuration or in the .htaccess file. Ensure that you have access to one of these files.

How to do it...

In the following steps, we will specify how we can use the Magento profiler:

  1. To enable the profiler, add the following code in the VirtualHost or the .htaccess file:

    SetEnv MAGE_PROFILER html
    
  2. If you changed this setting in the VirtualHost file, reload the Apache server.

  3. Reload a page in the frontend...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime