I added Lighthouse Scores to my Site’s Footer and You Can Too

Speedlify started with a very simple goal: make it easy to continuously check a site’s performance. As my friend Scott Jehl has said, “it can be easier to make a site fast than to keep it that way.” And as a performance advocate, I feel that it’s i…

Speedlify started with a very simple goal: make it easy to continuously check a site’s performance. As my friend Scott Jehl has said, “it can be easier to make a site fast than to keep it that way.” And as a performance advocate, I feel that it’s important to keep myself honest and to have some transparency behind the sites I build.

In that vein, I decided to experiment with publishing Lighthouse scores of some of the pages on my personal web site onto the actual pages themselves. This does have a small performance cost associated with it, but eventually I hope to optimize it away when my personal site has a bit better Jamstack architecture behind it.

Fetching the Lighthouse Score #

If you don’t care how this works and just want to set it up—skip to the next section!

Obviously the costliest and most resource intensive piece of adding this feature to my site would be running the Lighthouse tests. I certainly wouldn’t want to run these on every page visit. Luckily Speedlify handles this for me—it’s already testing a bunch of pages on my site and it’s set up to only run once a day. All I needed to do was to add a static API, which is just a fancy way of saying that I used Eleventy to generate a bunch of static JSON files in an /api/ directory.

There are two API pieces here:

Speedlify tests once a day. I do not deploy my personal site every day (don’t tell my employer but my personal site is not yet on Netlify ?—I wish it were but haven’t migrated it yet). This is a problem (for multiple reasons), right? If I consume the API data when I deploy my personal web site the results would be stale when Speedlify runs the next day! To workaround this temporary limitation I decided to use the Fetch API to grab the data client-side using JavaScript.

This is marginally okay as the widget is hidden at the very bottom of the page in the footer. But when I migrate my personal site to Netlify, this won’t be necessary. Ideally I would add a webhook in Speedlify to re-build my personal site every time the results change and delete that client-side JavaScript altogether. Yet another shining example of how a Jamstack architecture can improve front-end performance by making a chunk of clientside JavaScript no longer necessary.

Adding this to your Eleventy site! #

I’ve hopefully streamlined the setup here enough that you can use this up for your own site too (if you’re already using Eleventy). Three steps here:

  1. Run your own Speedlify instance. You can learn more at the GitHub repository or just click this button
    • Modify the files in Speedlify’s _data/sites/*.js folder with your own URLs!
  2. Consume the Speedlify API data files—they are generated automatically with your Speedlify instance.
    • Use Eleventy’s Cache Assets plugin
      npm install @11ty/eleventy-cache-assets --save-dev
    • Copy and paste the small speedlify.js Eleventy global data file to your global data directory. This tells us which URLs are speed tested in Speedlify. Change the URL in speedlify.js to point to your /api/urls.json file. Mine is https://www.speedlify.dev/api/urls.json.
  3. Use the <speedlify-score> Web Component. (These instructions were updated July 17, 2020)
    • npm install speedlify-score
    • Add the speedlify-score.js JavaScript and the speedlify-score.css CSS to your page.
    • Add the <speedlify-score> markup to your page where you want the score to show up. I’d recommend putting it in the footer of your page.
    • Use the speedlify.js Eleventy global data file we added earlier to set the hash attribute. Have a look at my footer.html to see how I did it using Liquid templates (only lines 16 through 19).
    • Also set the speedlify-url attribute to point to your Speedlify instance. Mine is
      speedlify-url="https://www.speedlify.dev"

Go forth and speed test! #

Hope you were able to stumble through those instructions okay—I would love to see examples of this in the wild if you do get it working. Please send them my way!


Print Share Comment Cite Upload Translate
APA
Zach Leatherman | Sciencx (2024-03-28T14:13:15+00:00) » I added Lighthouse Scores to my Site’s Footer and You Can Too. Retrieved from https://www.scien.cx/2020/07/12/i-added-lighthouse-scores-to-my-sites-footer-and-you-can-too/.
MLA
" » I added Lighthouse Scores to my Site’s Footer and You Can Too." Zach Leatherman | Sciencx - Sunday July 12, 2020, https://www.scien.cx/2020/07/12/i-added-lighthouse-scores-to-my-sites-footer-and-you-can-too/
HARVARD
Zach Leatherman | Sciencx Sunday July 12, 2020 » I added Lighthouse Scores to my Site’s Footer and You Can Too., viewed 2024-03-28T14:13:15+00:00,<https://www.scien.cx/2020/07/12/i-added-lighthouse-scores-to-my-sites-footer-and-you-can-too/>
VANCOUVER
Zach Leatherman | Sciencx - » I added Lighthouse Scores to my Site’s Footer and You Can Too. [Internet]. [Accessed 2024-03-28T14:13:15+00:00]. Available from: https://www.scien.cx/2020/07/12/i-added-lighthouse-scores-to-my-sites-footer-and-you-can-too/
CHICAGO
" » I added Lighthouse Scores to my Site’s Footer and You Can Too." Zach Leatherman | Sciencx - Accessed 2024-03-28T14:13:15+00:00. https://www.scien.cx/2020/07/12/i-added-lighthouse-scores-to-my-sites-footer-and-you-can-too/
IEEE
" » I added Lighthouse Scores to my Site’s Footer and You Can Too." Zach Leatherman | Sciencx [Online]. Available: https://www.scien.cx/2020/07/12/i-added-lighthouse-scores-to-my-sites-footer-and-you-can-too/. [Accessed: 2024-03-28T14:13:15+00:00]
rf:citation
» I added Lighthouse Scores to my Site’s Footer and You Can Too | Zach Leatherman | Sciencx | https://www.scien.cx/2020/07/12/i-added-lighthouse-scores-to-my-sites-footer-and-you-can-too/ | 2024-03-28T14:13:15+00:00
https://github.com/addpipe/simple-recorderjs-demo