Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • @héctor Cabrera, it appears that the latest version of the plugin doesn’t insert the Ajax call in the header.

    This is why there is a problem collecting and displaying data.

    After further investigation:
    – Homepage is being processed and cached,
    – Category pages are being processed and cached,
    – Date archives are being processed and cached,
    – SOME Tags pages are being processed and cached,
    – some OTHER Tags pages are being cached without being processed,
    – Pages and Posts are being cached without being processed,
    – Custom Post_Type archives are being cached without being processed.

    Frederick, I’m having the same issue. You can check my blog: Dukeo.

    For the homepage, everything is working fine.

    However, for the posts, the page gets cached properly (I can see the files being created in the cache folder), but if you check the source code, you’ll see that the CDN is not being used.

    Moreover, in the source code you’ll notice that the “commented lines” are missing at the end of the page. I suspect that W3TC is not processing anything on the page before caching the .html file.

    dukeo

    (@dukeo)

    To remove the opengraph tags that Jetpack is adding, paste the following line of code to the functions.php file of your theme:

    remove_action( 'wp_head', 'jetpack_og_tags' );

Viewing 4 replies - 16 through 19 (of 19 total)