FUEL CMS and head.js

edited June 2011 in Feature Requests
Hi Guys. I just found out about Fuel and I like It. I'm gonna use Fuel CMS in my next projects.

The admin pages load very slow, because of all the js files. You should use head.js for faster javascript preloading.
(Might require several changes in code)

Thanks. (Excuse my english!)

Comments

  • edited 9:19AM
    Thanks for the suggestion. We'll look into that. Another option is to change the $config['fuel_assets_output'] value. You will need to make every fuel/modules/{module}/assets/cache folder writable. The options are as follows:
    * FALSE - no optimation
    * TRUE - will combine files, strip whitespace, and gzip
    * "inline" - will render the files inline
    * "gzip" - will combine files (if multiple) and gzip without stripping whitespace
    * "whitespace" - will combine files (if multiple) and strip out whitespace without gzipping
    * "combine" - will combine files (if multiple) but will not strip out whitespace or gzip

    http://www.getfuelcms.com/user_guide/general/configuration
  • edited 9:19AM
    Ok, thank you for the complete reference :)
Sign In or Register to comment.