-
Notifications
You must be signed in to change notification settings - Fork 66
perf(web): performance tweaks #972
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| return null | ||
| } | ||
| return <CitationDialog isOpen={showCitation} toggle={totggle} /> | ||
| }, [showCitation, totggle]) |
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.
totggle is a typo of toggle I think :)
|
|
||
| const SpinnerWrapper = styled.div<HTMLProps<HTMLDivElement>>` | ||
| width: 100%; | ||
| height: 100%; |
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.
Maybe we need to set this height to 822px?
93f31a9 to
edefa32
Compare
27d4a31 to
9010d85
Compare
This:
/resultspage code away from main bundle. The/treepage was separate alreadyimgtagsI ran some Lighthouse benchmarks (https://web.dev/measure/). Not amazing, but a little better than before:
Before:

After:
