Jump to content

[Solved] Urgent help needed slow site possible problem?


Recommended Posts

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 please

goggle webtools reports this

Sitemap Aug 27, 2008 Warnings 265

Some 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 help

http://www.dollshousekingdom.co.uk

Link to comment
Share on other sites

Let see some examples here for speed improvement

We 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

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.uk

What did you do?

Regards

Ken.

Link to comment
Share on other sites

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

  • 8 months later...

What about

var $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

  • 1 year later...

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-you

www.trudyaffair.com

Link to comment
Share on other sites

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-you

www.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

×
×
  • Create New...