CsteerDevops1 / wiki-framework

6 stars 0 forks source link

Fix the speed of uploading data from the database to the start page #74

Closed Esclide closed 4 years ago

orasul commented 4 years ago

Right now start page loading requests for API which brings back 13 MB !!! of data. Need to rework both API and webui: Page with multiple elements should request only thumbnails and page with one element should request whole data. API should support both cases.

kirillr123 commented 4 years ago

Done