Setup foundation for retrieving LCP Framework metrics across various sites#156
Merged
AlexanderKaran merged 2 commits intoe18e:mainfrom Feb 25, 2026
Merged
Conversation
Collaborator
Author
|
looks like I've accidentally bumped all the framework packages. Resolving this |
3bd0d00 to
a92d41d
Compare
a92d41d to
cc94265
Compare
AlexanderKaran
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This is a foundational PR which sets up the logic and container for pulling LCP metrics across various sites using the http archive and calculates the Percentiles: P50, P75, P90, P95, P99.
I have added all the details on how to run and test the container locally in a README - let me know if this would be best suited elsewhere.
At the moment I have the stats pulling from httparchive.sample_data.pages_10k to get around not having billing and staying within the free tier. I might see if later once we have a GCP account that has billing if we can configure this so on local we use the sample data but in prod we use the full dataset.
After running the container here is what you will see in your console. Note I am just using React and Next.js for now but we can extend this in a future PR to include more frameworks.
Checklist
starter-*package, ensure that the deps, and file content matches the output of the metaframeworks recommended starter/default project