Closed RasmusKard closed 1 month ago
Returning maximum range object (no filters used) is ~5.8MB
In the average user's use-case the object size is ~150kB
Need to explore how exactly HTTP shared caching works. Probably need to set it up using Nginx?
Storing of tconst array in sessionStorage not possible due to to size limitations for larger result sets, need to rely on caching instead.
Caching seems to be a pain with POST, will probably need to convert to GET
Needs testing to check if it's true