And also, any reason why quick edit on this forum is not working?
Page cache are only applied for the guest and not for the members/login user. So it's useless for us to test Css to file is applied on every user, guest/member.
i disabled quick edit had a weird bug where it wouldn't like me quick edit posts which had more than a few attachments for some reason edit: oh it is.. will see anyway could be a bug in bd cache applying to members ?
Yes ngx_pagespeed defer js is much faster thatn the xenforo addon but I always discover problem when it's enable. Like notices for the guest is not working, a lot of js based addon is not fully functional, So I use the xenforo adddon again.
you can also exclude bdcache's css file from pagespeed too so it isn't pagespeed optimised Code: https://community.centminmod.com/data/bdCache/css/* Code: pagespeed Disallow */data/bdCache/css/*;
nice with bdcache i have 2 css files, the large one has the css elements related to navpop and alerts, you could even just exclude one of the files instead of both i suppose
yeah going to ask on xfrocks forums if we can be more selective as to which css files to save as files
heh disabling css as files and serving default xenforo css via css.php results in ~0.25s to 0.40s slower initial visual render time so average webpagetest.org speedindex times slow down from ~750-950ms to ~1200-1300ms
switched back to bdcache and css as files as there was clearly a noticeable delay on page loads with Xenforo default css.php served css and page load times according to GA went up !