Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author manojtd

    (@manojtd)

    Sorry, I haven’t tested it on multi-site yet. Please don’t use it until I do and post the confirmation here.

    If someone has a working multi-site test bed where they can try the plugin (or let me try it), it will be great!

    Thread Starter G

    (@gnetworkau)

    I just tried it, Network Activated, but made the site 40% slower 🙁

    Plugin Author manojtd

    (@manojtd)

    Is your APC cache location set to be /dev/shm/apcFolder/ or something else?

    The plugin tries to use /dev/shm (RAM disk) as the cache storage by default. If it cannot, it will try to use the sys temp folder, which is disk-based, and may be slower than putting the transients in the database.

    I think in a future version, I will give the option to put the transients in the DB, but under a separate table wp_transients. I don’t know if it is worth the effort — the change from wp_options to this new table would be merely cosmetic, I would think.

    Thread Starter G

    (@gnetworkau)

    Yes the options page said it was using /dev/shm/apcFolder/. I’m not sure what was the slowdown, but hope you can improve it. Maybe include some monitor (debug) on options page to see what is being cached (or not).Will test next version.
    Thanks.

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

The topic ‘Multisite?’ is closed to new replies.