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
In my application, I have over 5000 categories, (up to 4 levels of nested children). Due to the large number of categories and the deep nesting, the interface becomes very slow when trying to open the categories, and sometimes it freezes altogether.
Is there any way to optimize the performance for handling such a large dataset?
How to reproduce the bug
Have over 5000 categories in the application, structured with multiple levels of nested children.
Attempt to open the categories section in the application.
Package Version
3.1.42
PHP Version
8.2.0
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. It's a known problem because the plugin loads all the records when building the tree. Unfortunately, the underlying package doesn't have a feature to load on collapse.
What happened?
In my application, I have over 5000 categories, (up to 4 levels of nested children). Due to the large number of categories and the deep nesting, the interface becomes very slow when trying to open the categories, and sometimes it freezes altogether.
Is there any way to optimize the performance for handling such a large dataset?
How to reproduce the bug
Have over 5000 categories in the application, structured with multiple levels of nested children.
Attempt to open the categories section in the application.
Package Version
3.1.42
PHP Version
8.2.0
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: