Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 18

CurtisOdenericgillettejefftunnzachs422 +13 guests

Vanilla on steroids

This discussion is related to the Vanilla on steroids addon.
Vanilla on steroids

Comments

  • Posts: 164
    Nice, definitely already notice an improvement in performance, as I am running a quad core ubuntu linux server with fast cgi and threaded php, yet there still seemed to be a bit of hesitation. this definately improves that. Hope to see some future updates ;)
  • Posts: 2,610
    @TiGR, have you thought abut adding minify to this addon? Minify handles a lot of stuff already (such as browser special cases) so it would save you reinventing the wheel!
  • Posts: 250
    Well, I know about such tools. The problem is that there is no simple rule to integrate minify. Moreover, some files are already js-minified, and simple gzip gives really great results, even without js-minification. I'll look into minify, but I am not sure that using it with Vanilla is necessary.

    Anyway, thanks for info.
  • Posts: 164
    Out of curiosity, should this affect all js files on the site, or just the ones included in the vanilla base? It would be great if this plugin affected other plugins and applications as well :)
  • Posts: 250
    See todo (↑), there are such plans.
  • Wow, definitely feel some performance improvements with this plugin!
    I guess it should be considered to be forked into the core of Garden/Vanilla...
  • Posts: 250
    With Minify plugin added in RC3, this plugin seems to be no longer necessary. The only feature that it does that Minify can't - gzipping of page contents.
  • Posts: 33
    @TiGR gzipping is important though.
  • Posts: 250
    Updated it to depend on Minify and removed all js/css-related code.
Sign In or Register to comment.