Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Pressjitsu

    (@pressjitsu)

    Yes, it does with with WooCommerce, and cache will be especially efficient if you don’t have the cart and other objects retrieved by the get_refreshed_fragments AJAX call.

    Hope that helps!

    Thread Starter seodilip

    (@seodilip)

    Brilliant I will install now and let you know the results. And by the way, does this do Object caching as well?

    Thread Starter seodilip

    (@seodilip)

    Symbolic link what is it and how to implement it?

    Plugin Contributor Pressjitsu

    (@pressjitsu)

    No, this plugin is only for page caching, you’ll need a different plugin if you need object caching as well. A symbolic link can be created with the linux ln command, like this:

    cd /path/to/wp-content
    ln -s plugins/pj-page-cache-red/advanced-cache.php

    Hope that helps.

    Thread Starter seodilip

    (@seodilip)

    Can’t this linking be done via PHP

    Plugin Contributor Pressjitsu

    (@pressjitsu)

    I suppose you could do some thing like this in a wp-content/advanced-cache.php file:

    if ( file_exists( '/path/to/plugin/advanced-cache.php' ) ) {
        require_once( '/path/to/plugin/advanced-cache.php' );
    }
    Thread Starter seodilip

    (@seodilip)

    Thank you so much, I will give it a shot and post a review!

    Thread Starter seodilip

    (@seodilip)

    Brilliant Brilliant Brilliant! Keep updating the great work.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Is this woocommerce ready?’ is closed to new replies.