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 Comment cache not cleared after post status “reverses”, on the site WordPress.org Forums:
Hi @emirpprime We just released a new version of our plugin, so the issue should… -
Posted a reply to Redis: Some caches aren’t expiring when they should, on the site WordPress.org Forums:
Hi @hirngesicht Thank you for using our plugin!The fact that you are still seeing an… -
Posted a reply to Cache deletes itself completely and does not regenerate automatically, on the site WordPress.org Forums:
Hi @haabu Thank you for using our plugin! And sorry for the late reply, I… -
Posted a reply to Comment cache not cleared after post status “reverses”, on the site WordPress.org Forums:
Hi @emirpprime Thank you for using our plugin!You are absolutely right to expect this behaviour.… -
Posted a reply to WooCommerce REST API Endpoints Not Being Cached with OAuth 1.0, on the site WordPress.org Forums:
Hi @emad63 Thank you for using our plugin!I just did a test on my local… -
Posted a reply to Redis Object Cache Support? (No Option in Settings), on the site WordPress.org Forums:
@hirngesicht In our next release a mention of it will be added to the FAQ. -
Posted a reply to [Feature request] Allow users to manually regenerate cache, on the site WordPress.org Forums:
Hi @hirngesicht Thank you for using our plugin!Option 2 is in fact already possible. If… -
Posted a reply to adopt the plugin, on the site WordPress.org Forums:
Hi @nicolasmontigny Can you contact us at plugins <at> acato <dot> nl? We have some… -
Posted a reply to Works great but honestly it could be so much better, on the site WordPress.org Forums:
@hirngesicht 1. That was indeed an error in the FAQ, I just fixed it.2. You… -
Posted a reply to Works great but honestly it could be so much better, on the site WordPress.org Forums:
Hi @hirngesicht Thank you for using our plugin and your review!Regarding the things you mention:1.… -
Posted a reply to Media endpoint cache not cleared when items uploaded, on the site WordPress.org Forums:
Hi @emirpprime We just released a new version of our plugin, which should fix this… -
Posted a reply to Redis Object Cache Support? (No Option in Settings), on the site WordPress.org Forums:
Hi @salman1990 Thank you for using our plugin!Yes Redis is officially supported. The only reason… -
Posted a reply to Latest version (11.2.9) package unavailable, on the site WordPress.org Forums:
@mneidlinger @viktorbijlenga For your information: I asked a question in the #pluginreview channel on Slack… -
Posted a reply to Media endpoint cache not cleared when items uploaded, on the site WordPress.org Forums:
Hi @emirpprime Thank you for using our plugin and your kind words!About the issue you… -
Posted a reply to Allow diff formats other than JSON, on the site WordPress.org Forums:
Hi @bordoni Thank you for using our plugin!I am afraid supporting other formats than JSON… -
Posted a reply to Cache custom taxonomy, on the site WordPress.org Forums:
Hi @gustavotroisi Thank you for using our plugin!Custom taxonomies should be cached automatically, unless a… -
Pull request #2457 merged into WordPress/WordPress-Coding-Standards:
Add documentation for WordPress.NamingConventions.ValidVariableName -
Posted a reply to Cache of paged results not flushing on updating posts, on the site WordPress.org Forums:
@mastababa Yes, our plugin should be able to correctly handle the caching of the endpoint… -
Posted a reply to Cache of paged results not flushing on updating posts, on the site WordPress.org Forums:
@mastababa But do you also include the type (or taxonomy) field? -
Posted a reply to Cache of paged results not flushing on updating posts, on the site WordPress.org Forums:
@mastababa The test is to make sure you don't apply this to all endpoints, but… -
Posted a reply to Cache of paged results not flushing on updating posts, on the site WordPress.org Forums:
Hi @mastababa That was an error in our readme, I just fixed it. You should… -
Posted a reply to Feature request: loading settings from wp-config, on the site WordPress.org Forums:
Hi @lesandles Thank you for using our plugin and your kind words!I think it is… -
Posted a reply to Cache of paged results not flushing on updating posts, on the site WordPress.org Forums:
Hi @mastababa Sorry for the late reply, I have been really busy.Please follow these instructions… -
Is the 279th person to arrive at WordCamp Netherlands 2024
-
Posted a reply to Cache of paged results not flushing on updating posts, on the site WordPress.org Forums:
Hi @mastababa Thank you for using our plugin!I tested your issue using the endpoint for… -
Posted a reply to Hello WP REST Cache Development Team, on the site WordPress.org Forums:
Hi @4samy Thank you for using our plugin and sorry you are experiencing this issue.We… -
Posted a reply to Endpoint only cached when requested directly, on the site WordPress.org Forums:
Hi @prestonwordsworth Thank you for using our plugin!Yes this is intended behaviour. Those calls in… -
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
Developer
-
WP REST Cache
Active Installs: 10,000+
-
WP REST Yoast Meta
Active Installs: 1,000+