• I have marked a few wordpress core files to unload only on product pages, but they still appear to load on product pages.

    If I am making a mistake with the settings, please let me know.
    Here are the screenshots.

    https://prnt.sc/RjhXd37iO4rK

    loading on frontend product page.
    https://prnt.sc/zFTxt0yC5D26

    Note:
    I am using localhost for testing purpose to check if this plugin meet my requirement or not.

    question no 2:

    is there any option to block single/multiple URL for product page to reduce HTTP requests.?

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

    (@gabelivan)

    @slade470 it looks like you are not making any mistake with the rule, as it’s applied correctly. If you check carefully (on the second print screen you provided), that LINK is a preload one. The “rel” value is NOT “stylesheet”. Check if there another LINK with the same “href” value (I can’t check since you are on your localhost).

    It’s likely that you are using a plugin that preloads CSS/JS (or you have a code that triggers in your theme), even if the original “stylesheet” is unloaded. Are you aware of using such a plugin? I will consider improving Asset CleanUp so it would strip the preloads as well, since they are useless if they are on their own, like they seem to be in your case.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress core files still loading despite checking unload’ is closed to new replies.