• Hi, i;m just experince with your plugin and would like to learn a bit better about tree shaking and CSS minification and JS asynchronous loading.

    What files we should add there, all we have? or what google page speed complain about? and what path, full or with / before etc.

    Would be helpful when you go more in details about it.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author enomoto celtislab

    (@enomoto-celtislab)

    View the page source in your browser
    For CSS, the target is the file loaded from your own site with rel=’stylesheet’ in the link tag.
    Similarly, for JavaScript, the target is the file that loads your site’s JS file in the src of the script tag.
    It can be the id of that tag, or it can be part of the file path that is being read.
    Errors may occur, so please make sure that there are no problems before adapting.

    See also this page

    https://celtislab.net/en/wp-yasakani-cache/

    Thread Starter mauri01

    (@mauri01)

    Thanks, I really love this plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to do best’ is closed to new replies.