I also saw the 302 on gtmetrix – but “I dunno”
Don’t cache pages with GET parameters. (?x=y at the end of a url) is now Checked.
I still only get the autoptimized page I’m afraid …
Regarding the 302; probably a rogue rule in an .htaccess somewhere, so you might want to review those?
bspstyle.css actually redirects to … the homepage, cfr. the waterfall chart in the GTMetrix test. Seems like somethings broken there?!
you might have found the issue… there isn’t a bspstyle.css stylesheet in that folder, just bsp_test.css – HOWEVER… when looking at the forum pages and the css files being loaded it references
/wp-content/plugins/bbp-style-pack/css/bspstyle.css?ver=3.6.1
so… it is being generated but not written to the folder
this is a WP multisite network, activated on primary site, genesis theme, folder permissions are 0755
not sure what needs to be changed
thanks
try changing where the style sheet is stored to.
dashboard>settings>bbp style pack>css location
and activate and maybe set it to
wp-content/uploads/
thanks for the followup
Every time I look at how things load on the site – I get a different scenario. I’m sure it has something to do with caching and probably even cron jobs, and maybe other plugins… but talk about confusing – seems like no matter how many times I clear caches something is always different.
this iteration – different than just a few hours ago… bspstyle.css IS now present in /wp-content/plugins/bbp-style-pack/css/bspstyle.css
so it is not causing a 302 redirect – it is finding it… but…
it is still loading separately from autoptimize
much faster because no redirect but still loads before autoptimize – but probably not hanging up other elements like the 302 was doing
at this point it is not causing problems… not to say it won’t again at some point… but not a critical issue for now
wondering if it is worth figuring out how to restrict loading to bbpress pages and not loading on the home or other non-bbpress pages
thanks