natebc Posted March 3, 2016 Share Posted March 3, 2016 Hello, I have to let you all know that I have used both: https://www.prestashop.com/blog/en/10-best-tips-to-speed-up-your-prestashop-store-3/ BUT was posted in 2012 and and Also have installed mod_pagespeed on to server. But I'm here to ask all of you. If there is any thing else I can do to help with loading/speed of the website? Thanks for reading this post Natebc Link to comment Share on other sites More sharing options...
kalle@makewebo Posted March 4, 2016 Share Posted March 4, 2016 Hard to tell. But start profiling your site to see what modules/hooks/sqls that are taking time. Then it easier for us to help you out. We are doing performance work ourselves at the moment and found that blockcart was doing a lot of stupid things. It ran a sql for SpecificPrices 130 times per product. Just by taking away code in the tpl that we don't need. We cut that down to ~30 calls for total products. Then we are not done with blockcart because we can still take away code from .php that we don't need for our .tpl. So basically try to figure what PrestaShop does and ask yourself if this is something I need for my shop. If not then try to do something else that more suits your shop. 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