Speebooster doesn't move td-multi-purpose/style.css

Posted in: Newspaper
Post count: 31

Hey, so I am currently trying to optimize the speed of my page and tried to do everything from here: https://forum.tagdiv.com/how-to-make-the-site-faster/ and here: https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/

I added the multi purpose style css to the ts-speed-booster.php. It currently looks like this:
function css_mover() {
//if ($this->td_theme_name == 'Newspaper') { }
// wp 011 - Newspaper 6

$this->move_style_to_footer_queue('bbp-default-bbpress'); //bbpress old
$this->move_style_to_footer_queue('bbp-default'); // bbpress
$this->move_style_to_footer_queue('contact-form-7');
$this->move_style_to_footer_queue('td-plugin-multi-purpose');

But Google Pagespeed still tells me that I have blocking CSS resources: td-multi-purpose/style.css?ver=4.9.6

Post count: 20688

Hi,

You can check if the multi-purpose plugin style has been moved to the bottom of the page, in the page source code
https://www.screencast.com/t/CJdMotdbprK
https://www.screencast.com/t/kokki8bdhO9
That would mean the resource is not render blocking anymore. Why Google decides to now take this into account is beyond me. I have seen other cases when optimizations are ignored, or in one test they were detected and in the following not.

Post count: 31

You are absolutely right, google seems to randomly detect it or not. I’m currently at 95 points on desktop an no blocking CSS. The only thing standing between me and the 100 is Minify CSS. It tells me the style.css of the theme and my child theme can be reduced by 16% and 91%. Any thoughts on what to do here? I suppose it’s not that critical but at this point I just want to see if I can hit the 100 haha.

Post count: 20688

That is quite a result, congratulations. You could use online minification tools, like this one for example
https://cssminifier.com/

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.