Last active
November 8, 2016 00:32
-
-
Save vmysla/d59689655d4ba0a6ea1a05dbe42fb5cc to your computer and use it in GitHub Desktop.
Changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.justanswer.com/medical/a08wx-badly-sprained-outer-right-ankle-10-days-ago-x-rays.html | |
Hi Ryan | |
Thanks for a great check-in, looking forward to Monday. | |
Like you said we have already optimized a bit for performance, so we have already reached the goals you mentioned. | |
But we are always interested it making it faster! | |
Reduce the speed index to < 5000 ms (test on 3G) currently => 4.116 | |
Reduce the number of HTTP requests <100 ) currently => 69 | |
Reduce landing page weight <1.0 MB currently => 1.3 (400kb are social sharing buttons which I am sure we can trim down or loose) | |
1. Moved TagManager | |
2. Added Image size attributes | |
3. Changed Awords to Async version (doesn't help) | |
4. Removed unused CSS | |
5. Combined media queries in compiled CSS | |
6. Reduced CSS file size from 60kb to 48kb | |
7. Render critical CSS inline, rest is loaded asyncroniously after first load/scroll (doesn't help) | |
http://www.webpagetest.org/video/view.php?id=161107_ddf4d47a710ff8841b8891b3c856bd7a9dc0296f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment