{"id":22878,"date":"2026-04-08T17:56:35","date_gmt":"2026-04-08T15:56:35","guid":{"rendered":"https:\/\/www.transparentedge.eu\/en\/blog\/"},"modified":"2026-04-09T14:23:06","modified_gmt":"2026-04-09T12:23:06","slug":"new-cache-plugin-for-wordpress","status":"publish","type":"post","link":"https:\/\/www.transparentedge.eu\/en\/blog\/new-cache-plugin-for-wordpress\/","title":{"rendered":"New cache plugin for WordPress"},"content":{"rendered":"\n<p>If you are reading this, chances are you enjoy or have enjoyed throughout your life a love-hate relationship with <a href=\"https:\/\/wordpress.com\/es\/ppc\/lohp-campaign\/?utm_source=google&amp;utm_campaign=google_search_wpcom_acquisition_brand_es_es&amp;utm_medium=paid_search&amp;keyword=wordpress&amp;creative=674650391164&amp;campaignid=20575508521&amp;adgroupid=156231933520&amp;matchtype=e&amp;device=c&amp;network=g&amp;targetid=kwd-313411415&amp;gad_source=1&amp;gad_campaignid=20575508521&amp;gbraid=0AAAAADhlTH7RYUcCAEe3cB7bKqorg7oh8&amp;gclid=Cj0KCQjw4a3OBhCHARIsAChaqJMERVLqTsFltz4xn7i_ako9yo74qW09lVtktF5b3UXZps7D1_XeKYEaAmLlEALw_wcB\" type=\"link\" id=\"https:\/\/wordpress.com\/es\/ppc\/lohp-campaign\/?utm_source=google&amp;utm_campaign=google_search_wpcom_acquisition_brand_es_es&amp;utm_medium=paid_search&amp;keyword=wordpress&amp;creative=674650391164&amp;campaignid=20575508521&amp;adgroupid=156231933520&amp;matchtype=e&amp;device=c&amp;network=g&amp;targetid=kwd-313411415&amp;gad_source=1&amp;gad_campaignid=20575508521&amp;gbraid=0AAAAADhlTH7RYUcCAEe3cB7bKqorg7oh8&amp;gclid=Cj0KCQjw4a3OBhCHARIsAChaqJMERVLqTsFltz4xn7i_ako9yo74qW09lVtktF5b3UXZps7D1_XeKYEaAmLlEALw_wcB\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress<\/a>, or perhaps just straight-up hate.<\/p>\n\n\n\n<p>If that is the case, I want you to know you aren\u2019t alone. But the fact remains that we are facing that &#8220;necessary evil&#8221;: the CMS that every developer trashes in <a href=\"https:\/\/www.reddit.com\" type=\"link\" id=\"http:\/\/reddit\/\" target=\"_blank\" rel=\"noreferrer noopener\">Reddit<\/a> threads but which, at the end of the day, powers 43% of the web. It is incredibly flexible, easy to use, powerful, and, let\u2019s be honest, your clients use it for everything.<\/p>\n\n\n\n<p>Hooooowever, being equally sincere and honest, at an infrastructure level, WordPress can be a nightmare of database queries and heavy PHP processes that would make a goat vomit. It is a genuine headache for those of us managing infrastructure due to its monolithic heritage and its dependency on the database. That\u2019s why fed up with dealing with over-complicated plugins or watching third-party tools clash with the caches of our edge servers and invalidation processes at <a href=\"https:\/\/www.transparentedge.eu\/en\/\" type=\"link\" id=\"https:\/\/www.transparentedge.eu\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">Tran<\/a><a href=\"https:\/\/www.transparentedge.eu\/en\/\" type=\"link\" id=\"https:\/\/www.transparentedge.eu\/\" target=\"_blank\" rel=\"noreferrer noopener\">sparent Edge<\/a>, we have developed a native <a href=\"https:\/\/github.com\/TransparentEdge\/wordpress-transparentedge-cache\" type=\"link\" id=\"https:\/\/github.com\/TransparentEdge\/wordpress-transparentedge-cache\" target=\"_blank\" rel=\"noreferrer noopener\">plugin<\/a> designed to break that bottleneck. This isn&#8217;t a cosmetic fix; it is a deep integration with our Varnish Enterprise stack and our edge computing engine.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why is this the plugin you need?<\/h2>\n\n\n\n<p>Most optimization solutions on the market treat CDNs as a simple external &#8220;mirror.&#8221; But if you want Tier-1 level performance, you need the CMS and the edge to speak the same language.<\/p>\n\n\n\n<p>While other plugins limit themselves to URL-based cache clearing (which is slow and imprecise), our <strong>Transparent Edge Cache<\/strong> offers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Surrogate-keys:<\/strong> we tag every object (post-123, term-45, woo-product-99) so that when content is updated, the invalidation is a precision strike that only deletes what is necessary in milliseconds.<\/li>\n\n\n\n<li><strong>Soft purge:<\/strong> if content expires, we continue serving the old version (<strong>stale<\/strong>) while WordPress regenerates the new one in the background, avoiding the dreaded <em>Cache Stampede<\/em> that crashes servers.<\/li>\n\n\n\n<li><strong>Automatic Warm-up:<\/strong> after a purge, the plugin &#8220;pre-heats&#8221; critical URLs (home, categories, feeds) before the first user arrives, ensuring a constant HIT ratio.<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.transparentedge.eu\/en\/content-delivery-cdn\/i3\/\" type=\"link\" id=\"https:\/\/www.transparentedge.eu\/en\/content-delivery-cdn\/i3\/\" target=\"_blank\" rel=\"noreferrer noopener\">i3 Image Optimizer:<\/a><\/strong> we delegate image processing to our edge engine. Automatic WebP conversion and on-the-fly resizing without consuming aingle CPU cycle from your server\u2014plus some capabilities that would amaze you. Imagine writing those photo captions automatically in the section without touching a single file&#8230; I&#8217;ll just leave that there.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Cut the fluff: real use cases <\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. E-commerce: the dreaded Black Friday <\/strong><\/h3>\n\n\n\n<p>Imagine a <a href=\"https:\/\/woocommerce.com\" type=\"link\" id=\"https:\/\/woocommerce.com\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce<\/a> site with thousands of SKUs and a database pushed to its limit. You need to apply massive discounts to the &#8220;gaming&#8221; category.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The scenario: you change the price of 500 products at once.<\/li>\n\n\n\n<li>The solution: the plugin detects the change and sends a single <strong>tag_invalidate <\/strong>for that category. Thanks to the soft purge, your customers won&#8217;t see a 504 error while the server processes the new prices; they will see the cached content until the new version is ready.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Digital media: breaking news and traffic spikes <\/strong><\/h3>\n\n\n\n<p>A news portal publishes an exclusive. Traffic jumps from 100 to 50,000 users in minutes.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The flow: when the news is updated, the plugin clears specific tags (site-id, front-page, rss). Immediately, it launches the warm-up so that the first user arriving from X (Twitter) receives the news from our nodes&#8217; RAM, not from your database.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. LMS platforms and membership sites <\/strong><\/h3>\n\n\n\n<p>Sites with high dynamic content where latency is the enemy.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The advantage: the plugin detects which parts are cacheable and which must remain private. Additionally, it includes native support for Object Cache (Redis or APCu), drastically reducing the execution time of WordPress queries.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>&#8220;Expert&#8221; mode: VCL snippets and hooks for Devs<\/strong><\/h2>\n\n\n\n<p>For those of us not satisfied with just the admin panel, the plugin generates Varnish Configuration Language (VCL) logic ready to use. For example, we implement the stripping of unnecessary marketing parameters (fbclid, utm_source) that fragment the cache and lower the hit ratio:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Optimizaci\u00f3n nativa con urlplus\nurlplus.parse(req.url);\nurlplus.query_delete_regex(\"^(utm_source|utm_medium|fbclid)$\");\nset req.url = urlplus.write();<\/code><\/pre>\n\n\n\n<p>Furthermore, the plugin is fully compatible with WordPress Multisite, allowing centralized cache management for your entire network of sites from a single dashboard.<\/p>\n\n\n\n<p>In short, let WordPress do what it does best (some say it knows how to manage content) and let us handle making sure it flies fast and straight.<\/p>\n\n\n\n<p>\/* That\u2019s all, stop editing! Happy publishing. *\/ &nbsp;\ud83d\ude09<\/p>\n\n\n\n<p><a href=\"https:\/\/www.linkedin.com\/in\/odorrego\/\" type=\"link\" id=\"https:\/\/www.linkedin.com\/in\/odorrego\/\">O<\/a><a href=\"https:\/\/www.linkedin.com\/in\/odorrego\/\" type=\"link\" id=\"https:\/\/www.linkedin.com\/in\/odorrego\/\" target=\"_blank\" rel=\"noreferrer noopener\">scar Dorrego<\/a> is a Pre-sales Engineer at Transparent Edge.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Psychologist by training, computer geek by hobby, pre-sales by profession, New Romantic at heart. He does so many things that even he can&#8217;t remember what he actually does for a living. More &#8220;left-handed finesse&#8221; than Nadal. Living between business and technology allows him half the joys and double the worries, but it\u2019s impossible to dent the spirits of our favorite snake charmer.<\/em><\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are reading this, chances are you enjoy or have enjoyed throughout your life a love-hate relationship with WordPress, [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":22881,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[137,152,159],"tags":[],"class_list":["post-22878","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-optimizacion-en","category-cdn-es-en","category-alto-rendimiento-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>New cache plugin for Wordpress - Transparent Edge<\/title>\n<meta name=\"description\" content=\"Is WordPress crashing your server? Discover Transparent Edge\u2019s new native plugin: surrogate keys, soft purge, and edge image optimization.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New cache plugin for Wordpress - Transparent Edge\" \/>\n<meta property=\"og:description\" content=\"Is WordPress crashing your server? Discover Transparent Edge\u2019s new native plugin: surrogate keys, soft purge, and edge image optimization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Transparent Edge\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-08T15:56:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T12:23:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/TE_blog_Los_invisibles_CDN_EN.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2063\" \/>\n\t<meta property=\"og:image:height\" content=\"1377\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Oscar odorrego\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tedgeservices\" \/>\n<meta name=\"twitter:site\" content=\"@tedgeservices\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/\"},\"author\":{\"name\":\"Oscar odorrego\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/person\\\/1a96e7db62a3f977dae992b189176eed\"},\"headline\":\"New cache plugin for WordPress\",\"datePublished\":\"2026-04-08T15:56:35+00:00\",\"dateModified\":\"2026-04-09T12:23:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/\"},\"wordCount\":782,\"publisher\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/TE_blog_Los_invisibles_CDN_EN.jpg\",\"articleSection\":[\"optimizaci\u00f3n\",\"cdn\",\"alto rendimiento\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/\",\"name\":\"New cache plugin for Wordpress - Transparent Edge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/TE_blog_Los_invisibles_CDN_EN.jpg\",\"datePublished\":\"2026-04-08T15:56:35+00:00\",\"dateModified\":\"2026-04-09T12:23:06+00:00\",\"description\":\"Is WordPress crashing your server? Discover Transparent Edge\u2019s new native plugin: surrogate keys, soft purge, and edge image optimization.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/TE_blog_Los_invisibles_CDN_EN.jpg\",\"contentUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/TE_blog_Los_invisibles_CDN_EN.jpg\",\"width\":2063,\"height\":1377},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/new-cache-plugin-for-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.transparentedge.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New cache plugin for WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#website\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"name\":\"Transparent Edge\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\"},\"alternateName\":\"Transparent Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.transparentedge.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\",\"name\":\"Transparent Edge Services\",\"alternateName\":\"Transparent Edge\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logotipo-cuadrado.jpg\",\"contentUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logotipo-cuadrado.jpg\",\"width\":1328,\"height\":1180,\"caption\":\"Transparent Edge Services\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/tedgeservices\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/transparent-edge\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC5zZoyZmiLGBTAdiFpj2xHA\\\/videos\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/person\\\/1a96e7db62a3f977dae992b189176eed\",\"name\":\"Oscar odorrego\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/odorrego\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New cache plugin for Wordpress - Transparent Edge","description":"Is WordPress crashing your server? Discover Transparent Edge\u2019s new native plugin: surrogate keys, soft purge, and edge image optimization.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"New cache plugin for Wordpress - Transparent Edge","og_description":"Is WordPress crashing your server? Discover Transparent Edge\u2019s new native plugin: surrogate keys, soft purge, and edge image optimization.","og_url":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/","og_site_name":"Transparent Edge","article_published_time":"2026-04-08T15:56:35+00:00","article_modified_time":"2026-04-09T12:23:06+00:00","og_image":[{"width":2063,"height":1377,"url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/TE_blog_Los_invisibles_CDN_EN.jpg","type":"image\/jpeg"}],"author":"Oscar odorrego","twitter_card":"summary_large_image","twitter_creator":"@tedgeservices","twitter_site":"@tedgeservices","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/"},"author":{"name":"Oscar odorrego","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/1a96e7db62a3f977dae992b189176eed"},"headline":"New cache plugin for WordPress","datePublished":"2026-04-08T15:56:35+00:00","dateModified":"2026-04-09T12:23:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/"},"wordCount":782,"publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/TE_blog_Los_invisibles_CDN_EN.jpg","articleSection":["optimizaci\u00f3n","cdn","alto rendimiento"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/","url":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/","name":"New cache plugin for Wordpress - Transparent Edge","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/TE_blog_Los_invisibles_CDN_EN.jpg","datePublished":"2026-04-08T15:56:35+00:00","dateModified":"2026-04-09T12:23:06+00:00","description":"Is WordPress crashing your server? Discover Transparent Edge\u2019s new native plugin: surrogate keys, soft purge, and edge image optimization.","breadcrumb":{"@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/#primaryimage","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/TE_blog_Los_invisibles_CDN_EN.jpg","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/TE_blog_Los_invisibles_CDN_EN.jpg","width":2063,"height":1377},{"@type":"BreadcrumbList","@id":"https:\/\/www.transparentedge.eu\/blog\/new-cache-plugin-for-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.transparentedge.eu\/en\/"},{"@type":"ListItem","position":2,"name":"New cache plugin for WordPress"}]},{"@type":"WebSite","@id":"https:\/\/www.transparentedge.eu\/#website","url":"https:\/\/www.transparentedge.eu\/","name":"Transparent Edge","description":"","publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"alternateName":"Transparent Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.transparentedge.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.transparentedge.eu\/#organization","name":"Transparent Edge Services","alternateName":"Transparent Edge","url":"https:\/\/www.transparentedge.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","width":1328,"height":1180,"caption":"Transparent Edge Services"},"image":{"@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/tedgeservices","https:\/\/www.linkedin.com\/company\/transparent-edge\/","https:\/\/www.youtube.com\/channel\/UC5zZoyZmiLGBTAdiFpj2xHA\/videos"]},{"@type":"Person","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/1a96e7db62a3f977dae992b189176eed","name":"Oscar odorrego","sameAs":["https:\/\/www.linkedin.com\/in\/odorrego\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/comments?post=22878"}],"version-history":[{"count":12,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22878\/revisions"}],"predecessor-version":[{"id":22941,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/22878\/revisions\/22941"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media\/22881"}],"wp:attachment":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media?parent=22878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/categories?post=22878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/tags?post=22878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}