Closed
Bug 1073586
Opened 11 years ago
Closed 11 years ago
Reenable cache in preferences for DEBUG build
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S8 (7Nov)
People
(Reporter: julienw, Assigned: julienw)
Details
Attachments
(1 file)
Some time ago (bug 847566), we disabled HTTP cache for DEBUG build. This was understandable back at the time.
Nowadays it's not needed anymore because httpd.js sends the header "Expires: -1" which basically tells Firefox to always revalidate (it was Bug 939729). However using the cache we can get nice 304 answers instead of downloading everything again.
| Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → felash
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8513704 [details] [review]
github PR
Hey Ricky,
this is part of an effort to use caching for unit tests, so that it's running faster.
Next in my list is bug 973873 :)
(I filed the intermittent in bug 1091453, it's likely unrelated to this patch)
Attachment #8513704 -
Flags: review?(ricky060709)
Comment 3•11 years ago
|
||
Comment on attachment 8513704 [details] [review]
github PR
LGTM. :) r+
Attachment #8513704 -
Flags: review?(ricky060709) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S8 (7Nov)
You need to log in
before you can comment on or make changes to this bug.
Description
•