I wrote a plugin that automatically 'minifies' and combines all javascripts included in a response into one file. This might be of interest to those looking for this kind of optimization:
http://trac.symfony-project.com/trac/wiki/sfCombineFilterPlugin -scott On Sep 2, 1:54 am, Carl Vondrick <[EMAIL PROTECTED]> wrote: > On Friday, August 31, 2007, [EMAIL PROTECTED] wrote: > > But I do feel that this is a > > very simple modification that will improve the page rendering > > especially if developers also combine and minify their css and jss > > files. > > In my opinion, this should be default for symfony anyways. I don't see any > disadvantage to minifying the CSS or JavaScript. > > I wrote a filter that would parse the response text and do this conversion for > you. The advantage of this is that you can hard-code some CSS in and then > use symfony's views to get the rest in. If there's any interest, I can > release the code. > > Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
