D'eXperts Posted January 23, 2014 Share Posted January 23, 2014 (edited) Hi, My website is running very very slow. http://tinyurl.com/ltoug7d When you click on any link, it takes 3 - 4 secs to load to the next page. The only - different than normal - plugin I've used is the Ebay import module. It automatically imported products from my ebay store to Prestashop. Please help. I am desperate to get this running. Can someone guide me to where I can get appropriate logs from to rectify the speed issues. Thanks in Advance, Cheers, Edited January 30, 2014 by D'eXperts (see edit history) Link to comment Share on other sites More sharing options...
D'eXperts Posted January 30, 2014 Author Share Posted January 30, 2014 Can Anyone help me with this please. Admin and Mods. Link to comment Share on other sites More sharing options...
HavanA Posted March 17, 2014 Share Posted March 17, 2014 Well, I am not an expert in this matter, but I know how frustrating a slow Prestashop can be. https://www.dareboost.com/en/report/53273c4de4b0c01497607643 Your page size and the number of requests seem ok. I can see from your info.php file that you may need to review some settings and consider using APC: http://blog.dh42.com/speed-prestashop-php-ini/ http://blog.dh42.com/apc-speed-prestashop/ Link to comment Share on other sites More sharing options...
El Patron Posted March 17, 2014 Share Posted March 17, 2014 actually your shops (for a 1.5) is pretty good, I see 90/100 google speed test. One think I noticed is that your theme seems to have hard coded java in the header.tpl file. This is then not being CCC'ed like it should. so you end up with one ccc'ed java call followed by 11 more java calls. This is a problem in that all pages will call these 11 java files even if page does not require them. his native method may help for the inline java calls. But this does not resolve issue of calling java for pages that do not require that java. http://screencast.com/t/KjKNsa1k2V as for apc..this can create more issues than it resolves, but it's worth a try. You could use the native file cache which generally works well but can cause odd results when install/uninstall modules. Link to comment Share on other sites More sharing options...
El Patron Posted March 17, 2014 Share Posted March 17, 2014 also setting php memory level high does no good...preastashop does not know it has extra memory...it is a file based system...so does not leverage additional memory. also doing a phpinfo in file not called by PrestaShop does not show any ini_sets done by PrestaShop. so it is useless information. use this free module to see 'real' PrestaShop php run time values. http://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/ 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