Closed
Bug 1166977
Opened 8 years ago
Closed 8 years ago
Optimize Tabzilla
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Webtools Graveyard
Air Mozilla
Tracking
(firefox41 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(2 files)
At the moment, we load... * tabzilla-min.css 22Kb (5.8Kb) * tabzilla.js 31.7Kb (10.5Kb) When all we need is some minimal CSS just to make it appear correctly. My experiments shows that the only thing I need to render a nice white Tabzilla bar is... * tabzilla-minimal.min.css 2.7Kb (768b)
Assignee | ||
Comment 1•8 years ago
|
||
Here's a WebPageTest done today http://www.webpagetest.org/result/150520_5B_1F65/
Assignee: nobody → peterbe
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/airmozilla https://github.com/mozilla/airmozilla/commit/a28632a8600f1d72c19c328331d748adab010f8a fixes bug 1166977 - optimize tabzilla https://github.com/mozilla/airmozilla/commit/02686c4463cba1e686ce85518e377d431188b4b8 Merge pull request #318 from peterbe/optimize-tabzilla-css fixes bug 1166977 - optimize tabzilla
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•8 years ago
|
||
WebPageTest afterwards: http://www.webpagetest.org/result/150521_W2_134H/
Assignee | ||
Comment 5•8 years ago
|
||
To resolve the issues with bad cache headers, we should ingest these files into our own asset compression stuff.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/airmozilla https://github.com/mozilla/airmozilla/commit/6a098ea228b8b8d4a5734fa62ca6faa8cec44bde fixes bug 1166977 - hashed tabzilla asset urls https://github.com/mozilla/airmozilla/commit/bd078c324aef4f2c7814614e6b77c6b47775a329 Merge pull request #322 from peterbe/bug-1166977-hashed-tabzilla-asset-urls fixes bug 1166977 - hashed tabzilla asset urls
Updated•8 years ago
|
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•