brandondrury
01-28-2013, 08:50 AM
I'm approaching this from a performance standpoint. I'm trying to reduce my http requests.
Using Firebug I see that sidebar.css, widget.css, and tagcloud.css use up a combined < 1Kb but cause quite a bit of latency.
I'd love to merge these in a way that makes unmerging possible in the event of an edit. (Best of both worlds. :)) So far none of the mods I've found have been helpful.
It's my understanding that the css rollup options are simply a rendering down of multiple CSS files (and the stylevars variable system, I presume). It seems like it would be super straight forward to say, "Hey rollup, why don't you toss in sidebar.css, widget.css, and tagcloud.css".
Anyone know how this works?
Brandon
Using Firebug I see that sidebar.css, widget.css, and tagcloud.css use up a combined < 1Kb but cause quite a bit of latency.
I'd love to merge these in a way that makes unmerging possible in the event of an edit. (Best of both worlds. :)) So far none of the mods I've found have been helpful.
It's my understanding that the css rollup options are simply a rendering down of multiple CSS files (and the stylevars variable system, I presume). It seems like it would be super straight forward to say, "Hey rollup, why don't you toss in sidebar.css, widget.css, and tagcloud.css".
Anyone know how this works?
Brandon