Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The main things causing poor performance on prior versions of the site are:
Changes to address this are:
These changes took the lighthouse performance score on the homepage from 49 to 98. Since future ScanGov plans include auditing performance of sites in the dataset it will be nice to set an example with our own infrastructure.
The updates required a lot of changes. We shouldn't merge until we are confident we have parity. This version of the site can be browsed at https://d1ernd7wc7yhlq.cloudfront.net/
Looks like the last version of the site used the built in Github jekyll build for github pages. This now has a git action to run the 11ty build but the github pages configuration has to be modified to run against the gh-pages branch which is populated during the git action triggered build.