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 our app we figured out, that blaze begins to slow down at around 75 entries that are rendered with the same template. After around 250 templates, it feels really laggy.
So the increase of numbers of data to render is not linear to the rendering time
I would be interested if this is also the case with other rendering engines like Vue and react.
The text was updated successfully, but these errors were encountered:
In our app we figured out, that blaze begins to slow down at around 75 entries that are rendered with the same template. After around 250 templates, it feels really laggy.
So the increase of numbers of data to render is not linear to the rendering time
I would be interested if this is also the case with other rendering engines like Vue and react.
The text was updated successfully, but these errors were encountered: