{"id":20704468,"url":"https://github.com/immoweltgroup/docker-pwmetrics","last_synced_at":"2026-04-25T09:02:28.638Z","repository":{"id":87782707,"uuid":"101630118","full_name":"ImmoweltGroup/docker-pwmetrics","owner":"ImmoweltGroup","description":"A Docker image for the pwmetrics CLI which should be used to test your application on behalf of performance guidelines from Google.","archived":false,"fork":false,"pushed_at":"2017-11-07T09:59:19.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-11T04:46:20.627Z","etag":null,"topics":["docker","docker-image","lighthouse","pwmetrics"],"latest_commit_sha":null,"homepage":"https://github.com/paulirish/pwmetrics","language":null,"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/ImmoweltGroup.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}},"created_at":"2017-08-28T10:02:34.000Z","updated_at":"2018-03-16T15:30:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"13ef1d18-2863-404d-8ace-7b61029509d0","html_url":"https://github.com/ImmoweltGroup/docker-pwmetrics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImmoweltGroup/docker-pwmetrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImmoweltGroup%2Fdocker-pwmetrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImmoweltGroup%2Fdocker-pwmetrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImmoweltGroup%2Fdocker-pwmetrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImmoweltGroup%2Fdocker-pwmetrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImmoweltGroup","download_url":"https://codeload.github.com/ImmoweltGroup/docker-pwmetrics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImmoweltGroup%2Fdocker-pwmetrics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32256217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-image","lighthouse","pwmetrics"],"created_at":"2024-11-17T01:12:26.683Z","updated_at":"2026-04-25T09:02:28.616Z","avatar_url":"https://github.com/ImmoweltGroup.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# @immowelt/docker-pwmetrics\n\n[![Powered by Immowelt](https://img.shields.io/badge/powered%20by-immowelt-yellow.svg?colorB=ffb200)](https://stackshare.io/immowelt-group/)\n[![Build Status](https://travis-ci.org/ImmoweltGroup/docker-pwmetrics.svg?branch=master)](https://travis-ci.org/ImmoweltGroup/docker-pwmetrics)\n\n\u003e A Docker image for the [pwmetrics CLI](https://github.com/paulirish/pwmetrics) which should be used to test your application on behalf of performance guidelines from Google.\n\n## Getting started\nIn case you want to integrate a performance test in your CI pipeline, we have an already pre configured Docker image at your hands.\nExecute the following commands in your pipeline to do so.\n\n```shell\n# First pull the required version of the docker image on your host, only needs to be done once.\n# View the list of available tags at https://hub.docker.com/r/immowelt/pwmetrics/tags/\ndocker pull immowelt/pwmetrics:3.1.1\n\n# Launch a test on http://domain-to-test.com/ with the config located at `$(pwd)/path/to/config/pwmetrics.config.js`.\n# Note: The `$(pwd)` annotation is only supported in unix environments.\ndocker run -v $(pwd)/path/to/config/:/usr/pwmetrics-config immowelt/pwmetrics:3.1.1 http://domain-to-test.com/ --config=/usr/pwmetrics-config/pwmetrics.config.js\n```\n\n## Configuration and preset-rules\n\n### ttfmp (First Meaningful Paint) / ttfcp (First Contentful Paint)\nThe `ttfmp`, or commonly known as FMP, describes the time it takes until the browser paints the first frame of the application.\nIt was introduced since it signifies the user that the website / application is near to being loaded.\n\nThe `ttfcp`, or commonly known as FCP, describes the time it takes until the browser paints the first frame of text or content of the application.\nIt was introduced since it is the moment that the user starts scanning the page for content.\n\nA visualized example of the two is shown below.\n![Image that explains the difference between ttfmp and ttfcp](https://user-images.githubusercontent.com/1557092/29769201-93fd399a-8be9-11e7-9cb2-db0199aa5002.png)\n\nMore information can be found [here](https://github.com/WICG/paint-timing#definition).\n\n### psi (Perceptual Speed Index)\nThe `psi` is a threshold which was introduced as a rating for your website in regards to perceived performance.\nThis number scale is based on the principle „The-lower-the-better“, Google employee Paul Irish recommends a PSI of under `1000`, but this is hard to achieve for bigger websites, the average score for the top 50 E-Commerce sites in the UK is between `3000` and `8500`, so we set our maximum PSI as the median of this range of `5000`.\n\n[https://developers.google.com/web/tools/lighthouse/audits/speed-index](https://developers.google.com/web/tools/lighthouse/audits/speed-index)\n\n## Licensing\nSee the LICENSE file at the root of the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmoweltgroup%2Fdocker-pwmetrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimmoweltgroup%2Fdocker-pwmetrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmoweltgroup%2Fdocker-pwmetrics/lists"}