Jump to content

How to run PS load tests


robynd

Recommended Posts

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 toaster
Querying Time    1026 ms
Queries    358
Memory Peak Usage    17.6 Mb
Included Files    220 files - 3.57 Mb
PrestaShop Cache    - Mb
Global vars    0.68 Mb
PrestaShop Version    1.6.1.0
PHP Version    5.5.26 (OK)
MySQL Version    5.6.23-log (OK)
Memory Limit    256M
Max Execution Time    600s
Smarty Cache    enabled
Smarty 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

 

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

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...