October 2016
Lazy Loading Images? Don’t Rely On JavaScript! | Robin Osborne
by dzc & 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!)
September 2016
December 2015
Why AMP is fast
by dzcWhile this article is about optimizations in AMP, it might also be useful as a kind of todo list for optimizing a non-AMP website.
1
(4 marks)