We have hosted a website containing dynamic images, coming from a folder.(c# is my back end) Load time of page is around 13 sec, which I watched in tools.pingdom.com . To reduce that load time We used handler to call all the J query files in single request, which works great. but we are unable to find a solution to make a request from website to get all the images in single request. Since the images are dynamic we can't go with sprites. Please give us a solution.
And also please suggest us which way of storing images makes site performance fast (in DB/Folder).