A word on scale 📈 #131
444B
started this conversation in
Performance Engineering
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We recently had an issue reported with how data was being shown across years in #128
This is in truth an older bug from the upstream, imported as #14
When loading a JSON for a site that sees 1.3K pageviews and 3k widget Interactions over 28 days
The result is a json that is about 1034 lines long and it takes about 7 seconds to load.
I think the slowest part of this is the rendering of widget interactions, particularly because the site has alot of widgets and this takes some time to render for each one
That part of SA2 has alot of room for improvement but for now I suppose it may be possible to make it an optional render behind a
if st.button("Render widget usage?"):
or something similarPlease feel free to discuss or share here your thoughts on your experience of using SA2 at scale
Beta Was this translation helpful? Give feedback.
All reactions