-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Lazy load tabs to speed up the startup time #1497
Comments
+1 I usually have a dozen pdfs opened that are located on my NAS. Opening Sumatra sometimes takes up to 10 seconds. |
It loads pretty fast for me the last year or so, using the 3.5 etc pre-release versions. |
I've implemented loading on background threads, so slow documents no longer block the main thread (i.e. you get fast startup time). |
Just realised, why is it called a "pre-release", if it's actually AFTER the last release. A pre-release sounds older, as if it's before (pre) the actual release, therefore outdated! p.s. the website's page is missing links to download on https://www.sumatrapdfreader.org/prerelease |
Well, it's before the next release. But I see how this might be confusing.
You must have JavaScript enabled. |
follow up on optimizing startup time incl. approach see #4803 |
The startup performance lacks severely if the program is configured to load the previous session on start, especially when a lot of tabs need to be restored.
It'd be nice to have only the foreground tab restored at startup, and lazy load those background tabs upon switching.
The text was updated successfully, but these errors were encountered: