Zach’s ugly mug (his face) Zach Leatherman

Eleventy Leaderboards v2 via speedlify’s AvatarSpeedlify

August 30, 2020

Wow—this entire thing has been a journey. The idea for the Eleventy Leaderboards was originally borne out of some lighthearted fun poking at the AMP Carousel in Google Search results.

And now we have a fully fledged independent, self-hosted performance dashboard, monitoring solution. Let’s have a look at the final result, ranking the Lighthouse and Axe scores of the nearly 400 web sites in the Built With Eleventy showcase. Every site has historical results complete with a data visualization chart of that data over time.

Follow speedlify’s Avatarspeedlify on Twitter or check out speedlify.dev.

What’s New

  • It’s using Speedlify! That means full historical Lighthouse results and full Axe scans (some Axe violations don’t show in Lighthouse).
  • You can add <speedlify-score> to your web site to show your latest Eleventy Leaderboard rank and score! Here’s a live example of the leaderboard entry for zachleat.com:
    The Eleventy Leaderboards also provide the <speedlify-score> markup you need to integrate the component on your site. Just copy and paste: Example of how to copy speedlify-score markup on the Eleventy Leaderboards Add or remove the score, weight, rank, rank-change, and requests attributes to your needs.
  • Eleventy Author pages now show screenshots and Speedlify scores from the Leaderboard. e.g. the zachleat’s Avatarzachleat Eleventy Author page. A quick shout out to smthdotuk’s AvatarSam Smith, who at time of writing had perfect scores on every one of the six sites listed on their Eleventy Author page.
  • As a bonus feature to Speedlify, we now show a warning on the results when redirects are impacting site performance. If someone forgot a trailing slash on their URL or a www., I’ll usually fix those manually but sometimes they are legitimate parts of the experience (e.g. a redirect from / to /en/ for internationalization).

“The Algorithm” and Tiebreaker Changes

In the current version of the Eleventy Leaderboards (via Speedlify), ranking order is determined as follows:

  1. Sort by largest sum of all four Lighthouse categories
    • In contrast, previous versions were limited to Performance and Accessibility scores only.
  2. If equal, sort by fewest Axe violations
  3. If equal, sort by lowest ratio of Speed Index to Page Weight. If Speed Index is equal the larger site wins. If Page Weight is equal the lower Speed Index wins.
    • In contrast, previous versions used lowest Speed Index as a final tiebreaker (smaller sites usually won here) and highest number of Axe passes (larger sites usually won here).

View the code for the ranking algorithm in performance-leaderboard.

The Journey

Those interested in the history of the thing might want to read about a few of the steps along the way:


< Newer
Eleventy and Vue, a match made to power Netlify.com
Older >
Cloudflare’s Creative Corner with the Netlify team

Zach Leatherman IndieWeb Avatar for https://zachleat.com/is a builder for the web at IndieWeb Avatar for https://cloudcannon.com/CloudCannon. He is the creator and maintainer of IndieWeb Avatar for https://www.11ty.devEleventy (11ty), an award-winning open source site generator. At one point he became entirely too fixated on web fonts. He has given 79 talks in nine different countries at events like Beyond Tellerrand, Smashing Conference, Jamstack Conf, CSSConf, and The White House. Formerly part of Netlify, Filament Group, NEJS CONF, and NebraskaJS. Learn more about Zach »

15 Reposts

EleventyspeedlifyMax BöckCarles MuiñosTanner DolbyLouise FindlayJean Pierre KolbSam SmithNicolas HoizeyYesh YendamuriPeter Wilson 🏳️‍🌈Neil is looking for workJ0k3rBaldur BjarnasonYves Van Goethem

40 Likes

Simon Cox :SEO:JanYves Van GoethemIngo RadatzThe Bearded ProgrammerAdebiyi AdedotunLee FisherErik Kroes 🏔Eric WallaceBobby DuffMo𝚖𝚊𝚛𝚌𝚢J0k3rNeil is looking for workShane RobinsonMatt BiilmannGonzalo GuevaraSteve StedmanMarkus SchorkJakeAlex RussellMaxime RichardPhil HawksworthGreg IvesJuha LiikalaJason DilworthEleventyJean Pierre KolbLouise FindlayMike AparicioSpeakingSoftwareChris Bongers 🤓💻⚡️speedlifyEric ☕️ 🐟 💻Tatiana Mac 🚁Søren Birkemeyer 🦊Stephanie EcklesTanner DolbyCarles MuiñosJeroen van Beek
8 Comments
  1. Chris Bongers 🤓💻⚡️

    @DailyDevTips1

    Super nice article Zach, just love how eleventy keeps pushing out these amazing tools to make the web better

  2. Zach Leatherman

    @zachleat

    Thanks Chris!

  3. Nick

    @NickColley

    You considered doing a pattern like this: <a href="dashboard" as="speedlify-score>link to dashboard</a> Or having the anchor nested inside the tags? Would mean if it fails you've got a regular link to the page... 👀

  4. Zach Leatherman

    @zachleat

    do you mean `is`? I do like that pattern but no Safari support. Maybe <a href><speedlify-score>Link to Dashboard</…></a>?

  5. Eleventy 🎈

    @eleven_ty

    You can read about the tiebreakers here: zachleat.com/web/eleventy-l… Larger sites are rewarded in the ranking algorithm.

  6. Simon Cox :SEO:

    Simon Cox :SEO:

    @zachleat Ta! Good to see more sites in the list but I think there are a few less Perfects?

  7. Zach Leatherman

    Zach Leatherman

    @simoncox accurate! better in perf, best practices, seo—worse in a11y, 4 hundos26:Performance ???? 343 / 859 Accessibility ???? 538 / 859 Best Practices ???? 695 / 859 SEO ???? 570 / 859 Perfect 4×???? 219 / 85927:Performance ???? 356 / 907 Accessibility ?… Truncated

  8. Simon Cox :SEO:

    Simon Cox :SEO:

    @zachleat Well I sorted my single Axe issue out, had two aside tags (tut Simon), have you done yours yet?

Shamelessly plug your related post

These are webmentions via the IndieWeb and webmention.io.

Sharing on social media?

This is what will show up when you share this post on Social Media:

How did you do this? I automated my Open Graph images. (Peer behind the curtain at the test page)