Support » Plugin: WP Performance Pack » Very slow with Tribe cache

  • ramonjosegn

    (@ramonjosegn)


    After testing, in the administrador WordPress panel:

    – the speed avarage is 10 seconds with Tribe cache installed
    – the speed avarage is 1 or 2 seconds without Tribe cache…

    I think you should be create a Object Cache intregrated into WPPP plugin, I think there is the best solution for the future, the most objects plugins are abandoned and working very bad with the last WordPress version, showing a lot of errors

    I can use
    define(‘WP_CACHE’, true); // Cache on
    define(‘ENABLE_CACHE’, true); // Cache on
    define(‘CACHE_EXPIRATION_TIME’, 604800); // Time in seconds, default is 900

    in the wp-config or there is a bad idea or need a aditional arrangement for another plugin?

    https://wordpress.org/plugins/wp-performance-pack/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bjoern

    (@greencp)

    In my tests using APC Object Cache (http://wordpress.org/plugins/apc/) caching improves performance. But to do so, it must be installed correctly (the plugin and APC itself). I guess the same goes for other caching methods like XCache.

    My guess is, that something is wrong with your cache installation. Maybe not the plugin itself, but the server side cache.

    I’ll upload version 1.0 of WPPP later today, which features amongst other things debug infos about caching. With that version you can check if any translations got loaded from cache or not.

    And if caching just doesn’t work with your hosting environment: I could tune WPPPs Mo-Dynamic implementation a little more in 1.0, even without caching.

    Plugin Author Bjoern

    (@greencp)

    I just tested Tribe Cache and the first thing that bothered me is that you can’t select which cache method to use and it doesn’t display any Information about installed caches. It selects the used cache method in a fixed order and if none is detected, it falls back silently to WordPress’ native cache (which isn’t persistent).

    WPPP “detects” an installed object cache simply by checking if the file object-cache.php exists, which exists when using Tribe Cache, even if it falls back to WordPress cache implementation.

    Thread Starter ramonjosegn

    (@ramonjosegn)

    Ok, thaks for support, I ask to my hosting it is any cache plugin running in the hosting, and I should be testing the new version of the plugin, but the author Bodios Easy cache say me the Bodios Cache no need “object cache” for running fine and fast, and really my wordpress with this combination (WPP + Bodios Cache) is running very well

    Plugin Author Bjoern

    (@greencp)

    Caches like bodi0s Easy Cache are page caches, not object Caches, as are most of the caching plugins for WordPress. These caches cache static snapshots pages for not logged in users (same for bodi0s, as it’s stated in the plugin description),which improves Performance for most of your visitors. What they don’t speed up is the back end and pages for logged in users (and the time to create not yet cached pages). Object caches (should) improve performance for all page requests. Best is a combination of both.

    Thread Starter ramonjosegn

    (@ramonjosegn)

    Ok, thanks for support

    I am testing the new version, but yesterday I get a new speed Internet conecction (5 megabytes), then I think can is very complicate detect the difference

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Very slow with Tribe cache’ is closed to new replies.