25 May 2018 08:30
17 October 2016 13:00
Lazy Loading Images? Don’t Rely On JavaScript! | Robin Osborne
by 1 otherGiven the potential limitations, let’s work on a solution that can handle all my concerns:
a. works without JavaScript (i.e., lazy loading is an enhancement)
b. vanilla js – no dependencies on jquery or angularjs
c. works with broken JavaScript (i.e., the browser supports JavaScript, but there’s a js error somewhere which causes your script to break; might not even be your fault!)
18 September 2015 14:30
11 February 2015 18:00
Pegasus
Pegasus is a simple JavaScript solution to improve your average time to display data.
Use it for static sites or when you can't do server-side data bootstrapping / rendering.
11 February 2015 17:45
60fps on the mobile web — Flipboard Engineering
Flipboard launched during the dawn of the smartphone and tablet as a mobile-first experience, allowing us to rethink content layout principles from the web for a more elegant user experience on a variety of touchscreen form factors
24 December 2014 13:30
FF Subsetter - Optimize your Web FontFont
by 2 othersWeb FontFonts are built to serve most people’s needs, and often contain a huge number of glyphs. Yet most of the time you’ll only need a few of them! By dropping what you don’t need, you can greatly reduce the font file size to optimize bandwidth usage, make your websites faster, and reduce high-traffic costs.
24 November 2014 17:15
TinyJPG – Compress JPEG images intelligently
Compress JPEG files with a perfect balance in quality and file size.
1
(7 marks)