yslow Questions
2
For yslow page speed I want to remove my meta tag and put my encoding into the .htaccess file. Below are all the ways to do it I have read about. Which is the preferred way? Also is the language se...
2
Solved
How can you preload an entire web page using JavaScript so that I can get that page cached in the users browser?
I know how to preload images with JS but what I would like to do is preload the ent...
Worley asked 8/5, 2009 at 17:48
5
Solved
Add Expires headers
There are 21 static components without a far-future expiration date.
http://static.doers.lk/examples-offline.css
http://static.doers.lk/kendo.common.min.css
http://static.do...
Culverin asked 20/12, 2012 at 12:51
3
I was trying to solve the problem with cookie-free, the yslow has suggested to create a subdomain. I did, but the yslow still "show" the problem.
i didn't set the cookie´s domain in the page, caus...
3
Solved
I have installed the latest versions of YSlow and Firebug into the latest version of Firefox on Windows 7 (and restarted Firefox), but when I click on YSlow nothing happens. Also, when I click on F...
Parlous asked 22/9, 2011 at 1:24
2
I have a web application, on which I would like to run Yslow. The tests would need to be integrated with Jenkins. The application has a login page. If I provide the application's url, if a valid us...
3
Solved
In Apache Im enabling output compression by adding the following to my .htaccess file:
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType D...
1
Solved
Let me first mention that I have done some digging but can't seem to find a proper answer to what I'll looking for.
I'm working on a site where I am using a few external resources:
Google Analyt...
Incentive asked 26/2, 2014 at 14:55
3
Solved
using yslow on a project I am experiencing a "problem" I can not solve.
Yslow keeps complaining:
There is 1 component with misconfigured ETags http://www.domain.com/favicon.ico
I have the fol...
Avaria asked 1/6, 2011 at 7:56
1
Solved
YSlow gives me the "There are 94 components with misconfigured ETags" -message. I have configured them with .htaccess "FileETag MTime Size" on Apache. Images show etags in this format: 245975...
2
Solved
I ran my website through Yahoo's YSlow on my asp.net (vb) website that has 47 pages. There were a few problems, but one of them said I get a "Grade F on Use cookie-free domains".
Specifically, it ...
Maganmagana asked 1/11, 2012 at 0:1
2
Solved
I have set cache headers to be far in future (1 year from now) and have disabled the ETags as advised by the YSlow (http://developer.yahoo.com/performance/rules.html#etags) but Google pagespeed see...
7
Solved
I use External JavaScripts in a website as I always try to keep JavaScript at bottom and external.
But Google page speed is giving this suggestion
The following external resources have small re...
Suppositive asked 26/8, 2011 at 13:17
7
Solved
One of YSlow's measurables is to use cookie-free domains to serve static files.
"When the browser requests a static
image and sends cookies with the
request, the server ignores the
cookies. T...
1
Solved
I've finally gotten a VPS hosting account set up this allows me to use mod_deflate and mod_header (of course). I'm attempting to make my site faster by YSlow's guidelines which include gzipping (vi...
Hid asked 24/11, 2011 at 20:24
1
Solved
I was going over my YSlow results for an internal web application and I clicked the Add CDN button. Now I have an A rating for using a CDN.
What just happened?
Prompter asked 11/8, 2011 at 17:29
5
Solved
I am using Tomcat to compress my HTML content like this:
<Connector port="8080" maxHttpHeaderSize="8192"
maxProcessors="150" maxThreads="150" minSpareThreads="25"
maxSpareThreads="75" enableLoo...
1
Solved
I have Yslow add-on installed
When I checks my application in Yslow I get Add Expires headers which I don't know
I searched for relevant questions in SO and also Google I found this method ap...
Lieselotteliestal asked 5/1, 2011 at 10:33
2
Solved
"Web pages are becoming increasingly
complex with more scripts, style
sheets, images, and Flash on them. A
first-time visit to a page may require
several HTTP requests to load all the
compon...
Subscribe asked 29/7, 2010 at 12:40
2
YSlow has suggested that I use HTTP compression to improve the performance of my site. However, as noted by Yahoo that are some problems.
There are known issues with browsers
and proxies that m...
Prewitt asked 13/5, 2010 at 14:43
2
Solved
I'm using YSlow to improve the speed of my site, and I'm having trouble with the "compress components with gzip" grade. I have this in my .htaccess file:
SetOutputFilter DEFLATE
AddOutputFilterBy...
Annelieseannelise asked 8/5, 2010 at 20:24
2
Solved
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 the site based on the recommendations of YSlow (v2) and have managed to get an o...
Adame asked 10/6, 2009 at 6:27
7
Solved
So I've just downloaded yslow for firebug and have taken a look at the results for a site I am building.
I'm seeing recommendations, for example, to use ETags, cookie-free domain for my static com...
Pula asked 17/7, 2009 at 9:43
5
In the Best Practices to improve web site Performance http://developer.yahoo.com/performance/rules.html, Steve Souders mentioned one rule "Move Scripts to the Bottom". It's a little confusing...
Gobbler asked 20/12, 2008 at 7:5
1
© 2022 - 2024 — McMap. All rights reserved.