diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 8d6bbc76..48558e0e 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -58,7 +58,6 @@ jobs: uses: treosh/lighthouse-ci-action@v8 with: temporaryPublicStorage: true - budgetPath: ./.lighthouse-budget.json configPath: ./.lighthouserc.yml urls: | ${{ steps.urls.outputs.urls }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index b081a7b7..652ace14 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ public .env .env.* *.logpages.txt +.lighthouseci +pages.txt +static/greenhouse.css diff --git a/.lighthouse-budget.json b/.lighthouse-budget.json deleted file mode 100644 index 15f3116d..00000000 --- a/.lighthouse-budget.json +++ /dev/null @@ -1,31 +0,0 @@ -[ - { - "path": "/*", - "timings": [ - { - "metric": "interactive", - "budget": 3000 - }, - { - "metric": "first-meaningful-paint", - "budget": 1000 - } - ], - "resourceSizes": [ - { - "resourceType": "script", - "budget": 125 - }, - { - "resourceType": "total", - "budget": 300 - } - ], - "resourceCounts": [ - { - "resourceType": "third-party", - "budget": 10 - } - ] - } -] \ No newline at end of file diff --git a/.lighthouserc.yml b/.lighthouserc.yml index 15fdfbc1..171dc6ca 100644 --- a/.lighthouserc.yml +++ b/.lighthouserc.yml @@ -1,3 +1,3 @@ ci: assert: - preset: lighthouse:recommended \ No newline at end of file + preset: lighthouse:recommended