• Resolved Mak

    (@makolyte)


    I’m using WP Fastest Cache and another plugin called Syntax Highlighting Code Block.

    WP Fastest Cache is generating the cached files in wp-content/cache/all/somePage/index.html

    Inside index.html I see this other plugin has injected code into index.html. It’s not minified or inlined when it should be. Either WP Fastest Cache is not optimizing the output of this other plugin, or the other plugin is injecting the code after WP Fastest Cache has already generated the cached page.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mak

    (@makolyte)

    I looked in the plugin. It’s using register_block_type. Apparently this means it’s a dynamic block.

    Does wp fastest cache not work with dynamic blocks?

    Thread Starter Mak

    (@makolyte)

    I sent a support email about this, so feel free to delete / close this

    Plugin Author Emre Vona

    (@emrevona)

    Closed.

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

The topic ‘Another plugin is injecting unoptimized code into cached index.html’ is closed to new replies.