darkvale Posted August 29, 2008 Share Posted August 29, 2008 I'm feeling that my host fast host is letting me down with my website, the speed is causing an issue,the prestashop just seems so slow and has done from the start please can someone advise me of who to change to that supports prestashop pleasegoggle webtools reports this Sitemap Aug 27, 2008 Warnings 265Some URLs in the Sitemap have a high response time.Some URLs listed in this Sitemap have a high response time. This may indicate a problem with your server or with the content of the page.please helphttp://www.dollshousekingdom.co.uk Link to comment Share on other sites More sharing options...
ejectcore Posted August 29, 2008 Share Posted August 29, 2008 I have just sent you a PM Link to comment Share on other sites More sharing options...
intellierve Posted August 30, 2008 Share Posted August 30, 2008 Unfortunally the shop has some work todo to reduce the resources required, mainly with the amount database queries It'll take some time but I'm sure the developers will address this.Read other posts on tips to improve proformance. Link to comment Share on other sites More sharing options...
ejectcore Posted August 30, 2008 Share Posted August 30, 2008 Let see some examples here for speed improvementWe have all herd the obvious one which makes a huge difference$smarty->force_compile = false;anyone else any other suggestions?lets get this next PS to run like like the speed of light PS: the stars are to BIG! :-P Link to comment Share on other sites More sharing options...
ken Posted August 31, 2008 Share Posted August 31, 2008 Hi.What about var $compile_check = true; should this not be set to false? (in Smarty.class.php)Tax.php is accessed a lot, even when taxes are turned off. I think there is more that could be done to speed this up.amwdesign.You have made a big speed increase at dollshousekingdom.co.ukWhat did you do?RegardsKen. Link to comment Share on other sites More sharing options...
ejectcore Posted August 31, 2008 Share Posted August 31, 2008 changed them over to my super fast hosting Link to comment Share on other sites More sharing options...
ken Posted August 31, 2008 Share Posted August 31, 2008 :-) Ken Link to comment Share on other sites More sharing options...
darkvale Posted August 31, 2008 Author Share Posted August 31, 2008 And yes it is super fast :-) Well worth it for me, i mean you can not get a better combination can you.A prestashop moderator who's in control of the ftp and hosting to help with issues that may arise.Am awesome package and an awesome price,that to me and my business that is worth its weight in gold :-) Link to comment Share on other sites More sharing options...
Masino Sinaga Posted May 21, 2009 Share Posted May 21, 2009 What aboutvar $compile_check = true; should this not be set to false? (in Smarty.class.php) According to the explanation about this directive below: /** * This tells Smarty whether to check for recompiling or not. Recompiling * does not need to happen unless a template or config file is changed. * Typically you enable this during development, and disable for * production. * * @var boolean */ var $compile_check = true; I think you should keep assign this variable with true value during development, and set it to false for production (recommended). Link to comment Share on other sites More sharing options...
trudyaffair Posted May 9, 2011 Share Posted May 9, 2011 Hi all,My website too is extremely slow . 18 seconds. Is this beacuase of too many products and images? I am using Version 1.2.5.0 - 132.250s the problem seemed to only started when I made the up-grade? If I up grade to the brand new presta shop do you think this might help?Thank-youwww.trudyaffair.com Link to comment Share on other sites More sharing options...
Bruno Leveque Posted May 9, 2011 Share Posted May 9, 2011 Hi all,My website too is extremely slow . 18 seconds. Is this beacuase of too many products and images? I am using Version 1.2.5.0 - 132.250s the problem seemed to only started when I made the up-grade? If I up grade to the brand new presta shop do you think this might help?Thank-youwww.trudyaffair.com Sure the upgrade will make your site faster However, I suggest you to empty these tables: ps_connections ps_connections_source ps_guest /!\ Don't forget to make a backup before!! Link to comment Share on other sites More sharing options...
Recommended Posts