Replies: 6 comments
-
The collection is very heavy for tables, I did not extract 150k, I replaced it with a "builder" while 500k + data work fine |
Beta Was this translation helpful? Give feedback.
-
Ok, I will try to replace the collection with a builder... and see the results.... in my previous tests, I am almost sure, the collection was faster... In the config file cache is enabled. Regardless, in the sample I provided... there are only 5 records in the collection. |
Beta Was this translation helpful? Give feedback.
-
Almost the same results with the Builder instead of Collection.... :( |
Beta Was this translation helpful? Give feedback.
-
I think the problem is in the optimization of the project, not a component |
Beta Was this translation helpful? Give feedback.
-
Ok, I get your point...so I used another component named It's a pity because I think this is a better component with more options! I want to know if there's something I'm doing wrong to be slower... I debugged the ajax call to column order, and the time taken is small: database between 200ms and 290ms, but the UI is slow. Peek.2022-05-14.21-12.mp4 |
Beta Was this translation helpful? Give feedback.
-
I've seen very complex queries using Join and I haven't had any feedback about slowness. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for your great package, I used to work with datatables.net and now I'm trying to change to your livewire component to synergise with my livewire app.
I'm using datasource collection, like this example :
I have only 5 records in the database, but all are slow, searching, hiding columns, sorting, etc....
I'm using laravel 8.x and your most recent package version and livewire.
perfomance.mp4
perfomance2.mp4
Beta Was this translation helpful? Give feedback.
All reactions