Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Vanilla on steroids

TiGRTiGR
edited July 2010 in Vanilla 2.0 - 2.8
Vanilla on steroids

Comments

  • Options
    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 ;)
  • Options
    @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!
  • Options
    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.
  • Options
    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 :)
  • Options
    See todo (↑), there are such plans.
  • Options
    oliverraduneroliverraduner Contributing to Vanilla since 2010 Switzerland ✭✭
    Wow, definitely feel some performance improvements with this plugin!
    I guess it should be considered to be forked into the core of Garden/Vanilla...
  • Options
    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.
  • Options
    @TiGR gzipping is important though.
  • Options
    Updated it to depend on Minify and removed all js/css-related code.
Sign In or Register to comment.