Pex Posted October 23, 2020 Share Posted October 23, 2020 (edited) Hello , I just created a prestashop 1.7 site around 4 to 5 month ago, I feel very great using this. Very easy to use and manage. But after time I feel like my home page creating Some Issues, My Home Page is loading very slow, but rest of the pages are working fine. Home Page:- https://themegamart.in/ Category Page:- https://themegamart.in/10-womens-kurti and sometimes other pages are getting slow. Can anyone please help me about this issue. and i also wanted to remove pre-loader from my home page. Looking forward for your Help, Thanks in advanced Edited October 25, 2020 by Pex (see edit history) Link to comment Share on other sites More sharing options...
ClassyDevs Posted December 7, 2020 Share Posted December 7, 2020 Hello, We suggest you to use image lazy loader to load your image when user view point comes. Secondly use js , css compress and also reduce unused js css, If you compress image and used lazy load image then your site will fast. Thank you Link to comment Share on other sites More sharing options...
El Patron Posted January 18, 2021 Share Posted January 18, 2021 1) remove the loading icon, that is bad practice, let the page render in real-time 2) index has different .css cache file name, same on product and category....your theme or a module has broken the native capablity to have only one .css CCC'ed file for all pages, this modules fixes that https://addons.prestashop.com/en/website-performance/50624-front-end-css-performance-one-css-ccc-all-shop-pages.html if you do not buy the module then disable CCC of .css....as now your shop is redownloading the same .css for each different page type, i.e. index/category/product/checkout 3) 2) above is true for your CCC'ed .js, we cannot fix that with module, though we tried. I recommend then disabling CCC for .js as again each different page is downloading pretty much the same .js for each page type. happy selling Link to comment Share on other sites More sharing options...
Prestachamps Posted January 18, 2021 Share Posted January 18, 2021 (edited) Hi @Pex The index is big because you sue really big images. The entire Index page loads over 16.5 MB This should be below 1.5 MB . to give you an example : The above image has 1.9MB In case you would optimize it, and instead of using a PNG, you would a jpg version (the images doesn't need to be transparent) + you would optimize the JPG image version you can easily end up with an image which would be a fraction of it, like 250-400KB. Once you solved all your issues with the images the site will load way faster. Lazy loading is an option, but I wonder if somebody would build that in into your slider module https://developers.google.com/speed/pagespeed/insights/?hl=en&url=https%3A%2F%2Fthemegamart.in%2F The above is a Google Quality score! Start optimizing your store, a s soon as you can;) Edited January 18, 2021 by Prestachamps (see edit history) 1 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