[symfony-users] Re: iocombiner plugin : activation procedure ?

2010-04-15 Thread weaverryan
Hey Mikael- The combined files DO use symfony's cache. Make sure you're in the production environment as the combined files obviously won't pull from the cache in the dev environment. Even with symfony's cache, the response time won't ever be as fast as an actual file on your server (though it sh

[symfony-users] Re: iocombiner plugin : activation procedure ?

2010-04-15 Thread Mikael
Ok, thanks. So, I'm not so sure of where this plugin benefits in my use. I've loaded my test page in opera to trigger the minifying process, and then loaded it again in firefox with firebug. It showed that the loading of the combine.js file took nearly 2s. Isn't there a way to reuse symfony's cac

[symfony-users] Re: iocombiner plugin : activation procedure ?

2010-04-14 Thread weaverryan
Hey Mikael- Yes, this is a mistake in the documentation - I apologize. You're absolutely right to include the combiner_include_stylesheets() and combiner_include_javascripts() in your layout, in place of the normal functions. Thanks! On Apr 14, 2:13 am, Mikael wrote: > Hello, > > I'd like to u