jay437
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Preloader for Cloudflare] Hourly Job Not WorkingHi Ozgur,
Thank you for looking into my feedback.
Now that I reset all the existing cron job and start a new hourly job, the cron job does appear as you have shown. I need to observe more about my original question and get back to you.
I let an hourly run over night. The stats tab shows some incomplete runs, consistent with what’s in the log tab. Can you take another look? Thanks.
Regards,
Jay
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with WPS Hide Login WordPress PluginI solved the problem in the other thread.
I had to install the CF plugin, so that the plugin can re-write the visitor’s ip address in the REMOTE_ADDR header. It is basically a hack.
Hopefully, you will provide a better solution.LS Cache reports a warning about potential conflict with the CF plugin. But actually it is fine, as I have turned off all the functions of the CF plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with WPS Hide Login WordPress Plugin@litetim Lite Speed Cache will go back to be normal, as soon as WPS Hide Login is deactivated.
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with WPS Hide Login WordPress Plugin@litetim as soon as WPS Hide Login is turned on, the connection to quic cloud is cut off.
On the Genenal tab, the connection status will be blank. Redetect won’t work.
The image and page optimization job will halt as well.
Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to get echo data from WPAPIHi, I have figured the problem and found a solution. Thanks for looking into this.
I have the Cloudflare proxy in front of the server with Hostinger. The headers are like the following.
“remote_ip”: Cloudflare IP
“x_forwarded_for”: Visitor’s IP
The solution that I found is to install the Cloudflare wordpress plugin, which corrected the remote_ip header.
If I didn’t find the solution, then I would have to write our own php code to achieve the same thing. Ideally, the LS plugin should accept the x_forwarded_for header.Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to get echo data from WPAPIIn Step 1 of the troubleshooting process, I got the following. “remote_ip” is the ip of my browser. is it a problem to miss the other 2 ip addressed? The site is behind the Cloudflare proxy.
{
“remote_ip”: “119.xxx.xxx.163”,
“x_forwarded_for”: “Null”,
“proxy_remote_addr”: “Null”
}Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to get echo data from WPAPIBTW, the website is hosted on Hostinger.
Error messages:
Failed to communicate with QUIC.cloud server: Unknown error: unknown [server] https://wpapi.quic.cloud [service] tool/wp_rest_echoDismiss this notice.
QUIC.cloud’s access to your WP REST API seems to be blocked.