Minified CSS

Discussion in 'Have You Seen...?' started by Kier, Sep 9, 2011.

  1. Karelke Member

    Really cool :)
  2. Junior Well-Known Member

    Yes! Keep it up.
  3. Marc Well-Known Member

    xenforo performance ftw ;)
  4. el canadiano Active Member

    OMG OMG OMG OMG OMG OMG OMG OMG OMG THANK YOU STEVE KIER
  5. kkm323 Well-Known Member

    WOW another great news

    thanks a lot i love speedy tricks
  6. Jaxel Well-Known Member

    My server uses eAccelerator and Zend Optimizer... do I still need to edit my config.php? Or can I just use this?
  7. Kier XenForo Developer

    eAccelerator and Zend Optimiser are OpCode caches (they cache the compiled versions of the PHP code, saving lots of processing time) but they are not user data caches. For that you need APC, Memcached or file caching (or any of the other Zend_Cache_Backend options)
  8. Shamil Well-Known Member

    Zend Optimiser isn't an OpCode cache... Zend Optimizer+ is.
  9. Brogan Well-Known Member

  10. dutchbb Well-Known Member

    Nice little addition, I actually write it like that in other forum software for efficiency, automating it makes it a lot easier.
  11. BamaStangGuy Well-Known Member

    What was the final verdict on this? Would be interested in having this at least as an option.

Share This Page