https://bugzilla.wikimedia.org/show_bug.cgi?id=55801
--- Comment #3 from Krinkle <[email protected]> --- Gadgets are not and never were loaded in our iframes. The only thing related to gadgets being applied in iframes is their stylesheets. And this is not an explicit action, but a result of the stylesheet link established between the parent and child frame to ensure content looks the same. Afaik this should not have any significant impact in performance as 1) these styles are loaded in the same request as other styles, 2) the exact same request has been fired and cached already in the parent frame, and as such is pretty much guaranteed to be 304 cached if not already. Also, in non-debug mode, most stylesheets actually become <style> tags which are cloned to the iframe without any intermittent load.php request (be it a 304 or not). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
