Tumpe
Member
I've upgrade our test installation with success, but this isn't working like it should? We still get individual css files bundled together. Created a whole new blank default style and same happens there too.In XenForo 2.3, we've optimized this functionality by refining how CSS requests are made.
- The core CSS, which is consistent across all pages, continues to be bundled into a single request.
- CSS specific to individual templates or pages will now be requested separately, rather than bundled together.
I checked another XF project I've worked on and while the 2.3 upgrade was very successful, I just noticed that the same bundling happens there too. And then on another project's test installation (upgraded to 2.3) the CSS files are NOT bundled. HTTP/2 is enabled on all of those installations.
No outdated templates - and the new style I created naturally wouldn't have that issue.