Closed (fixed)
Project:
Iframe Filter
Version:
6.x-1.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2009 at 01:35 UTC
Updated:
2 Feb 2011 at 15:50 UTC
The description says "Normally externally loaded content like website widgets can slow down the loading of your website or making it crash if the page from where the content is loaded fails."
How can this module prevent the situation, If the external Iframe fails to load? Or it caches the extrenal content and if it is not available shows cached content?
Comments
Comment #1
javi-er commentedWhen you place external content in your site, the completion of your site loading and rendering will depend on the external content servers. If the external content server is down, the loading of your website can be slowed down or even your website could crash as well.
iframes will help to prevent timeout or crashes in your site because the content inside an iframe is treated as a separate page by the browser, this means that each iframe has independent loading so if the external site from where you are getting the content is down your site will not hang waiting for the external content to load.
In the case that the external site is down, you'll see an empty box in the place where this content should be, this module doesn't caches content to be displayed when the external content fails (although is not a bad idea :-)
Hopes this helps to clarify it for you.
thanks,
Javier
Comment #2
javi-er commentedComment #4
BenK commentedKeeping track of this