Hello,
my weblocks application use MySQL as data store.
In a widget, i use a gridedit to display some of 1600 entries
stored in a table of the DB.
With the on-query function, i apply a filter in order to only get a subset of these entries.
i have configured the gridedit to disallow pagination.
When the gridedit has to display 150 entries in the same window, it takes over 7s :(
When i profile the execution (slime-profile-package weblocks),
call-in-webapp takes 7s.
Any ideas ?
Best regards.
Thanks.