Jump to content

Recommended Posts

Hi,

I am experiencing a very slow page load of a PrestaShop 1.5.6.1 template version.

I did a quite broad research to find a solution to improve website performance. After many tries especially with caching stoll there is no positive results.

Testing the speed on www.webpagetest.com shows that the First Byte start at 16sec and the Start Render at 54 sec. See attachment.

I created html version of index page and installed it to compare the speed. It loads in 3-4 sec.

Has anybody have any suggestion?

Thank you.

 

post-799470-0-21124700-1406304161_thumb.png

Link to comment
Share on other sites

yes pagespeed is useless for this sort of issue...

 

you can profile and isolate slowdowns in PrestaShop.

 

open file config/defines.inc.php

 

change this

define('_PS_DEBUG_PROFILING_', false);

to thi

define('_PS_DEBUG_PROFILING_', true);

now visit your problem page(s)

 

scroll down for each page to get PrestaShop generated profiling information

 

note: when 'true' all visitors will see this info

Link to comment
Share on other sites

yes, take your time with this.

 

building a good fast shop is very important, you must always monitor shop after changes especially.

 

don't look for fast answers, find bottle necks, research and if you find issue, post new topic just for that issue...

 

zoom zoom

Link to comment
Share on other sites

Looks like this Forum Member troyrob's advise allow for some performance improvement of my website. Here is what he recommended:
"I had the same problem one. What i found solved my problem was to disable filesystem caching. Found under: Advanced Parameters -> Performance.
Disabling cache completely took my website from 50s page loads to 4s (very counter intuitive i know)"


http://www.prestashop.com/forums/topic/333873-website-very-slow-back-and-front-office-in-the-same-time/page-2
Post #31

I have the same website performance improvement. Thank you, troyrob. However it should be less than 3sec

Also, I would like to thank El Patron. Your advice to edit the

"/config/defines.inc.php file.
On line 44, replace define('_PS_DEBUG_PROFILING_', false); by define('_PS_DEBUG_PROFILING_', true);"

 

has broaden my knowledge of template control.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...