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
When there are many notifications it will take a long time for the client to fetch each (an HTTP request per notification) and to build the SVG diagram. Initial considerations:
Should there be a single file containing all notifications? This is still an issue once for the client.
Stream fetch and display. Potentially slowing down the rendering if the SVG is updated continuously - Perhaps drop the d3-force simulation. Advantage being that the user can see something right away. Perhaps fetch in batches?
Instead of fetching all notifications on load, the UI should make the calls based on user input eg display only the citations, and filtering.
..
The text was updated successfully, but these errors were encountered:
Many questions and possible paths here.
When there are many notifications it will take a long time for the client to fetch each (an HTTP request per notification) and to build the SVG diagram. Initial considerations:
..
The text was updated successfully, but these errors were encountered: