Slow loading

Slow data save and page loading in ChronoForms.

Overview

The issue occurs when saving or loading a large number of records (e.g., 450) on a single page without pagination, which can cause performance delays.
To increase speed, implement pagination by setting a page limit to reduce the number of records processed or displayed at once.

Answered
Connectivity v6
sa samir1903 12 Feb, 2019
just passed to chronobconnectivity but to compare with chronoforms it looks like slow
just updating one data and loading realy late
?
any sugestion to increase speed?
he healyhatman 13 Feb, 2019
You're going to have to be clearer about what the problem is, and then you're going to have to make sure you don't have any unecessary actions in your events.
sa samir1903 13 Feb, 2019
data save is slow
in the demo examples it is really quick actually

in demo (dynamic) data save provider {data:Article}
is enough
but for me when i put like that it saves as a new record
it expects from me to put update condition
but it seems to me makes slower
which i am not sure

i am talking about 450 records all in same page should i put paginator?
he healyhatman 13 Feb, 2019
Answer
Are you saving 450 records or loading 450? If you're losing then yes I would probably set a page limit
sa samir1903 14 Feb, 2019
putting paginator works perfectly thanks
This topic is locked and no more replies can be posted.