Closed (works as designed)
Project:
D7 Media
Version:
7.x-2.0-unstable3
Component:
Media Browser
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2012 at 22:41 UTC
Updated:
20 May 2012 at 19:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
stephen Piscura commentedProtools,
Can you please provide a little more information. I'm not sure i understand the problem you're encountering and what you're asking.
Comment #2
protools commentedI'm not an expert in iframe, but perhaps there is no need to download duplicates js and css
Comment #3
protools commentedon local machine with all optimization function enable on edit page i have 32 HTTP requests and onload 1,10 s - ok
I use Tiny editor and Media browser.
When i open media browser i have - +26 requests and + 4 s onload !
And one more question - why for Media browser I can't disable Library ? For media field it is possible, but not for Media browser ?
Comment #4
devin carlson commentedFrom the Mozilla developer network:
An iframe is basically an entire web page. Since Media utilizes an iframe for the media browser, launching the media browser essentially loads an entire Drupal page (including all of the page resources such as CSS, JavaScript, images, etc) inside of the current page. Some effort is being made to transition away from using an iframe. See #1139514: Overhaul the media browser code to not use an iframe, and be more understandable, maintainable, and extendable for details.