Closed
Bug 854392
Opened 12 years ago
Closed 12 years ago
Font files are loaded, instead of cached locally
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsocol, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Go to developer.mozilla.org, with the console open
2. Observe 200 OK status for .woff files from CDN
3. Go to developer.mozilla.org again (don't hit reload, but select the location bar and hit Enter, or navigate to a new page)
What happened?
==============
The font files are downloaded again with a 200 OK status
What should have happened?
==========================
The font files should have been loaded from cache
Is there anything else we should know?
======================================
Here are the request and response headers for one of the .woff files:
Request:
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20130322 Firefox/22.0
Referer:https://developer.cdn.mozilla.net/media/css/fonts.css
Origin:https://developer.mozilla.org
Host:developer.cdn.mozilla.net
DNT:1
Connection:keep-alive
Accept-Language:en-us,en;q=0.7,fr;q=0.3
Accept-Encoding:gzip, deflate
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Response:
X-Cache-Info:cached
X-Backend-Server:developer1.webapp.scl3.mozilla.com
Vary:Accept-Encoding
Server:Apache
Last-Modified:Fri, 25 May 2012 20:36:43 GMT
Expires:Sun, 31 Mar 2013 04:04:57 GMT
Etag:"4c0e25381ccc0"
Date:Mon, 25 Mar 2013 13:53:30 GMT
Content-Type:text/plain; charset=UTF-8
Content-Length:33193
Content-Encoding:gzip
Connection:keep-alive
Cache-Control:max-age=483087
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/eae019621c73831209a343eb372d58fa3c6bc007
fix bug 854392 - Move fonts css file
https://github.com/mozilla/kuma/commit/796eb7ccdf41627506341eaf1f98664d1891ebcf
Merge pull request #968 from darkwing/fonts-854392
fix bug 854392 - Move fonts css file
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•