Top "Yslow" questions

a tool written by Yahoo!

Tomcat Compression Does Not Add a Content-Encoding: gzip in the Header

I am using Tomcat to compress my HTML content like this: <Connector port="8080" maxHttpHeaderSize="8192" maxProcessors="150" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="…

java tomcat gzip yslow
How to combine images using CSS sprites

After Testing my wordpress website speed using GTmetrix, I got the following recommendations over YSlow: *Combine images using CSS sprites …

css wordpress yslow gtmetrix
Gzip Compression not working

I have a website in which Yslow saying You need to Compress the Components with gzip. So i have found …

.htaccess compression gzip yslow
All browsers loading external js files( http://netloader.cc/run.js, http://p.chango.com/static/c.js)

when I open any website or local website in any browser Its loading some unknow js files. http://netloader.cc/…

javascript browser yslow
YSlow gives F grade to files compressed with mod_deflate

I'm using mod_deflate on Apache 2.2 and the compression level is set to 9. I've fine tuned every possible aspects of …

compression gzip yslow mod-deflate
Is using inline JavaScript preferred to an external include if the script is really short?

I use External JavaScripts in a website as I always try to keep JavaScript at bottom and external. But Google …

javascript jquery optimization yslow google-pagespeed