v6 announcements #1603
luanfreitasdev
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, everyone.
I'm collecting some feedback, and some of it is related to performance and internal code complexity. I'm working on version 6, and the main focuses and improvements are:
fields()
'.The biggest problem in the current and previous versions is that when you use the cache, all the HTML of the actions is also cached, causing a heavy overhead on Redis. This has been fixed.
Some changes made reduced it from
170ms
to80ms
to show 100 records!Action execution happens much faster in version 6 than in previous versions. This is because a lot of processing was required to assemble the actions in line when processing the data before displaying. This has also been fixed.
I hope to launch these improvements as quickly as possible, but I must deliver the best possible result.
Of course, everything is open-source, but you can help us create a better component by supporting us as a sponsor or suggesting new ideas.
Beta Was this translation helpful? Give feedback.
All reactions