I am trying to clean up my site and improve the speed as much as I can. Just uses Yslow initially to see what I can improve.
The part I am looking to improve is my oscommerce webstore which I have spent alot of time improving and it is fairly fast.
Yslow is indicating the following things as being issues.
F - Use a Content Delivery Network (CDN)
Grade F on Use a Content Delivery Network (CDN)
There are 13 static components that are not on CDN.
F - Add Expires Headers
Grade F on Add Expires headers
There are 12 static components without a far-future expiration date.
F - Configure Entity Tags (Etags)
Grade F on Configure entity tags (ETags)
There are 11 components with misconfigured ETags
All of these refer to basically the same things, some images used for the design/layout of my site, one for the SSL seal and one for the stylesheet.css.
I have Gzip Compression set to 1, 9 is the maximum but i'm not sure if there is any negative effects setting it to maximum.
I am wanting to use expires headers to specify certain objects expiring down the road but I can't seem to find information on how to do this.
Thanks in advance