Zen Cart Logo
Forums / General Questions / Performance Metric results - Slow Response ..

Performance Metric results - Slow Response ..

Views: 1,134

Results 1 to 6 of 6
22 Jan 2015, 9:45 PM
#1
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Performance Metric results - Slow Response ..

I have been having very slow response lately.. hosting with Hostgator...
So, ran GTMETIX and the "red" areas are

  1. Leverage browser caching
  2. Optimize images

For caching it give me a list of about 100 links and says..

"The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:"

Where exactly do I modify these Freshness lifetime" settings?

Also, what can I do about optimizing images? **Reinstalling over 5000 images is not an option

24 Jan 2015, 3:56 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Performance Metric results - Slow Response ..

You could benefit from an upgrade to v1.5.4, where caching settings are built-in to the supplied .htaccess files such as /images/.htaccess

24 Jan 2015, 6:28 PM
#3
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Performance Metric results - Slow Response ..

DrByte:

You could benefit from an upgrade to v1.5.4, where caching settings are built-in to the supplied .htaccess files such as /images/.htaccess

Thanks but I sure wish there was another alternative. I just did the 1.3 to 1.5.1. upgrade last year and every upgrade is a near nightmare experience... i.e. the multiple MOD conflicts, incompatibilities, etc...my health can only survive one upgrade every few three years..:D

26 Jan 2015, 5:52 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Performance Metric results - Slow Response ..

Then at least copy the /images/.htaccess file.

4 Feb 2015, 6:29 PM
#5
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Performance Metric results - Slow Response ..

DrByte:

Then at least copy the /images/.htaccess file.

Update: We did this . However, it sent my site usage up from 25 to 174%. So my hosting service shut down my site. We had to delete that file as it was making endless calls to the SQL DB..

4 Feb 2015, 10:17 PM
#6
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Performance Metric results - Slow Response ..

kevinmc3:

Update: We did this . However, it sent my site usage up from 25 to 174%. So my hosting service shut down my site. We had to delete that file as it was making endless calls to the SQL DB..
There are no entries in the "/images/.htaccess" from Zen Cart 1.5.4 which execute SQL calls to the database...

Perhaps some other modifications are present which caused the issue? Or images with an extension blocked for security purposes by "/images/.htaccess" causing additional requests from browsers to load the images?

Have you tried Image Handler? It would require some work to install and configure, but may help a little with the "optimize images" portion of your original request...