Hi,
I have a RadGrid which in most of the cases display the same image per row.
When i use HTTP Analyzer, i see that the image is being loaded multiple times, meaning that if I have 100 rows that should display it, it will be loaded (or searched in cache) for 100 times.
What's the best way to optimize it and get rid of those unnecessary requests?
Thanks.
I have a RadGrid which in most of the cases display the same image per row.
When i use HTTP Analyzer, i see that the image is being loaded multiple times, meaning that if I have 100 rows that should display it, it will be loaded (or searched in cache) for 100 times.
What's the best way to optimize it and get rid of those unnecessary requests?
Thanks.