Richard Korthuis
@rockfire on WordPress.org, @richard_korthuis on Slack
- Member Since: November 18th, 2011
- Location: Amersfoort, The Netherlands
- GitHub: richardkorthuis
- Job Title: WordPress Backend Developer
- Employer: Acato
Contribution History
Richard Korthuis’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to custom endpoint, on the site WordPress.org Forums:
Hi @vishalpa Thank you for using our plugin!The reason our plugin isn't caching your endpoint… -
Posted a reply to Custom Endpoint, on the site WordPress.org Forums:
Hi @andersonso Thank you for using our plugin!The correct structure of the $allowed_endpoints is:$allowed_endpoint[ <namespace>… -
Posted a reply to Doesn’t cache empty results, on the site WordPress.org Forums:
Hi @mjulien Thank you for using our plugin!Good question, we explicitly do not cache empty… -
Posted a reply to Question about cleanup_deleted_caches(), on the site WordPress.org Forums:
Hi @nicoleadoff Thank you for using our plugin!“expiration = date_i18n( ‘Y-m-d H:i:s’, 1 )” doesn't… -
Posted a reply to Flush individual posts on update?, on the site WordPress.org Forums:
Yes, if you would fetch it using the post id it would be detected as… -
Posted a reply to Flush individual posts on update?, on the site WordPress.org Forums:
Hi @hesselmid It has to do with the slug parameter you are using. As the… -
Posted a reply to Flush individual posts on update?, on the site WordPress.org Forums:
Hi @hesselmid Thank you for using our plugin! You are correct that our plugin needs… -
Posted a reply to Cache doesn’t work with WP_REST_Request, on the site WordPress.org Forums:
Hi @emmanueldch Thank you for using our plugin!To answer your last question first: No the… -
Posted a reply to Uncaught TypeError after 2023.1.0 Update, on the site WordPress.org Forums:
Hi @buckeyeinteractive We just released a new version of our plugin with a hotfix that… -
Posted a reply to Uncaught TypeError after 2023.1.0 Update, on the site WordPress.org Forums:
Hi @buckeyeinteractive Thank you for using our plugin! I am very sorry to hear you… -
Posted a reply to Caching API on a CDN i.e CloudFlare, on the site WordPress.org Forums:
Hi @andrewceharris We just released a new version of our plugin, which includes the action… -
Posted a reply to GET /wp-json/oembed… not cached – can it be?, on the site WordPress.org Forums:
HI @blakespot We just released a new version of our plugin which includes caching of… -
Posted a reply to Cache per user / on user basis, on the site WordPress.org Forums:
Hi @screenload Thank you for using our plugin!Please have a look at my response in… -
Posted a reply to cant find settings, on the site WordPress.org Forums:
Hi @yakirkivi Thank you for using our plugin!The settings URL is https://<yourdomain>/wp-admin/options-general.php?page=wp-rest-cacheBut keep in mind… -
Posted a reply to Cache custom endpoint woocommerce, on the site WordPress.org Forums:
Hi @johnferz Thank you for using our plugin!I know it has already been a month… -
Posted a reply to Customising cache Response Headers, on the site WordPress.org Forums:
Hi @jussipv Thank you for using our plugin and sorry for the late reply. The… -
Posted a reply to GET /wp-json/oembed… not cached – can it be?, on the site WordPress.org Forums:
Hi @blakespot Thank you for using our plugin!No the oembed endpoint isn't part of the… -
Posted a reply to Caching API on a CDN i.e CloudFlare, on the site WordPress.org Forums:
Hi @andrewceharris Thank you for using our plugin! I think you have a valid case… -
Posted a reply to Multiple object types, on the site WordPress.org Forums:
Hi @brunobragaw8t Thank you for using our plugin! We do not have support for multiple… -
Posted a reply to Custom endpoint, on the site WordPress.org Forums:
Hi @seanpaulfx Use this: function wprc_determine_object_type( $object_type, $cache_key, $data, $uri ) { if ( $object_type… -
Posted a reply to Custom endpoint, on the site WordPress.org Forums:
Hi @seanpaulfx Thank you for using our plugin! Well you are seeing caches, so it… -
Posted a reply to Cache http post method, on the site WordPress.org Forums:
Hi @emanuelx I have discussed your issue internally. Since in general POST requests should not… -
Posted a reply to Empty endpoint-api, on the site WordPress.org Forums:
Hi @adrianb1890 Thank you for using our plugin! The endpoint you are refering to isn't… -
Posted a reply to Problems clearing cache through CRON – Endpoint with slug, on the site WordPress.org Forums:
Hi @igorramosg As long as the $post_id and $post_type are correct, I don't see any… -
Posted a reply to Cache http post method, on the site WordPress.org Forums:
Hi @emanuelx So you would want the cache to differentiate based on the POST body?… -
Posted a reply to Serious performance issue, on the site WordPress.org Forums:
Hi @krstarica Thank you for your thorough investigation of the issue. We will look into… -
Posted a reply to Problems clearing cache through CRON – Endpoint with slug, on the site WordPress.org Forums:
Hi @igorramosg Thank you for using our plugin! In what way are you updating the… -
Posted a reply to Cache http post method, on the site WordPress.org Forums:
Hi @emanuelx So if I understand you correctly the response from the REST API changes… -
Posted a reply to Cache http post method, on the site WordPress.org Forums:
Hi @emanuelx Thank you for using our plugin! Yes there is a filter for that:… -
Posted a reply to Cancel the cache under a specific Query after posts endpoints, on the site WordPress.org Forums:
Hi @drblack233 Thank you for using our plugin! Yes there is a solution. By using… -
Posted a reply to Endpoint API Caches – Timeout, on the site WordPress.org Forums:
This thread has been marked as resolved due to lack of activity. You’re always welcome… -
Posted a reply to cache is not regenerated when a comment is posted/deleted, on the site WordPress.org Forums:
This thread has been marked as resolved due to lack of activity. You’re always welcome… -
Posted a reply to Cannot deactivate plugin, on the site WordPress.org Forums:
This thread has been marked as resolved due to lack of activity. You’re always welcome… -
Posted a reply to New install, but /wp-json/wp/v2/posts not being cached, on the site WordPress.org Forums:
This thread has been marked as resolved due to lack of activity. You’re always welcome… -
Posted a reply to Does not cache my custom endpoint, on the site WordPress.org Forums:
@tedcarter Could you open your own topic? Because your issue might seem the same, but… -
Posted a reply to Clearing only affected or related caches, on the site WordPress.org Forums:
Hi @libca1993 Well that is actually pretty straightforward, you simply have to provide the $post_id… -
Posted a reply to Clearing only affected or related caches, on the site WordPress.org Forums:
Hi @libca1993 I am not familiair with the endpoint you are using, but product sounds… -
Posted a reply to Does not cache my custom endpoint, on the site WordPress.org Forums:
Hi @ttips You can ignore that last option, that is only used for WP core… -
Posted a reply to Clearing only affected or related caches, on the site WordPress.org Forums:
Hi @libca1993 The object type should correspond with the post type (or taxonomy type) that… -
Posted a reply to BuddyPress, on the site WordPress.org Forums:
Hi @bclaim I haven't tried them in combination with BuddyPress (since we don't use BP),… -
Posted a reply to Does not cache my custom endpoint, on the site WordPress.org Forums:
Hi @ttips We process the filter from the init and the rest_api_init action hook with… -
Posted a reply to WPCLI Error, on the site WordPress.org Forums:
Hi @dominic_ks Thank you for using our plugin! Although I did not get the same… -
Posted a reply to Does not cache my custom endpoint, on the site WordPress.org Forums:
Hi @ttips Thank you for using our plugin! I don't see anything wrong with your… -
Posted a reply to Clearing only affected or related caches, on the site WordPress.org Forums:
Hi @libca1993 Thank you for using our plugin! With simply looking at your code (so… -
Posted a reply to Nothing cached, on the site WordPress.org Forums:
Hi @saigonhelper If I look at the headers of your website if I request the… -
Posted a reply to Nothing cached, on the site WordPress.org Forums:
Hi @saigonhelper Thank you for using our plugin! One possible reason could be that the… -
Posted a reply to BuddyPress, on the site WordPress.org Forums:
Hi @bclaim Thank you for using our plugin! Our plugin is purely for caching the… -
Posted a reply to trigger do_shortcode on cached request, on the site WordPress.org Forums:
@mdxclr Isn't the Request URI something you can get from $_SERVER['REQUEST_URI']? What would it add… -
Posted a reply to Litespeed, on the site WordPress.org Forums:
Hi @farshadmasiha This plugin is purely for speeding up the REST API, so if the… -
Posted a reply to Hook for when cache is cleared, on the site WordPress.org Forums:
Hi @bezbeli Thank you for using our plugin! There are several cases in which a…
Developer
-
WP REST Cache
Active Installs: 10,000+
-
WP REST Yoast Meta
Active Installs: 1,000+