edwardj4444 Posted December 28, 2012 Share Posted December 28, 2012 This is my site : http://www.muthunadarsilks.in/ Prestashop version : 1.4.8.2 Server : Windows My site loads very slow what can i do for it. It takes many seconds to connect to server. Pls anyone can slove this................ Link to comment Share on other sites More sharing options...
suenda Posted December 28, 2012 Share Posted December 28, 2012 Well, to have good performance, it's always better to use a dedicated server or at least a virtual server. If you are currently using shared hosting, I'd recommend you to change it to at least a virtual server with at least 1gb RAM. Also, be aware that when you run a server of your own, you do have added responsibilities. You can use things like memcached to improve DB performance, use a different domain to serve static files. (prestashop calls them media server). You can find all the options available on advanced parameter > performance. Beyond that, you can also optimize web server, increase memory for php, have a dedicated MySQL server.. endless possibilites Link to comment Share on other sites More sharing options...
mediashop.co.id Posted December 29, 2012 Share Posted December 29, 2012 Go to Preferences Performance Setting is same Link to comment Share on other sites More sharing options...
Bill Dalton Posted December 29, 2012 Share Posted December 29, 2012 Upgrade to PS V1.4.9 It has improvements to SQL that make it much faster. http://code.google.com/p/prestashop/downloads/detail?name=prestashop_1.4.9.0.zip&can=2&q= Link to comment Share on other sites More sharing options...
Bill Dalton Posted December 29, 2012 Share Posted December 29, 2012 >>Server : Windows Check this file, prestashop\config\settings.inc.php If you have; define('_DB_SERVER_', 'localhost'); Change to; define('_DB_SERVER_', '127.0.0.1'); You will see double the speed. This seems to be a bug in Windows. Link to comment Share on other sites More sharing options...
edwardj4444 Posted December 29, 2012 Author Share Posted December 29, 2012 >>Server : Windows Check this file, prestashop\config\settings.inc.php If you have; define('_DB_SERVER_', 'localhost'); Change to; define('_DB_SERVER_', '127.0.0.1'); You will see double the speed. This seems to be a bug in Windows. I have changed to 127.0.0.1 but it shows me link to data base error....... Link to comment Share on other sites More sharing options...
Bill Dalton Posted December 29, 2012 Share Posted December 29, 2012 Was it localhost before you changed or was it something else? Link to comment Share on other sites More sharing options...
Dh42 Posted December 29, 2012 Share Posted December 29, 2012 You might try reading this on how to speed your shop up http://blog.dh42.com/tips-for-a-faster-prestashop/ Link to comment Share on other sites More sharing options...
Recommended Posts