Image loading
-
HI I was wondering if anyine could give me any advice on improving image loading speed I have an asp application which speaks to a mysql backend, which holds server locations of images which have been added to the application when i pull the images into a grid they load very slowly and u can initially watch them physically download onto ur screen. I was reading about possibly caching these images to help with loading, and another place i seen that u can load the images into another asp page, and link the asp image holder to the page? Any suggestions would be greatly appreciated, it also occasionally causes a server crash as it runs out of memory cheers boyindie
-
HI I was wondering if anyine could give me any advice on improving image loading speed I have an asp application which speaks to a mysql backend, which holds server locations of images which have been added to the application when i pull the images into a grid they load very slowly and u can initially watch them physically download onto ur screen. I was reading about possibly caching these images to help with loading, and another place i seen that u can load the images into another asp page, and link the asp image holder to the page? Any suggestions would be greatly appreciated, it also occasionally causes a server crash as it runs out of memory cheers boyindie
boyindie wrote:
when i pull the images into a grid they load very slowly and u can initially watch them physically download onto ur screen.
I had similar issue and corrected by compressing the image size. Have you tried this ?