1

So as you go from page to page in a web application the layout is cached by the browser, this means elements consistent across pages are not reloaded and instead loaded from the cache. Because the reload is so fast the user can go from page to page and it appears that those elements are not being reloaded and just remain in place.

The problem I am encountering is that if you have a iframe that loads consistent content from page to page the same behaviour is not observed. Instead the is a momentary flash where the iframe is empty and then loading takes place.

Is there anything that can be done to avoid this i.e have the browser load a cached version of the iframe content immediately?

Guesser
  • 1,571
  • 2
  • 23
  • 47

0 Answers0