Quantcast
Viewing all articles
Browse latest Browse all 10

Reply To: htaccess caching code – Speed Boost Cache Code

Ok let me try and make this a no-brainer.

The first test should be done with all of these things below commented out with pound signs #

# Test which ETag setting works best on your Host/Server/Website
# with Firefox Firebug, Firephp and Yslow benchmark tests.

# Create the ETag (entity tag) response header field
#FileETag MTime Size

# Remove the ETag (entity tag) response header field
#Header unset ETag
#FileETag none

The next test should be done with these things commented out

# Test which ETag setting works best on your Host/Server/Website
# with Firefox Firebug, Firephp and Yslow benchmark tests.

# Create the ETag (entity tag) response header field
FileETag MTime Size

# Remove the ETag (entity tag) response header field
#Header unset ETag
#FileETag none

The final test should be done with these things uncommented/commented out because most likely this is going to be the optimum choice.

# Test which ETag setting works best on your Host/Server/Website
# with Firefox Firebug, Firephp and Yslow benchmark tests.

# Create the ETag (entity tag) response header field
#FileETag MTime Size

# Remove the ETag (entity tag) response header field
Header unset ETag
FileETag none

Viewing all articles
Browse latest Browse all 10

Trending Articles