You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
The application holds up pretty well under severe load, but there's some clear bottleneck (firing up the CPU usage) when rendering the JSON responses for the nodes and relations API endpoints:
It is not clear at the moment if the rendering process is requested more times than necessary, but given that when a visualization is published is uncommon for its contents to change a quick win would be to review our cache policy: at the moment we're not caching these responses.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The application holds up pretty well under severe load, but there's some clear bottleneck (firing up the CPU usage) when rendering the JSON responses for the nodes and relations API endpoints:
It is not clear at the moment if the rendering process is requested more times than necessary, but given that when a visualization is published is uncommon for its contents to change a quick win would be to review our cache policy: at the moment we're not caching these responses.
The text was updated successfully, but these errors were encountered: