Hi All,
I don't know if it's an issue on my side, or that it's an overall issue, so before entring a ticket on github, i'll ask the question here.
When managing albums and sub albums the gui is not really fast:
- Moving a sub album from one album to the next, it takes about 5 to 10 seconds before the changes are displayed.
- When deleting an album it almost takes 10 seconds (sometimes even more) before you get the question to confirm that you want to delete the album. The deletion of the album is immediately and the refresh of the page is also done fast.
Are these just my issues or are there more people noticing this?
Currently using 15.1.0
Offline
How many albums do you have?
If you start the "inspector" in your web browser, tab "network", can you see the calls to ws.php? do you see anything special in the response?
Offline
Albums: ~4700 and counting.
Tested some things:
Creating multiple album takes avg 7000 ms
Pressing delete button until confirmation screen: avg 6800 ms
The deleting takes avg 200 ms
Might have thought that the connection string would go via a dns name, but connection goes via IP address. SQL database is on another VM.
Offline
Further testing:
Moving about 8 albums took avg 6700 ms each.
Offline