• Resolved jimingkui

    (@jimingkui)


    Hi,
    First thanks for the great plugin, it works in my Ubuntu server with LEMP. Now I’m trying to cache posts into RAM by mounting cache folder to /dev/shm/wpcache:

    mkdir /dev/shm/wpcache
    chmod 1777 /dev/shm/wpcache
    mount –bind /dev/shm/wpcache /var/www/wp-content/cache

    It however make the ownership of cache folder to ‘root:root’ while all sub-items with ‘www-data:www-data’.

    I’m not sure if cache now working in the memory though I can see “<!– Cache Enabler by KeyCDN @ 18.01.2021 02:48:53 (https gzip) –>” label in the webpage source so I’m here to ask help.

Viewing 1 replies (of 1 total)
  • Plugin Author KeyCDN

    (@keycdn)

    Hello, it seems to work if you see the signature: “<!– Cache Enabler by KeyCDN @ 18.01.2021 02:48:53 (https gzip) –>”

Viewing 1 replies (of 1 total)
  • The topic ‘Cache into memory’ is closed to new replies.