1. Note from 20 June 2024

    About https://techhub.social/@cloudcannon/112604279395366912

    Alex […] shares how using CloudCannon for client sites boosts performance and efficiency 🚀

    I love #CloudCannon's efficiency. 👍

    But with an SSG, #WebPerf depends on the way you build pages. Good SSGs — as #Eleventy — don't force anything so performance is really just the result of developer's work.

    The CMS should have no impact. 🤷‍♂️

  2. Note from 4 April 2024

    Most mentions of the magical CSS object-fit: cover; in development tutorials should be accompanied by a warning: in most situations, it means the browser will download an image that is larger than required (at least in one direction), and optimization on the server side could be a better option.