Closed Bug 455198 Opened 16 years ago Closed 16 years ago

Firebug Lite HTTP headers need improving

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: steve, Unassigned)

Details

(Whiteboard: [firebug-p3])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

The current version of Firebug Lite generates four HTTP requests. The headers for these need to be improved to make sure users get the right version of Firebug Lite and to improve performance. The suggested improvements are listed for each HTTP request.

1. http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js
    A. Add an Expires header with a date in the past, so that on subsequent requests it'll generate a Conditional GET request.
    B. The ETag should be removed unless it is being used in some way.

2. http://firebuglite.appspot.com/firebug-lite.css
3. http://firebuglite.appspot.com/firebug.gif
4. http://firebuglite.appspot.com/spacer.gif
    A. Add an Expires header with a date 1+ years in the future. Add a version number to the filename (eg, firebug-lite-1.2.css). If the file ever changes, the main firebug-lite-compressed.js can be updated to point to a new filename.


Reproducible: Always

Steps to Reproduce:
1. Look at the headers in a packet sniffer.
2.
3.
Whiteboard: [firebug-p3]
You can not report bugs about external extensions in this bugzilla.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.