RedRobotHero
Technical User
So, I'm working for a catering business with an ordering page made in ASP. They want me to add images to the page.
As it stands, every time you order an item, it reloads the page. Now, if there's a lot of images on the page, how can I encourage the browser to not reload all the images each time? Usually the browser caches images, right? Will it be enough to count on that, or is there something else I should do?
I could probably make some javascript code that updates only the portion of the page that needs to change, but then the javascript would be critical to the function of the page.
As it stands, every time you order an item, it reloads the page. Now, if there's a lot of images on the page, how can I encourage the browser to not reload all the images each time? Usually the browser caches images, right? Will it be enough to count on that, or is there something else I should do?
I could probably make some javascript code that updates only the portion of the page that needs to change, but then the javascript would be critical to the function of the page.