2 sam2kb Nov 06, 2012 00:29

All @import are removed in b2evo v5.
So all files are called directly from the skin with require_*() functions.
You can remove anything you don't need. Although I think it's pretty trimmed down already.
(Note: There will be even more optimizations when we implement LESS.)
cool
A lot of effort was put to make v5 load CSS files directly from server rather than calling @import. Plus properly configured server and all modern browsers do a good job caching static files.
jQuery and jQueryUI are only loaded when they are needed. You can replace the files with their newer versions too.
You also have full control of what's loaded in your skin, just remove extra require_css calls