ImageColumn make Table rendering so slow
This is my situation: I have db table (ads) without column for image, for retrieve ad's images i have an attribute that return me all links for ad's folder on s3.
In my table i want to show image ad thumbnail.
My attribute (i cannot change this code):
and i set ImageColum like that:
But Table is rendered only when all thumbnails are loaded and "ready" to be displayed.
Is there any way to speed up the table loading?
Thanks in advance
0 Replies