WPIntell

Source evidence

From javascript and css from homepage

Fluid Player · support · 2017-11-12T01:56:00+00:00

mixedsentiment
lowseverity
0.51relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
jinyus resolved
Hello, I am trying to maximize my pagespeed score. I want to remove these from my homepage becaause they are not being used there. Do I have to edit the plugin? <link rel=’stylesheet’ id=’fluid-player-css-css’ href=’ https://cdn.fluidplayer.com/current/fluidplayer.min.css?ver=4.8.3′ ; type=’text/css’ media=’all’ /> <script type=’text/javascript’ src=’ https://cdn.fluidplayer.com/current/fluidplayer.min.js?ver=4.8.3′></script> ; There’s no easy way to control that through the plugin, but you could use https://developer.wordpress.org/reference/functions/add_action/ to manage loaded scripts and css files based the page you’re loading (see $wp_styles and $wp_scripts globals). Good luck!

Comments

1 shown
fluidplayer 2017-11-14T11:08:00+00:00

There’s no easy way to control that through the plugin, but you could use https://developer.wordpress.org/reference/functions/add_action/ to manage loaded scripts and css files based the page you’re loading (see $wp_styles and $wp_scripts globals). Good luck!