Hi,
I have a problem since a few days, the TTFB is way to long on one of my website : [url=http://www.webpagetest.org/result/160401_0E_AVE/1/details/]http://www.webpagetest.org/result/160401_0E_AVE/1/details/[/url]
It was doing fine until two days ago, I didn’t install any module or do anything (it’s a prestashop 1.4.7).
And when I compare to an other website on the same server : [url=http://www.webpagetest.org/result/160401_18_G0Y/1/details/]http://www.webpagetest.org/result/160401_18_G0Y/1/details/[/url] it’s not the same! (ok, it’s not good either but not as bad as the first one).
All the cache are activated and configured in the htaccess :
ExpiresActive On
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType text/css “access plus 1 week”
ExpiresByType text/javascript “access plus 1 week”
ExpiresByType application/javascript “access plus 1 week”
ExpiresByType application/x-javascript “access plus 1 week”
ExpiresByType image/x-icon “access plus 1 year”
FileETag INode MTime Size
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
I couldn’t find anything wrong with the database (connexions are normal, no huge table).
At this point i’m running out of idea and I need you guys… Any hint?