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 3 November 2023

    Let's say a SPA first load has been optimized with SSR and the LCP image is loaded pretty fast because it's in the HTML.

    But the JavaScript then builds a carousel in the DOM, which initially shows the very same image.

    I guess there's a second render of the image. How can I check this easily?

    Would it make sense that the LCP takes the late second render of the image, instead of the fast first one?