Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter DrAgOnS

    (@mihalyf)

    I get it to work, I was missing set the extension=redis on the php.ini. Now, how can I set the redis server to be in other ip? So W3TC save there the preloaded pages?

    Let me know and thanks!

    Thread Starter DrAgOnS

    (@mihalyf)

    Hi Marko! I follow your article, I did it and also restart the server, all in the same machine to test if it works, but the redis option is still grayed, what else can I do?

    Again thanks for your time!

    systemctl status redis-server
    
     redis-server.service - Advanced key-value store
    
         Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enabled)
    
         Active: active (running) since Wed 2023-04-12 19:35:16 -05; 5min ago
    
           Docs: http://redis.io/documentation,
    
                 man:redis-server(1)
    
       Main PID: 1245 (redis-server)
    
         Status: "Ready to accept connections"
    
          Tasks: 5 (limit: 76900)
    
         Memory: 5.9M
    
            CPU: 254ms
    
         CGroup: /system.slice/redis-server.service
    
                 └─1245 "/usr/bin/redis-server 127.0.0.1:6379" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" >
    Thread Starter DrAgOnS

    (@mihalyf)

    Hi Marko, thank you for your answer. Remember that What I want to achieve is to have the redis server externally (another server/ip) , even with that, should I need to install the redis on the local/wordpress server?

    Thanks!

    Thread Starter DrAgOnS

    (@mihalyf)

    Hi and Thank you Marko for your time answering this! I already install phpredis on ubuntu (and restart the server) BUT the redis option on w3tc is still grayed, what else I can do? to try to save the cache files externally with redis?

    Again thanks!

    Thread Starter DrAgOnS

    (@mihalyf)

    Hi Marko! Thank you for your answer! I want to use Redis on an external server, it’s that possible? I install your plugin and find the redis option but it’s disabled. What I want to achieve is having the cached files on a separated server where I will have plenty of space, it’s that possible?

    I’m running a multisite, I seeing that the configuration is for all the sites in the multi sites environment, it’s possible to enable/disable the cache and it’s configuration by site? or having different configurations by site?

    Another question is that I want to cache the webpage and the amp version that use the form webpage/?amp=1, it’s that possible too? how?

    Thanks in advance!

    Thread Starter DrAgOnS

    (@mihalyf)

    Hi! Thank you for your answer. I’m not sure when you say “This is impossible” if I explain it well (because impossible is a word that we should never use 🙂 ), because CDN’s work like that, they make a copy of a page in other servers (externally) and serve the page by themselves (page cached), the problem is that the page is cached only after the first hit, so I have to wait for all pages to be hit, to cache all of them in a CDN. What I want to achieve is exactly that but generating in a controlled manner all pages to be cached externally (cdn, external disk, service, etc).

    Let me know please if I explain it better this time and if will be possible to do it with LSCache.

    Again Thanks!

    Thread Starter DrAgOnS

    (@mihalyf)

    And additionally, your plugin will work with multisite? I can’t see it in the description.

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