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
I'm not sure where to write this but here is what i found recently (maybe others are facing this "issue" as well)
I have a HasMany relationship called shipments in one of my models.
In the ShowOperation i want to display a couple of attributes of this relationship.
Since the relationship has a LOT of entries (~1000) the page loads super slow.
I did some digging and found that changing the column type would improve the speed by A LOT.
I will post the column definition and the loading time of the page.
NOTICE: For this example, only this column is displayed so nothing else is impacting the speed of the page.
Column definition 1 - the most common i guess | ~4.4 seconds
Hi guys,
I'm not sure where to write this but here is what i found recently (maybe others are facing this "issue" as well)
I have a
HasMany
relationship calledshipments
in one of my models.In the
ShowOperation
i want to display a couple of attributes of this relationship.Since the relationship has a LOT of entries (~1000) the page loads super slow.
I did some digging and found that changing the column type would improve the speed by A LOT.
I will post the column definition and the loading time of the page.
NOTICE: For this example, only this column is displayed so nothing else is impacting the speed of the page.
Column definition 1 - the most common i guess | ~4.4 seconds
Column definition 2 | ~1.15 seconds
Column definition 3 - harcore | ~600ms
Cheers!
The text was updated successfully, but these errors were encountered: