platinum87 Posted April 27, 2014 Share Posted April 27, 2014 (edited) Hello, I have my website prestashop on hostpapa server. But it's very slow ! I don't know how to improve the speed during the chargement of pages. I need to put the correct configuration of the cache and apache also. Please anybody can help me ? Thanks for any answers Edited April 27, 2014 by platinum87 (see edit history) Link to comment Share on other sites More sharing options...
JPresta.com Posted April 28, 2014 Share Posted April 28, 2014 Set this in Advanced parameters > Performances Never recompile template files Smart cache for CSS (CCC) Smart cache for JavaScript (CCC) Minify HTML Compress inline JavaScript in HTML Apache optimization Once done, test your store to see if all is still OK. Then, use GTMetrix to identify problems. If you don't understand the report you can ask here. 1 Link to comment Share on other sites More sharing options...
platinum87 Posted April 29, 2014 Author Share Posted April 29, 2014 HO thank you very much for your helping ! I have check all that you have say to me and i have make screenshot of the result and this screenshot : That mean the picture on my web is too big ? But i use PNG , make I an mistake ? Thank you again very much for take time to help me Link to comment Share on other sites More sharing options...
JPresta.com Posted April 30, 2014 Share Posted April 30, 2014 That mean the picture on my web is too big ? But i use PNG , make I an mistake ? No, that mean your theme does not specify image dimension. Not good: <img href="img.png" alt="foo"/> Good: <img href="img.png" alt="foo" width="150" height="100/> 1 Link to comment Share on other sites More sharing options...
Whispar1 Posted April 30, 2014 Share Posted April 30, 2014 If your theme is responsive, it may not show image dimensions. Some responsive designs leave out the image dimensions so that they can change if viewed on a mobile device or tablet. Don't worry too much about that if this is the case. Link to comment Share on other sites More sharing options...
platinum87 Posted May 2, 2014 Author Share Posted May 2, 2014 Ok thanks for helping but i need change it in the html or php code right ? i can no do it from the back office ? I think my them is responsive if it was a question.. thanks you again very much Link to comment Share on other sites More sharing options...
Whispar1 Posted May 3, 2014 Share Posted May 3, 2014 If it is only a few, then you may be able to change in html. However, it is probably not so easy, especially if responsive. It will mess up your theme. I honestly would not worry about it because it will not gain you much in speed. Link to comment Share on other sites More sharing options...
platinum87 Posted May 4, 2014 Author Share Posted May 4, 2014 Ok than .. i can do nothing to optimise my website ? Link to comment Share on other sites More sharing options...
El Patron Posted May 4, 2014 Share Posted May 4, 2014 Ok than .. i can do nothing to optimise my website ? What is your ps version? Link to comment Share on other sites More sharing options...
Recommended Posts