Closed (won't fix)
Project:
Google Translate Links
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 May 2010 at 12:31 UTC
Updated:
7 Mar 2011 at 20:08 UTC
Hi,
I use Page speed utility from Google http://code.google.com/speed/page-speed/
It analizes the html page and propose changes to speed it up. Now it complains about this module not specifying image dimensions in HTML code as a High Priority performance problem.
Is it possible to fix that?
Screenshot attached.
Cheers,
Alexei
| Comment | File | Size | Author |
|---|---|---|---|
| ScreenHunter_01 May. 30 15.13.gif | 171.62 KB | almalino |
Comments
Comment #1
blinkingtwelve commentedHi almalino,
'fixing' implies brokenness, but there's nothing wrong with the current approach per the HTML spec.
However, browsers can render the page more quickly if they know the image size in advance. I'm interested in how much of a difference this makes. Can you measure that for me? And what caching strategy do you use - does your web server send "Expires"-headers?
Comment #2
blinkingtwelve commentedClosing, no compelling evidence of performance gains. And determining image sizes (and persisting those measurements, otherwise performance will certainly degrade) would increase complexity beyond what I think is reasonable to accomplish the goal of showing a couple of image links.