2
votes
3answers
45 views
CSS/HTML: Does using max-height on images help HTML rendering?
I just finished reading YSlow recommendation to always define the image dimensions (height/width) to improve HTML rendering performance.
However, I don't know the image dimension I'm linking too.
…
0
votes
1answer
27 views
dns lookup VS HTTP Parallel downloads
HTTP 1.1 allows 2 connections per host name. On the other hand, yahoo performance rules suggest to reduce the number of DNS look ups.
how does one balance this? thanks
0
votes
3answers
27 views
Recently my site has been slow and Ive been getting timeout messages in browser - whats wrong?
How can I diagnose timeout problems and slow page loading with my site, I have ySlow plugin in firefox and it shows that grade A/B for most pages so i would expect pages to load quickly. Should I …
0
votes
2answers
55 views
YSlow says my JavaScript file is no longer cached after combining 5 files and packing them
I started with 5 normal human-readable JavaScript files - they were around 10 KB in total.
After using YSlow, I decided to merge the 5 files and pack them using Dean Edwards' packer. Now I have 1 …
0
votes
1answer
37 views
Scripting YSlow and/or PageSpeed
As I'm starting to do some front end engineering at work, I would like to properly quantify the speedup achieved.
I would like to be able to use an average value of, say, 50 page load times measured …
2
votes
1answer
54 views
Seeing duplicate http requests in server logs
Hi,
I have started a small django application in my machine. When i have seen the request logs I figured out that It is actually logging the same requests twice.
After a little investigation, I …
0
votes
1answer
144 views
Set-Cookie and Expires headers differ
I'm trying to enable Expires headers for images as recommended by YSlow. I'm sure I had this working before but now when I check YSlow it says they are not being cached.
For my .htaccess, I have …
0
votes
5answers
322 views
.htaccess, YSlow, and “Use cookie-free domains”
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. …
0
votes
1answer
237 views
How to add Expires to Flash and Icon components
Yslow is currently giving Grade B for my site and also for "Add Expires Headers".
It says:
There is 1 static component without a far-future expiration date.
* (no expires) …
0
votes
3answers
149 views
Why is the last chunk of HTTP download really slow?
i have content length available in the beginning of the download. so i know how much bytes i need to request for.
i download in chunks of 1024 bytes. in the last chunk i request for the number of …
3
votes
7answers
244 views
YSlow recommendations. How necessary are they?
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 …
1
vote
2answers
250 views
Trying to implement “far-future expiration date” for static files in django
I am attempting to use the far future expires method to cut down my site's load time.
However when I access static files in firefox, the server still responds with HTTP/1.x 304 NOT MODIFIED. The …
0
votes
2answers
453 views
What is expire header and how to achive them in ASP.NET and PHP?
Today I have checked performance statistics of my website using YSlow. I got a warning (or error may be) which is as below
Add Expires headers
There are 15 static components without a far-future …
2
votes
4answers
102 views
My HTML INPUT is not valid markup, please help
Hi
On my web site, I have the following code:
<input type="image" src="images/btn.png" alt="Submit" border="0" height="25" width="102" />
When I run my web site through one of the many HTML …
3
votes
4answers
2k views
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" …
