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
We've encountered significant performance issues in the "move"-dialog when a Kirby installation contains at least one folder with many (in our case 700) images:
Opening the "move" dialog takes ~5 seconds
Opening the "news overview" page to view its ~300 children takes ~30 seconds
The bottleneck appears to be loading time for "/panel/site/tree?move=..."
We've already tried implementing the solution suggested by "bnomei" in this forum thread, using a custom page model with isListable set to false, but the issue persists.
Steps to Reproduce
Create or use a Kirby installation with a folder with large media collection (700+ images)
Create a section with many children pages (300+) - I think this is optional
Attempt to open the "move" dialog for any page
Attempt to navigate to a parent page with many children
Environment
Kirby Version: 4.7
PHP Version: 8.3
Screenshots
opening of the dialog
click on "news-overview" to open the children
Kirby Version
4.7
The text was updated successfully, but these errors were encountered:
Description
We've encountered significant performance issues in the "move"-dialog when a Kirby installation contains at least one folder with many (in our case 700) images:
We've already tried implementing the solution suggested by "bnomei" in this forum thread, using a custom page model with
isListable
set to false, but the issue persists.Steps to Reproduce
Environment
Screenshots
opening of the dialog

click on "news-overview" to open the children

Kirby Version
4.7
The text was updated successfully, but these errors were encountered: