• Resolved Xandro

    (@sudarshankotian)


    Hi, I don’t understand why this file > /php_assets/cache/asset-cleanup/js/body-7e4c64f1f947a515a7cc269f88c49c8335085670.js
    AS=”SCRIPT” is being preloaded as script, I haven’t set any preload rule for that. How can I remove this?

    please check this.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @sudarshankotian this topic was marked as “resolved”, so I assume you understood why this file is preloaded.

    As a reminder, starting from version 1.3.8.3, combined JS files that are within the BODY tag are preloaded. This was due to requests from plenty of users that wanted to have the PageSpeed Insights score higher for their websites. The audit’s name is “Preload key requests”.

    Consider using <link rel=preload> to prioritize fetching resources that are currently requested later in page load.

    Let me know if you have any problems with it. There weren’t any complaints about it so far, suggesting that it wasn’t a bad idea to do the preloading.

    Thread Starter Xandro

    (@sudarshankotian)

    Yes @gabelivan thank you, for now in my use case I don’t need to have preload the cache files.

    As this Browser Resource Hint Validator suggested.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Preload issue with cache file’ is closed to new replies.