{"id":30876408,"url":"https://github.com/adamj/speedlify","last_synced_at":"2025-09-08T02:10:12.428Z","repository":{"id":301589647,"uuid":"1009707432","full_name":"AdamJ/speedlify","owner":"AdamJ","description":"An offshoot (not fork) of https://github.com/zachleat/speedlify/","archived":false,"fork":false,"pushed_at":"2025-06-27T16:23:45.000Z","size":417,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"live","last_synced_at":"2025-06-27T17:33:44.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdamJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-27T15:17:48.000Z","updated_at":"2025-06-27T16:23:48.000Z","dependencies_parsed_at":"2025-06-27T17:35:59.555Z","dependency_job_id":"ef4d3577-755f-4c3f-a0a2-ee55c0c32a40","html_url":"https://github.com/AdamJ/speedlify","commit_stats":null,"previous_names":["adamj/speedlify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdamJ/speedlify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamJ%2Fspeedlify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamJ%2Fspeedlify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamJ%2Fspeedlify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamJ%2Fspeedlify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamJ","download_url":"https://codeload.github.com/AdamJ/speedlify/tar.gz/refs/heads/live","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamJ%2Fspeedlify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274121957,"owners_count":25225801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-08T02:10:08.771Z","updated_at":"2025-09-08T02:10:12.405Z","avatar_url":"https://github.com/AdamJ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# speedlify\n\nAfter you make a fast web site, keep it fast by measuring it over time. Read [Use Speedlify to Continuously Measure Site Performance](https://www.zachleat.com/web/speedlify/). Created by [@zachleat](https://www.zachleat.com/).\n\n* Requires Node 12+\n* Each file in `_data/sites/*.js` is a category and contains a list of sites for comparison.\n\n## Run locally\n\n_After cloning you’ll probably want to delete the initial `_data/sites/*.js` files and create your own file with a list of your own site URLs!_\n\n```\nnpm install\nnpm run test-pages\nnpm run start\n```\n\n## Related\n\n* [The Eleventy Leaderboards](https://www.zachleat.com/web/eleventy-leaderboard-speedlify/) are running on Speedlify\n* [speedlify.dev](https://www.speedlify.dev/) shows some sample categories\n* Use the [`\u003cspeedlify-score\u003e` component](https://github.com/zachleat/speedlify-score) to show your scores on your page. Read more at [I added Lighthouse Scores to my Site’s Footer and You Can Too](https://www.zachleat.com/web/lighthouse-in-footer/)\n* The [Eleventy Starter Projects list](https://www.11ty.dev/docs/starter/) shows Lighthouse scores from Speedlify. Read more at [The Lighthouse Scores Will Continue Until Morale Improves](https://www.zachleat.com/web/11ty-lighthouse/).\n\n## Deploy to Netlify\n\nCan run directly on Netlify (including your tests) and will save the results to a Netlify build cache (via Netlify Build Plugins, see `plugins/keep-data-cache/`).\n\n_After cloning you’ll probably want to delete the initial `_data/sites/*.js` files and create your own file with a list of your own site URLs!_\n\n\u003ca href=\"https://app.netlify.com/start/deploy?repository=https://github.com/zachleat/speedlify\"\u003e\u003cimg src=\"https://www.netlify.com/img/deploy/button.svg\" width=\"146\" height=\"32\"\u003e\u003c/a\u003e\n\nSpeedlify will also save your data to `/results.zip` so that you can download later. Though this has proved to be unnecessary so far, it does serve as a fallback backup mechanism in case the Netlify cache is lost. Just look up your previous build URL and download the data to restore.\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/7298a132-e366-460a-a4da-1ea352a4e790/deploy-status)](https://app.netlify.com/sites/speedlify/deploys)\n\n* **Run every day or week**: You can set Speedlify to run at a specified interval using a Netlify Build Hook, read more on the Eleventy docs: [Quick Tip #008—Trigger a Netlify Build Every Day with IFTTT](https://www.11ty.dev/docs/quicktips/netlify-ifttt/).\n\n## Known Limitations\n\n* If you change a URL to remove a redirect (to remove or add a `www.`, moved domains, etc), you probably want to delete the old URL’s data otherwise you’ll have two entries in the results list.\n* When running on Netlify, a single category has a max limit on the number of sites it can test, upper bound on how many tests it can complete in the 15 minute Netlify build limit.\n* The same URL cannot be listed in two different categories (yet).\n\n## Pay for something better\n\nSpeedlify is intended as a stepping stone to more robust performance monitoring solutions like:\n\n* [SpeedCurve](https://speedcurve.com/)\n* [Calibre](https://calibreapp.com/)\n* [DebugBear](https://www.debugbear.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamj%2Fspeedlify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamj%2Fspeedlify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamj%2Fspeedlify/lists"}