Vilas Posted December 8, 2011 Share Posted December 8, 2011 Hello friends, My name is Vilas. I am using prestashop on my site. V1.3.5 From last week suddenly I am facing slow speed issue and product images are not visible in IE browsers. I tried different PC, browsers but still issue is same. My hosting provide ipage tested everything and they are saying they not have any kind of issue from there end. It will be great if you help in this matter. Also my site takes more time to load. Unable to sort out the issue. Please help. Thanks Link to comment Share on other sites More sharing options...
El Patron Posted December 8, 2011 Share Posted December 8, 2011 I noticed your site is missing some key performance enhancers: Enable compression: see your phpinfo - gzip compression enabled browser caching: this is defined in your .htaccess and requires module mod_expires, you should see something like this in your .htaccess <IfModule mod_expires.c> 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" </IfModule> Please note your images are displaying here in Medellin. Link to comment Share on other sites More sharing options...
Vilas Posted December 12, 2011 Author Share Posted December 12, 2011 Hi Elpatron, Thanks for paying attention. I have already pasted above code in my file. But still speed of website is slow. Also have you checked site in Internet explore? Because in that browsers only images are not visible. Except flash or jquery files. Thanks Vilas Link to comment Share on other sites More sharing options...
El Patron Posted December 13, 2011 Share Posted December 13, 2011 the code did what it was supposed to do. check to make sure: o back office - preferences - performance that force compile = No and cache = Yes Link to comment Share on other sites More sharing options...
Vilas Posted December 14, 2011 Author Share Posted December 14, 2011 Dear Elpatron, There is no compile option as I am using PS 1.3.5 version. So is there is any to resolve it? Thanks Vilas Link to comment Share on other sites More sharing options...
El Patron Posted December 14, 2011 Share Posted December 14, 2011 uhm....upgrade to the latest greatest (though as a rule I only run current -1) I am in the process of building earlier releases of ps on my system for module development testing...but not there yet...I am new to PS and do not have experience yet with earlier releases. You should, run not walk, and install firebug onto your firefox browser. You will find some interesting warnings about your site. https://addons.mozilla.org/en-US/firefox/addon/firebug/ Link to comment Share on other sites More sharing options...
AITOC Posted March 13, 2012 Share Posted March 13, 2012 If you're havnig problems with load time, try http://addons.prestashop.com/en/administration-tools/4633-Performance-Booster.html This extension fully caches the pages and, without initializing PrestaShop, provides your visitors with ready output that takes significantly less time to load. 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