{"id":16639081,"url":"https://github.com/jakepartusch/psi-action","last_synced_at":"2025-03-16T22:31:14.188Z","repository":{"id":39909982,"uuid":"232343432","full_name":"JakePartusch/psi-action","owner":"JakePartusch","description":"A GitHub action that utilizes Google's Page Speed Insights to generate a performance report","archived":false,"fork":false,"pushed_at":"2023-02-03T05:12:19.000Z","size":11448,"stargazers_count":82,"open_issues_count":3,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T06:11:36.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JakePartusch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-07T14:34:57.000Z","updated_at":"2025-02-28T14:43:39.000Z","dependencies_parsed_at":"2023-02-18T03:45:47.683Z","dependency_job_id":null,"html_url":"https://github.com/JakePartusch/psi-action","commit_stats":{"total_commits":33,"total_committers":4,"mean_commits":8.25,"dds":"0.33333333333333337","last_synced_commit":"52c2d02253549b3de69c6562655ddf17f6868191"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakePartusch%2Fpsi-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakePartusch%2Fpsi-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakePartusch%2Fpsi-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakePartusch%2Fpsi-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakePartusch","download_url":"https://codeload.github.com/JakePartusch/psi-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243944613,"owners_count":20372837,"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","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":"2024-10-12T07:05:04.607Z","updated_at":"2025-03-16T22:31:12.264Z","avatar_url":"https://github.com/JakePartusch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Page Speed Insights — A GitHub Action 🏎\n\nThis action utilizes [Google's Page Speed Insights](https://developers.google.com/speed/docs/insights/v5/about) to generate a report on your website's performance\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/JakePartusch/psi-action/master/screenshots/screenshot-output.png\" alt=\"Example command line output\" width=\"600\"\u003e\u003c/p\u003e\n\n## Inputs\n\n### `url`\n\n**Required** The name of the site to reach `https://google.com`\n\n### `key`\n\nOptional - API key (recommended for production) to use when consuming the Page Speed Insights API. This should be stored as a [Github Secret](https://docs.github.com/en/actions/reference/encrypted-secrets). You can request a key [here](https://developers.google.com/speed/docs/insights/v5/get-started)\n\n### `strategy`\n\nOptional — Strategy to use when analyzing the page (mobile/desktop).\n\n### `threshold`\n\nOptional — Score to pass the PageSpeed test. Useful for setting a performance budget (default 70).\n\n## Example usage\n\nBasic Usage\n\n```yaml\nsteps:\n  - name: Running Page Speed Insights\n    uses: jakepartusch/psi-action@v1.3\n    id: psi\n    with:\n      url: \"https://jake.partus.ch\"\n      threshold: 70\n      strategy: mobile\n      key: ${{ secrets.APIKEY }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakepartusch%2Fpsi-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakepartusch%2Fpsi-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakepartusch%2Fpsi-action/lists"}