🚀 FR Optimizations to file field loading in the cp #3383
Closed
robinsowell
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Getting resolved in #3394 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suggest an idea for ExpressionEngine
With large grids/file grids, the cp can get really slow just loading all the images. Not even on the EE end of things- the produced html can take a long time to load pulling in all the thumbs.
Case today- file grid with 250 rows. The logic of his site is sound, but if you have 250 thumbs loading, the page in the cp is flat slow.
I did a test- made a static copy of the page to see how long it took
Then, I edited the static page to not load the thumbs

Big improvement. Still slow, but way closer to acceptable.
I'm wondering if we do something clever so all images in a file field pull in after page load so they don't slow down things. Or lazy load, so only the ones showing load at first. It would have tiny but real benefits in general, and when we get into cases where there are lots of images, it would be a significant improvement.
Beta Was this translation helpful? Give feedback.
All reactions