WPIntell

Source evidence

Inline assets

GSP Assets Manager (Easy Live Assets Editor) · support · 2022-06-26T01:11:00+00:00

mixedsentiment
mediumseverity
0.78relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 25 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
yoyurec resolved
Awesome plugin! Do you plan to add an option to inline CSS (and JS)? Something like function hook_inline_css() { $css_path = 'wp-content/uploads/some.css' $css_content = file_get_contents( $css_path ); echo '<style>' .PHP_EOL .'/*' . $css_path . '*/' .PHP_EOL . $css_content .'</style>'; } add_action('wp_head','hook_inline_css'); This topic was modified 3 years, 11 months ago by yoyurec . This topic was modified 3 years, 11 months ago by yoyurec . Thank you for rating, I will work on this feature soon. And maybe also “defer” JS in addition to “async”? )) It reuses same code, so it will be verrryy easy update. Tnx! This reply was modified 3 years, 10 months ago by yoyurec . Thank you for feedback. Defer added, please upgrade to 1.8 best; JS tab : Adding attribute to file… async/defer are mutually exclusive! So should be dropdown select. CSS tab : No changes were needed for this section as for CSS used another solution and no defer attr exists )) So as result on JS tabs near asset select with 3 options “Sync(default)/Defer/Async”, on CSS tab checkbox “Async”. You are right, I will find time for that. Currently, it does its job 😉

Comments

5 shown
Firas Abd Alrahman 2022-07-06T09:57:00+00:00

Thank you for rating, I will work on this feature soon.

yoyurec 2022-07-06T13:02:00+00:00

And maybe also “defer” JS in addition to “async”? )) It reuses same code, so it will be verrryy easy update. Tnx! This reply was modified 3 years, 10 months ago by yoyurec .

Firas Abd Alrahman 2022-07-06T14:32:00+00:00

Thank you for feedback. Defer added, please upgrade to 1.8 best;

yoyurec 2022-07-06T15:13:00+00:00

JS tab : Adding attribute to file… async/defer are mutually exclusive! So should be dropdown select. CSS tab : No changes were needed for this section as for CSS used another solution and no defer attr exists )) So as result on JS tabs near asset select with 3 options “Sync(default)/Defer/Async”, on CSS tab checkbox “Async”.

Firas Abd Alrahman 2022-07-06T15:16:00+00:00

You are right, I will find time for that. Currently, it does its job 😉