Title: Cache custom taxonomy
Last modified: March 6, 2025

---

# Cache custom taxonomy

 *  Resolved [Gustavo Troisi](https://wordpress.org/support/users/gustavotroisi/)
 * (@gustavotroisi)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/cache-custom-taxonomy/)
 * Hi! Is possible to cache custom taxonomy requests dispatched by Gutenbergs Metaboxes?
   I tried to add “wp/v2/brand” at Global cacheable request headers setting, but
   do not get any requests in the Endpoint API Caches list.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Richard Korthuis](https://wordpress.org/support/users/rockfire/)
 * (@rockfire)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/cache-custom-taxonomy/#post-18364965)
 * Hi [@gustavotroisi](https://wordpress.org/support/users/gustavotroisi/) 
   Thank
   you for using our plugin!Custom taxonomies should be cached automatically, unless
   a custom REST Controller is created for it. However since you mention the requests
   are dispatched by Gutenbergs Metaboxes, I presume you mean they are dispatched
   from the wp-admin. In this case almost all requests are using a nonce and each
   request can be specific to the current user, that is why we do not cache requests
   with a nonce.There is a possibility to have them cached, see my response here:
   [https://wordpress.org/support/topic/cache-not-hit-when-nonce-is-in-header/#post-16842809](https://wordpress.org/support/topic/cache-not-hit-when-nonce-is-in-header/#post-16842809)
   But only do this if you know what you are doing.

Viewing 1 replies (of 1 total)

The topic ‘Cache custom taxonomy’ is closed to new replies.

 * ![](https://ps.w.org/wp-rest-cache/assets/icon-256x256.png?rev=3328849)
 * [WP REST Cache](https://wordpress.org/plugins/wp-rest-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rest-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rest-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rest-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rest-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rest-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Richard Korthuis](https://wordpress.org/support/users/rockfire/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/cache-custom-taxonomy/#post-18364965)
 * Status: resolved