Jump to content

Page loading time 13 sec and above


Recommended Posts

Hi 

 

For the Performance page we have set it up as:

 

SMARTY:

Template compilation: Recompile templates if the files have been updated

Cache:  YES

Clear cache: Clear cache everytime something has been modified

 

OPTIONAL FEATURES:

Combinations: No

Features: YES

Customer Groups: NO

 

CCC (COMBINE, COMPRESS AND CACHE)

Smart cache for CSS: YES

Smart cache for JavaScript: YES

Minify HTML: YES

Compress inline JavaScript in HTML: NO

Move JavaScript to the end: YES

Apache optimization: NO

 

CIPHERING

Algorithm: Use the custom BlowFish class.

 

CACHING

Use cache: YES

Caching system: Memcached via PHP::Memcache
Link to comment
Share on other sites

I see you are using pagespeed, that's good. Is your host Windows or Linux?

 

If it is Windows, in config\settings.inc.php do you have an IP address or "localhost" or a domain name?

 
define('_DB_SERVER_', '127.0.0.1');
define('_DB_SERVER_', 'localhost');
Link to comment
Share on other sites

Hi Musicmaster,

 

As for upgrade, we are using PS 1.6.1.1. If we up upgrade any higher the theme seems to have problems. 

 

Nathan 

Hi Nathan,

 

I did not mean whether you are are considering upgrading. My question is whether this shop was originally an older Prestashop version and something has gone wrong with the upgrade,

Link to comment
Share on other sites

 

I see you are using pagespeed, that's good. Is your host Windows or Linux?

 

If it is Windows, in config\settings.inc.php do you have an IP address or "localhost" or a domain name?

 
define('_DB_SERVER_', '127.0.0.1');
define('_DB_SERVER_', 'localhost');

 

 

Hi Bill,

I don't know if I'm using google pagespeed. The host is VPS windows. In the settings.inc.php "phpdefine('_DB_SERVER_', 'localhost')".

 

Natebc

Link to comment
Share on other sites

Hi Nathan,

 

I did not mean whether you are are considering upgrading. My question is whether this shop was originally an older Prestashop version and something has gone wrong with the upgrade,

 

Hi Musicmaster,
 
OK in that case I originally download/upload PS 1.6.1.1 without upgrading.
 
Natebc
Link to comment
Share on other sites

Change define('_DB_SERVER_', 'localhost');

 

To

define('_DB_SERVER_', '127.0.0.1');

 

Let me know if that helps.

 
Thanks Bill,
 
Do I use 127.0.0.1 or my IP address. Will let you know if it helps.
 
Natebc
Link to comment
Share on other sites

You should use 127.0.0.1, your mySQL security will allow localhost or 127.0.0.1 as default.

 

Windows has a bug with using localhost and calling mySQL. It should knock about 3 to 5 seconds off your time if you change to 127.0.0.1.

Link to comment
Share on other sites

You should use 127.0.0.1, your mySQL security will allow localhost or 127.0.0.1 as default.

 

Windows has a bug with using localhost and calling mySQL. It should knock about 3 to 5 seconds off your time if you change to 127.0.0.1.

 

 

Hi Bill,

 

OK I have add google pagespeed. Changed localhost to 127.0.0.1

 

I have did another test

1st test 16.3s

2nd test 9.5s

 

Nathan

Link to comment
Share on other sites

It seems much improved, but still too slow.

 

I strongly recommend your purchase Page Cache, http://addons.prestashop.com/en/7939-page-cache-v3.html

 

I would not run Prestashop without it. 
 
 
 
Hi Bill,
 
Here is the pagespeed link:
 
I know there are this I need to fix
 
Also I will look at Page Cache and I was looking at Prestashop Presta Speed: http://codecanyon.net/item/prestashop-presta-speed/9199999
 
Also what do you know about: Express Cache Module
 
Natebc
Edited by natebc (see edit history)
Link to comment
Share on other sites

Prestashop Presta Speed is NOT a page cache, it is a program that will delete things in your database, it will attempt to use free services to make your images smaller. Do not use this module!.

 

You already have pagespeed installed by your host. Your images are already the smallest they can be, that is what pagespeed does and much more. I STRONGLY :) suggest you buy Page Cache. I think you will be very happy with the result.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...