Hi all, I'm trying to concentrate js/css references on pages through jawr (https://jawr.dev.java.net/), to improve loading performance. I use almost Trinidad components, plus t:inputDate (more appealing than Trinidad) and t:jscookMenu (the only dropdown menu component around) from Tomahawk. While Trinidad collects its own js/css files together, Tomahawk components include scattered references to both js and css files from the page head, as a kind of rendering postprocessing. I wonder if anybody can suggest a way to avoid this effect by cutting those lines, so that I could include all needed files in jawr bundles, loading them in a single shot.
Thanks,

-- Renzo

Reply via email to