Richard Korthuis
@rockfire on WordPress.org, @richard_korthuis on Slack
- Member Since: November 18th, 2011
- Location: Amersfoort, The Netherlands
- GitHub: richardkorthuis
- Job Title: Lead WordPress Backend Developer
- Employer: Acato
Contribution History
Richard Korthuis’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to Fatal error on class-admin.php, on the site WordPress.org Forums:
Hi @brunolohl Thank you for using our plugin and sorry you are experiencing this error.We… -
Posted a reply to Should I Enable the Memcache(d) Option when using Redis?, on the site WordPress.org Forums:
Hi @ac-1 Thank you for using our plugin!No when you are using Redis you don't… -
Posted a reply to Cache regeneration Cron – Wrong URL (404), on the site WordPress.org Forums:
Hi @flegma We just released a new version of our plugin which should solve your… -
Posted a reply to Cache regeneration Cron – Wrong URL (404), on the site WordPress.org Forums:
Hi @flegma Thank you for using our plugin!I have been able to reproduce the bug… -
Posted a reply to Too many positional arguments, on the site WordPress.org Forums:
Hi @dominic_ks Thank you for using our plugin!You are absolutely right, this was a bug… -
Posted a reply to Does This Custom Caching Code Interfere with WP REST Cache?, on the site WordPress.org Forums:
Hi @hassantafreshi $object_type is the type of the object with ID $post_id (the name of… -
Posted a reply to Does This Custom Caching Code Interfere with WP REST Cache?, on the site WordPress.org Forums:
Hi @hassantafreshi At this point we do not have a function for that. The reason… -
Posted a reply to Does This Custom Caching Code Interfere with WP REST Cache?, on the site WordPress.org Forums:
Hi @hassantafreshi You could use this: \WP_REST_Cache_Plugin\Includes\Caching\Caching::get_instance()->delete_related_caches( $post_id, $object_type ); Where $post_id in your case… -
Posted a reply to Does This Custom Caching Code Interfere with WP REST Cache?, on the site WordPress.org Forums:
Hi @hassantafreshi Thank you for using our plugin!First of all we use the Transients API… -
Posted a reply to Custom endpoint registered, not caching, on the site WordPress.org Forums:
Hi @richardaubin Thank you for using our plugin!Indeed POST requests aren't cached by default. We… -
Posted a reply to Custom Endpoint, on the site WordPress.org Forums:
Hi @johnferz Thank you for using our plugin! I don't see anything wrong with the… -
Posted a reply to Custom Cache timeout For Specific Endpoint, on the site WordPress.org Forums:
Hi @ctagupa Thank you for using our plugin!Yes that is possible using the filter wp_rest_cache/timeout… -
Pull request #2452 merged into WordPress/WordPress-Coding-Standards:
Add documentation for WordPress.NamingConventions.ValidFunctionName -
Submitted pull request #2457 to WordPress/WordPress-Coding-Standards:
Add documentation for WordPress.NamingConventions.ValidVariableName -
Closed pull request #6472 on WordPress/wordpress-develop:
Validate the parent_post_id before calling get_block_template -
Submitted pull request #2452 to WordPress/WordPress-Coding-Standards:
Add documentation for WordPress.NamingConventions.ValidFunctionName -
Posted a reply to Would the Plug In Affect LCP Load Time?, on the site WordPress.org Forums:
Hi @isabelle09876 If our plugin will effect your LCP load time depends on whether or… -
Posted a reply to Delete the cache for one URL?, on the site WordPress.org Forums:
@mastababa Since there is no new cache generated it seems your call isn't coming through… -
Posted a reply to [NSFW] Why Woocommerce rest api is not caching, on the site WordPress.org Forums:
Hi @ajmalapiacademy Thank you for using our plugin!Indeed our plugin does not cache the WooCommerce… -
Mentioned in [58156] on Core SVN:
Docs: Improve docblock for `WP_REST_Template_Revisions_Controller::get_parent()`. -
Posted a reply to Delete the cache for one URL?, on the site WordPress.org Forums:
Hi,I wouldn't do a wp_update_post if there is no need to actually update it. Instead… -
Posted a reply to Delete the cache for one URL?, on the site WordPress.org Forums:
Hi @mastababa Thank you for using our plugin!Are you using a custom endpoint for this… -
Submitted pull request #6472 to WordPress/wordpress-develop:
Validate the parent_post_id before calling get_block_template -
Created ticket #61113 on Core Trac:
WP_REST_Templates_Revisions_Controller not checking parent ID correctly -
Posted a reply to wordpress dosent load after config, on the site WordPress.org Forums:
Hi @rbagheri48 Thank you for using our plugin! And sorry for this late reply and… -
Posted a reply to How to cache /wp-json/uap/v2/uoa_redirect/?, on the site WordPress.org Forums:
Hi @kimarkf01,Thank you for using our plugin!The endpoint you are refering to is a custom… -
Posted a reply to php8.2 warning, on the site WordPress.org Forums:
Hi @blurredjThank you for using our plugin and sorry you experienced those warnings.We just released… -
Posted a reply to Can’t delete elements, on the site WordPress.org Forums:
Hi @giovannibianchiniThank you for using our plugin and sorry you encountered this error.We just released… -
Posted a reply to 对于 WordPress REST API 提速非常明显,很棒!, on the site WordPress.org Forums:
Hi @shineshineThank you for your kind review!To answer your question: the cache records are saved… -
Posted a reply to PHP warning on cache generation, on the site WordPress.org Forums:
Hi @klemzaThank you for using our plugin!Yes we were made aware of it and already… -
Posted a reply to Clear custom endpoint cache when custom post type is saved, on the site WordPress.org Forums:
Luckily you were able to solve your issue, although I made a msitake in my… -
Posted a reply to How to create separate caches for different users?, on the site WordPress.org Forums:
Hi @katerlouisHave a look at the function wprc_add_cacheable_request_headers function in this users solution: https://wordpress.org/support/topic/woocommerce-integration-171/#post-15912741That is… -
Posted a reply to Flush cache when another plugins fires an action (noob here), on the site WordPress.org Forums:
Hi @katerlouisHave a look at my answer here on how to do this: https://wordpress.org/support/topic/clear-custom-endpoint-cache-when-custom-post-type-is-saved/#post-17463372You should… -
Posted a reply to Clear custom endpoint cache when custom post type is saved, on the site WordPress.org Forums:
Hi @ofarrellaudio,Yes, there is a function you can use: \WP_Rest_Cache_Plugin\Includes\Caching\Caching::get_instance()->delete_cache_by_instance( $endpoint, $strictness, $force );See the… -
Posted a reply to Clear custom endpoint cache when custom post type is saved, on the site WordPress.org Forums:
Hi @ofarrellaudio,Thank you for using our plugin!On the cache overview page (Settings > WP REST… -
Posted a reply to Change browser cache duration?, on the site WordPress.org Forums:
Hi @mastababaOur plugin doesn't set these headers. I just did a test on a local… -
Posted a reply to Caching when using backbone?, on the site WordPress.org Forums:
Hi @mastababaThank you for using our plugin!The thread you are referencing is exactly what I… -
Posted a reply to Network Activate, on the site WordPress.org Forums:
Hi @mcworksThank you for using our plugin!Whether our plugin needs to be network activated, depends… -
Posted a reply to Customising cache Response Headers, on the site WordPress.org Forums:
Hi @fatjesterYes it has to be a mu-plugin. This is because of the way our… -
Posted a reply to Exclude Routes when regenerating chache, on the site WordPress.org Forums:
Hi @tobaco Thank you for using our plugin and thank you for your nice words!No… -
Posted a reply to wp-json/wp/v2 not caching, on the site WordPress.org Forums:
Hi @badg0003 Thank you for using our plugin!I just did a test with your first… -
Created a topic, Please remove old tag from SVN, on the site WordPress.org Forums:
Hello, thank you for your plugin!We use wpackagist.org… -
Posted a reply to is It possible to determine whether to maintain this cache in my api code, on the site WordPress.org Forums:
Hi @superjin001Unfortunately that won't work, because you would be adding the filter AFTER the filter… -
Posted a reply to is It possible to determine whether to maintain this cache in my api code, on the site WordPress.org Forums:
Hi @superjin001You have to keep in mind that whenever a cache record exists for the… -
Posted a reply to can every cache have different cache timeout, on the site WordPress.org Forums:
Hi @superjin001,Good to hear it works for you! I must admit I am not always… -
Posted a reply to can every cache have different cache timeout, on the site WordPress.org Forums:
Hi @superjin001 Thank you for using our plugin!Yes, you can do something like this: /**… -
Posted a reply to Unable to enable caching for custom end point, on the site WordPress.org Forums:
Hi @nikhilgudadhe Thank you for using our plugin!Have you read our FAQ? Specifically the section… -
Posted a reply to Cache based on query params, on the site WordPress.org Forums:
Hi @mcsr Thank you for using our plugin!It is not because of the query parameter,… -
Posted a reply to Automatic clear cache?, on the site WordPress.org Forums:
Hi @kendawes Thank you for using our plugin!The multiple WP REST Cache notices should be… -
Posted a reply to Plugin throws error, on the site WordPress.org Forums:
Hi @dezvolta Thank you for using our plugin!I just did a test on a clean…
Developer
-
WP REST Cache
Active Installs: 10,000+
-
WP REST Yoast Meta
Active Installs: 1,000+