• Resolved oxfordian3

    (@oxfordian3)


    We use the latest version of W3TC, and have had the Page Cache enabled, with the Disk Enhanced method.

    In our templates we use the mclude to execute some PHP on otherwise-cached pages:

    <!-- mclude PATH-TO-PHP-FILE --><!-- /mclude -->

    That has been working well for us.

    We recently updated the Page Cache method to use Memcached setting rather than Disk Enhanced.

    It seems that the mclude-based PHP no longer executes on cached pages. Is that to be expected with Memcached-based Page Cache? Can we make any adjustments to continue executing our mclude-based code?

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    Using mclude with Disc Enhanced causes the pages to never be cached. There are no known issues with memcached and mclude. Could perhaps be a Browser Cache related behavior? That is the page is cached in browser therefore it looks like its not working.

Viewing 1 replies (of 1 total)
  • The topic ‘W3TC – mclude-based PHP with Memcached Page Cache’ is closed to new replies.