-
Notifications
You must be signed in to change notification settings - Fork 35
feat: adds ui load tester & getStaticProps from getServerSideProps #4882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adds ui load tester & getStaticProps from getServerSideProps #4882
Conversation
✅ Deploy Preview for partners-bloom-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-public-seeds ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works as expected 🏎️ . Can you update the script documentation a bit but otherwise good to merge so I'm approving it now
@YazeedLoonat Do you mind just adding a bit more documentation on running the script in the areas we had questions about pre-merge? |
✅ Deploy Preview for bloom-lakeview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1a3d2f6
to
2526bcb
Compare
…loom-housing#4882) * feat: adds ui load tester & getStaticProps from getServerSideProps * fix: updates per comments * fix: updates per prs
…loom-housing#4882) * feat: adds ui load tester & getStaticProps from getServerSideProps * fix: updates per comments * fix: updates per prs
…loom-housing#4882) * feat: adds ui load tester & getStaticProps from getServerSideProps * fix: updates per comments * fix: updates per prs
…loom-housing#4882) * feat: adds ui load tester & getStaticProps from getServerSideProps * fix: updates per comments * fix: updates per prs
This PR addresses metrotranscom#1271
Description
This adds a ui load tester script
more importantly, this changes how we get listing data for the public listing detail page from
getServerSideProps
togetStaticProps
this should mean that instead of the server generating the HTML for the public listing detail page each time it generates it once then holds onto it for 30 seconds before rebuilding itHow Can This Be Tested/Reviewed?
Stand up the public site locally and verify you can hit the listing detail page
Aim the load tester at your listing detail page and make sure it stands up to most load tests (it'll break down at higher ends still)
Author Checklist:
yarn generate:client
and/or created a migration when requiredReview Process: