Jump to content

Long wait time - a lot of rows in configuration


Recommended Posts

Hello,

I have very long wait time for my website - always min. 1 sec

I'm trying to fix if from few days but I don't know what to do.

Here we have debugging:

Load Time 1478 ms - OK... for a shared hosting
Querying Time 532 ms
Queries 209
Memory Peak Usage 206.0 Mb
Included Files 313 files - 3.99 Mb
PrestaShop Cache 0.01 Mb
Global vars 1.14 Mb
PrestaShop Version 1.6.1.15

 

config 998ms 998 ms 9.23 Mb 205.97 Mb
__construct 0 ms 998 ms - Mb 205.97 Mb
init 80ms 1079 ms 6.92 Mb 205.97 Mb
checkAccess 0 ms 1079 ms - Mb 205.97 Mb
setMedia 2 ms 1081 ms 0.24 Mb 205.97 Mb
postProcess 0 ms 1081 ms - Mb 205.97 Mb
initHeader 0 ms 1081 ms 0.01 Mb 205.97 Mb
initContent 283ms 1364 ms 13.97 Mb 205.97 Mb
initFooter 18ms 1382 ms 0.57 Mb 205.97 Mb
display 96ms 1478 ms 1.65 Mb 205.97 Mb

 

 

SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `la_configuration` c
LEFT JOIN `la_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
399.1 140640     /classes/Configuration.php:148
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...