Closed Bug 1069961 Opened 10 years ago Closed 9 years ago

Minify iframe-install.html and potatolytics.html <script>s

Categories

(Marketplace Graveyard :: Consumer Pages, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: mat, Unassigned)

References

Details

(Keywords: perf, Whiteboard: [marketplace-transition])

We load these 2 iframes to do stuff from the https://marketplace.firefox.com/ origin. Unfortunately we don't compress the <script> that they contain. In addition, because of the security concerns with gzip and https (BREACH), we don't automatically enable gzip on non-API pages, but we should force it on those, since they don't contain any dynamic/secret content anyway. Doing both, or at least one of those, should reduce the size a little. iframe-install.html is close to 6KB at the moment, and it's not loaded from the CDN (it can't, needs the m.f.c origin).
I filed bug 960752 and then bug 987403 for this. We should just gzip at the very least all of Fireplace's HTML.
Summary: Minify/gzip iframe-install.html and potatolytics.html → Minify iframe-install.html and potatolytics.html <script>s
Ok, modifying summary per comment 1. This bug is now only about minifying the <script> in those 2 pages. Since bug 987403 will enable gzip on those pages I don't believe minifying the scripts is going to be that much important, but let's revisit the issue once bug 987403 lands.
OS: Linux → All
Priority: -- → P5
Hardware: x86_64 → All
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Whiteboard: [marketplace-transition]
You need to log in before you can comment on or make changes to this bug.