QR Code contains TinyURL of this article.Changelog: № 1

Grayscale photo of MacBook, disolaying code editor, near white notebook and ceramic mug on table

Bug Fix

  1. Resolved an issue where relative paths in the Atom RSS feed were prohibiting feed readers from displaying inline images.

Feature

  1. Added an auto-discoverable JSON feed. See: JSON Feed Version 1 to learn more;
  2. Added lazy loading to images. I have used the new hotness, the Intersection Observer API, in order to avoid jank.

Performance

  1. Concatenated all JavaScript into a single file to improve performance;
  2. Deployed HTTP/2 Server Push for the CSS and Search Corpus files;
  3. Sending WebP images to those clients that support them.