I have multiple Etherpad instances as iFrames on the web page.Etherpad' ep_tables plugin uses YUI libraries(nearly 12 different JS files). This causes a lot of time for the site to load because these YUI files get loaded for every etherpad instance.
So here is the situation - I want to load these YUI files only once for the first etherpad instance while remaining instances should not load YUI files and somehow use the already loaded YUI files.How do I achieve this?
PS: Every etherpad instance is an iFrame and YUI libraries are part of the html inside that iFrame.