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
We're loading a significant amount of data in JSONs on application start, while for sure most of the people will not click version filters in the navbar. We could generate separate assets for major, patch and prerelease versions and load them on demand. By doing so, the amount of data sent to the browser can be greatly reduced.
The text was updated successfully, but these errors were encountered:
We're loading a significant amount of data in JSONs on application start, while for sure most of the people will not click version filters in the navbar. We could generate separate assets for major, patch and prerelease versions and load them on demand. By doing so, the amount of data sent to the browser can be greatly reduced.
The text was updated successfully, but these errors were encountered: