Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Improve rendering performance of nodes and relations API endpoints #354

Open
esebastian opened this issue Apr 16, 2018 · 0 comments
Open

Comments

@esebastian
Copy link
Contributor

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:

fireshot capture 048 - transactions - onodo - new relic_ - https___rpm newrelic com_accounts_

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant