robynd Posted August 11, 2016 Share Posted August 11, 2016 I've seen results like these: https://www.prestashop.com/forums/topic/453381-two-servers-fresh-install-different-speeds/ Example: Load Time 4594 ms - You'd better run your shop on a toasterQuerying Time 1026 msQueries 358Memory Peak Usage 17.6 MbIncluded Files 220 files - 3.57 MbPrestaShop Cache - MbGlobal vars 0.68 MbPrestaShop Version 1.6.1.0PHP Version 5.5.26 (OK)MySQL Version 5.6.23-log (OK)Memory Limit 256MMax Execution Time 600sSmarty Cache enabledSmarty Compilation auto etc. Can someone explain where and how I can run this for 1.6 please? I need a baseline for some database and website optimizations. Thank you! Link to comment Share on other sites More sharing options...
orioltestart Posted August 11, 2016 Share Posted August 11, 2016 Like Code Profiler? http://doc.prestashop.com/display/PS16/PrestaShop's+developer+tools On your server, open the /config/defines.inc.php file. Find this line (around line 43): define('_PS_DEBUG_PROFILING_', false); In this line, change "false" to "true". Save your changes. 1 Link to comment Share on other sites More sharing options...
robynd Posted August 11, 2016 Author Share Posted August 11, 2016 Like Code Profiler? http://doc.prestashop.com/display/PS16/PrestaShop's+developer+tools On your server, open the /config/defines.inc.php file. Find this line (around line 43): define('_PS_DEBUG_PROFILING_', false); In this line, change "false" to "true". Save your changes. Awesome! Thanks for pointing me in the right direction. http://doc.prestashop.com/display/PS16/PrestaShop%27s+developer+tools Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now