Performance issue on first load ? #2212
Replies: 3 comments
-
|
I wonder if this is related to #2174 |
Beta Was this translation helpful? Give feedback.
-
|
Good catch i believe it might be related. |
Beta Was this translation helpful? Give feedback.
-
|
Issue redolved for me with the latest beta |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Not sure it's something worth an issue so first asking the question here...
I am noticing very quick browsing once connected, loading the gui at first is fast but the first listing is taking quite a long time, sometimes over a minute...
Here is a quick trace using devtools, you can see 12 seconds to get the first load, then I can browser in about 50ms...

this time it was "only" 12 seconds, but sometimes it can be over a minute which can make it break when over unstable cellular data connexion for example... I believe it's longer while indexing is in progress but I'm not sure.
I am running the image
ghcr.io/gtsteffaniak/filebrowserwhich currently isv1.2.3-stableand my sources are defined as docker volumes using cifs like follows :It shouldn't be something about smb as if I close the browser and reopen it immediately, I get the same behaviour, so I do think the cifs mount is already setup and quick listing can be done, I'm unsure what is causing this behaviour.
If anyone has an idea on how to speed this up, or if I should make this an issue, let me know please, any help is welcome ;)
Beta Was this translation helpful? Give feedback.
All reactions