Jump to content

Prestashop debug mode and debug profiling


Miguel86

Recommended Posts

Hi:
I'm running a Prestashop 1.6 shop. In a test environment i changed in the config/defines.inc.php

define('_PS_MODE_DEV_', true);
define('_PS_DEBUG_PROFILING_', true);

The idea is that i want to track how much time my website takes to generate the webpage. Track the PHP generation time, and the MySQL time and check all the queries that are done to see if anything can be optimized, etc.

I enabled it but i don't see nothing at the bottom of the webpage. I'm using theme Transformer theme from sunnytoo.com if it helps. Maeby i need to hook something to the bottom?

Anything else i could check to see why nothing is being displayed?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...