lechon
Forum Replies Created
-
We tried every step that you have mentioned and nothing worked.
We saw this on the error console
chunk-vendors.js?ver=4.0.15:57 POST https://www.mysite.com/wp-json/aioseo/v1/options/ 403
After seeing this we also disabled all security on the site including firewall, cloudflare and fully opened REST API. Still nothing worked.
You can make changes and save changes only by using the Wizard set up. Anything else like advance settings it will not work.
Can you provide us with a list of the tables created by this plugin and options created in the database so we can try to delete manually?
Forum: Plugins
In reply to: [LiteSpeed Cache] Reduce the impact of third-party codeCan you please share how you were able to achieve this without affecting adsense revenue in RPM, CTR and CPC?
I am really interested in knowing.
Best regards.
Many thanks!
Forum: Plugins
In reply to: [Redirection] Latest Update, Unable to delete bulk actions on 404Forum: Plugins
In reply to: [Redirection] Latest Update, Unable to delete bulk actions on 404Hello @johnny5
In order to engage Bulk action I click on “date” at the top.
But choosing to delete all pages will not work.
Choosing Bulk actions then “Delete” then click “Apply” will come up with following message:
“Are you sure you want to delete the 25 selected items?”
These are items not pages, so you are only able to delete 25 items at a time.
Hi @kylegilman
Thanks for the information.
The thing is that I have been using your plugin for years, and now I have over 900 videos on the site. It will be a daunting task to go to each individual video and insert in the shortcode the playinline to “false”.
Is there temporary shortcut maybe via a functions.php code that you can provide for the meantime?
Regards,
Forum: Plugins
In reply to: [Super Page Cache] Compatibility With LiteSpeed Cache Plugin and ServerHi @isaumya
Thank you so much for taking the time yo explain this.
We will for sure look into it.
Cheers!
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Stopped Working, No Cache , No Image OptimizationHi @qtwrk
We are currently checking all the new IPs that you have mentioned, one by one.
What is the user agent that LiteSpeed uses when requesting images from a site?
We have a wide variety of user agents that are banned at Cloudflare and we want to make sure that this not what is causing the problem. For example user agents like RestSharp, AHC and many others are blocked at Cloudflare.
Let us know,
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Stopped Working, No Cache , No Image OptimizationHi @qtwrk .
I implemented the code you have suggested. No image optimization took place.
The lscwp.log only shows the following information after 6 hours
start1
end1
start2
3.5.2
end2start3
end3
start1
end1
start2
3.5.2
end2start3
end3
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Stopped Working, No Cache , No Image OptimizationHi @qtwrk
it has been a while since I have asked for help with this issue. This is also affecting our other site with an enterprise LiseSpeeed server. Can you please help?
Regards,
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Stopped Working, No Cache , No Image OptimizationHi @qtwrk
This is the code we are using, it has been working for months with no issues:
//Restricts REST API Access With LiteSpeed Cache Modification add_filter( 'rest_authentication_errors', function( $result ) { if ( ! empty( $result ) ) { return $result; } if ( ! is_user_logged_in() && ( ! defined( 'LSCWP_V' ) || ! apply_filters( 'litespeed_is_from_cloud', false ) ) ) { return new WP_Error( 'rest_not_logged_in', 'You do not have sufficient permission to access this endpoint. Access to REST API requests is restricted.', array( 'status' => 401 ) ); } return $result; });
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Stopped Working, No Cache , No Image OptimizationHi @qtwrk
This looks like the same situation we had 4 months ago and you were able to help us here.
We have a restricted Rest API.You wrote:
“For your situation , we added a new API. Please upgrade to v3.2.3 RC2 or wait for new release.”
See the full information below:
https://www.ads-software.com/support/topic/image-optimization-not-working-3/
Regards,
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Stopped Working, No Cache , No Image OptimizationHi @qtwrk
Cleaned Up Unfinished Data and re-sent the request
Response : “Pushed 43 images to Cloud server, accepted 43 images”.
But no image optimization showing up.
Regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin Stopped Working, No Cache , No Image OptimizationHi @qtwrk
We looked at all the IP addresses you gave us (56) and none are being blocked by us on Cloudflare.
We have also white listed all 56 addresses on Cloudlflare Firewall, see images below:
We only see one IP as being active from the white list, see images below
We also tried cleaning up unfinished data, and also manually gathered image data.
We still don’t have image optimization.
Regards,