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
Richdocuments-code uses an appimage for a demo version of COOL; it has lower security and no websocket it also tends to live on the same webserver as Nextcloud + Database etc. It tends to have many fewer live / concurrent users and be used as a demo.
So - we should shrink it's active memory footprint.
We should avoid as much pre-loading as much in this configuration - some tweaks to desktop/source/lib/init.cxx 's preload to avoid eg. pre-loading dictionaries and translations would be a good idea - though we'd need to ensure that they load on-demand then.
The text was updated successfully, but these errors were encountered:
Richdocuments-code uses an appimage for a demo version of COOL; it has lower security and no websocket it also tends to live on the same webserver as Nextcloud + Database etc. It tends to have many fewer live / concurrent users and be used as a demo.
So - we should shrink it's active memory footprint.
We should avoid as much pre-loading as much in this configuration - some tweaks to desktop/source/lib/init.cxx 's preload to avoid eg. pre-loading dictionaries and translations would be a good idea - though we'd need to ensure that they load on-demand then.
The text was updated successfully, but these errors were encountered: