Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: appimage (dont')-preload optimisation #10563

Open
mmeeks opened this issue Nov 21, 2024 · 0 comments
Open

perf: appimage (dont')-preload optimisation #10563

mmeeks opened this issue Nov 21, 2024 · 0 comments
Labels
24.04 Easy - Medium enhancement New feature or request performance Improving COOL performance

Comments

@mmeeks
Copy link
Contributor

mmeeks commented Nov 21, 2024

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.

@mmeeks mmeeks added enhancement New feature or request Easy - Medium performance Improving COOL performance 24.04 labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
24.04 Easy - Medium enhancement New feature or request performance Improving COOL performance
Projects
Status: No status
Development

No branches or pull requests

1 participant