XF 1.1 Minified CSS

You may have noticed that the CSS running on XenForo.com is now minified...

Screen shot 2011-09-09 at 17.49.54.webp

Just saying :)

Screen shot 2011-09-09 at 17.50.34.webp
 
They already support cdn for your own images and javascript, and jquery and other stuff is in the options - where you can select which cdn to use.

You can in 1.0 update config.php with;

PHP:
$config['externalDataUrl'] = 'http://example.com/community/data';
$config['javaScriptUrl']  = 'http://example.com/community/js';

You can set per style where the images are, as well as remote images, (you can use your own cdn)

Screen shot 2011-09-09 at 8.06.04 PM.webp
 
Already implemented, but we haven't deployed it here yet.
Any particular reason JS isn't moved to before the </body> tag? If that was the case I could move away from XFOptimise with 1.1. It's a great addon but it'd be nice to see in the core product.
 
Any particular reason JS isn't moved to before the </body> tag? If that was the case I could move away from XFOptimise with 1.1. It's a great addon but it'd be nice to see in the core product.
Last time I checked, TinyMCE had some issues with that, but I will look again to see if that has changed.
 
Top Bottom