{"id":637,"date":"2023-04-06T07:34:00","date_gmt":"2023-04-06T05:34:00","guid":{"rendered":"https:\/\/schaal-it.dev\/en\/?p=637"},"modified":"2024-07-20T09:52:28","modified_gmt":"2024-07-20T07:52:28","slug":"wordpress-with-redis-object-cache","status":"publish","type":"post","link":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/","title":{"rendered":"WordPress with Redis Object Cache"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"637\" class=\"elementor elementor-637\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28e2f90b e-flex e-con-boxed e-con e-parent\" data-id=\"28e2f90b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae4b6b9 elementor-widget elementor-widget-text-editor\" data-id=\"5ae4b6b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n<p>In the following article we will show you how to speed up an existing WordPress with a Redis cache.<\/p>\n\n<p>If you install a new WordPress with our <a href=\"https:\/\/schaal-it.dev\/en\/blog\/setting-up-a-new-website-using-the-wizard\/\" data-type=\"post\" data-id=\"684\">web wizard<\/a>, you can also install and activate the Redis cache automatically.<\/p>\n\n<h2 class=\"wp-block-heading\">Create a Redis Instance<\/h2>\n\n<p>Log in to ISPConfig on your managed server. In the Sites section you will find the item Redis Databases under Databases on the left. Select this item and create a new Redis-Instance.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"396\" class=\"wp-image-634\" src=\"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-1024x396.jpg\" alt=\"\" srcset=\"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-1024x396.jpg 1024w, https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-300x116.jpg 300w, https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-768x297.jpg 768w, https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n<p>You just need to select the appropriate website and assign a suitable name for the Redis instance. You can leave the policy unchanged.<\/p>\n\n<p>The max. database size also depends on the number of visitors. You can start with the default 128 MB and adjust this value later.<\/p>\n\n<p>After you have created the new instance, open it in ISPConfig and write down the <strong>Redis Port<\/strong> and the <strong>Redis Password<\/strong>.<\/p>\n\n<h2 class=\"wp-block-heading\">Install plugin in wordpress<\/h2>\n\n<p>Install the Redis Object Cache plugin in your Worpress.<\/p>\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"256\" class=\"wp-image-638\" src=\"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/wp-plugin_redis_en-1030x257-1-1024x256.jpg\" alt=\"\" srcset=\"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/wp-plugin_redis_en-1030x257-1-1024x256.jpg 1024w, https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/wp-plugin_redis_en-1030x257-1-300x75.jpg 300w, https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/wp-plugin_redis_en-1030x257-1-768x192.jpg 768w, https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/wp-plugin_redis_en-1030x257-1.jpg 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n<h2 class=\"wp-block-heading\">\u00a0<\/h2>\n\n<h2 class=\"wp-block-heading\">Plugin set up in WordPress<\/h2>\n\n<p>The required data is entered into the wp-config.php of your website. You can download the file via FTP, adjust it and upload it again.<\/p>\n\n<p>In the wp-config.php you have to enter some values for the Redis cache. Search for the line<\/p>\n\n<p><code>\/* That's all, stop editing! Happy blogging. *\/<\/code><\/p>\n\n<p>and then insert these lines:<\/p>\n\n<p><code>define( 'WP_REDIS_HOST', '127.0.0.1' );<\/code><\/p>\n<p><code>define( 'WP_REDIS_PORT', '6380' );<\/code><\/p>\n\n<p><code>define( 'WP_REDIS_PASSWORD', '229cf27de2e025771a087484f46fff');<\/code><\/p>\n\n<p><code>define( 'WP_REDIS_TIMEOUT', 1 );<\/code><\/p>\n\n<p><code>define( 'WP_REDIS_READ_TIMEOUT', 1 );<\/code><\/p>\n\n<p><code>define( 'WP_REDIS_DATABASE', 0 );<\/code><\/p>\n\n<p>You have to set the values of <strong>WP_REDIS_PORT<\/strong> and <strong>WP_REDIS_PASSWORD<\/strong> according to the created Redis instance.<\/p>\n\n<p>The values for the Redis cache can also be displayed on the website in ISPConfig by clicking on &#8220;Show Redis-Config&#8221;.<\/p>\n\n<h2 class=\"wp-block-heading\">Activate the plugin in WordPress<\/h2>\n\n<p>Now you just have to activate the plugin and click on &#8220;Enable Object Cache&#8221;.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>In the following article we will show you how to speed up an existing WordPress with a Redis cache. If you install a new WordPress&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-637","post","type-post","status-publish","format-standard","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.9 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Wordpress with Redis Object Cache<\/title>\n<meta name=\"description\" content=\"Improve Wordpress with Redis: Activate Redis for your Wordpress installation automatically with our web wizard.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wordpress with Redis Object Cache\" \/>\n<meta property=\"og:description\" content=\"Improve Wordpress with Redis: Activate Redis for your Wordpress installation automatically with our web wizard.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/\" \/>\n<meta property=\"og:site_name\" content=\"schaal @it UG\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-06T05:34:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-20T07:52:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-1024x396.jpg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/person\\\/97112bea38186367c303945fe91f1101\"},\"headline\":\"WordPress with Redis Object Cache\",\"datePublished\":\"2023-04-06T05:34:00+00:00\",\"dateModified\":\"2024-07-20T07:52:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/\"},\"wordCount\":272,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/create_redis_en-1030x398-1-1024x396.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/\",\"name\":\"Wordpress with Redis Object Cache\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/create_redis_en-1030x398-1-1024x396.jpg\",\"datePublished\":\"2023-04-06T05:34:00+00:00\",\"dateModified\":\"2024-07-20T07:52:28+00:00\",\"description\":\"Improve Wordpress with Redis: Activate Redis for your Wordpress installation automatically with our web wizard.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#primaryimage\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/create_redis_en-1030x398-1.jpg\",\"contentUrl\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/create_redis_en-1030x398-1.jpg\",\"width\":1030,\"height\":398},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/blog\\\/wordpress-with-redis-object-cache\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress with Redis Object Cache\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/\",\"name\":\"schaal @it UG\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#organization\",\"name\":\"schaal@it UG\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/cropped-schaal_it_logo2_2_-_250px.png\",\"contentUrl\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/10\\\/cropped-schaal_it_logo2_2_-_250px.png\",\"width\":250,\"height\":42,\"caption\":\"schaal@it UG\"},\"image\":{\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/#\\\/schema\\\/person\\\/97112bea38186367c303945fe91f1101\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/schaal-it.dev\"],\"url\":\"https:\\\/\\\/schaal-it.dev\\\/en\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Wordpress with Redis Object Cache","description":"Improve Wordpress with Redis: Activate Redis for your Wordpress installation automatically with our web wizard.","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:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/","og_locale":"en_US","og_type":"article","og_title":"Wordpress with Redis Object Cache","og_description":"Improve Wordpress with Redis: Activate Redis for your Wordpress installation automatically with our web wizard.","og_url":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/","og_site_name":"schaal @it UG","article_published_time":"2023-04-06T05:34:00+00:00","article_modified_time":"2024-07-20T07:52:28+00:00","og_image":[{"url":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-1024x396.jpg","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#article","isPartOf":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/"},"author":{"name":"admin","@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/person\/97112bea38186367c303945fe91f1101"},"headline":"WordPress with Redis Object Cache","datePublished":"2023-04-06T05:34:00+00:00","dateModified":"2024-07-20T07:52:28+00:00","mainEntityOfPage":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/"},"wordCount":272,"commentCount":0,"publisher":{"@id":"https:\/\/schaal-it.dev\/en\/#organization"},"image":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-1024x396.jpg","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/","url":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/","name":"Wordpress with Redis Object Cache","isPartOf":{"@id":"https:\/\/schaal-it.dev\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#primaryimage"},"image":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1-1024x396.jpg","datePublished":"2023-04-06T05:34:00+00:00","dateModified":"2024-07-20T07:52:28+00:00","description":"Improve Wordpress with Redis: Activate Redis for your Wordpress installation automatically with our web wizard.","breadcrumb":{"@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#primaryimage","url":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1.jpg","contentUrl":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/create_redis_en-1030x398-1.jpg","width":1030,"height":398},{"@type":"BreadcrumbList","@id":"https:\/\/schaal-it.dev\/en\/blog\/wordpress-with-redis-object-cache\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/schaal-it.dev\/en\/"},{"@type":"ListItem","position":2,"name":"WordPress with Redis Object Cache"}]},{"@type":"WebSite","@id":"https:\/\/schaal-it.dev\/en\/#website","url":"https:\/\/schaal-it.dev\/en\/","name":"schaal @it UG","description":"","publisher":{"@id":"https:\/\/schaal-it.dev\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/schaal-it.dev\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/schaal-it.dev\/en\/#organization","name":"schaal@it UG","url":"https:\/\/schaal-it.dev\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/logo\/image\/","url":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/cropped-schaal_it_logo2_2_-_250px.png","contentUrl":"https:\/\/schaal-it.dev\/en\/wp-content\/uploads\/sites\/2\/2023\/10\/cropped-schaal_it_logo2_2_-_250px.png","width":250,"height":42,"caption":"schaal@it UG"},"image":{"@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/schaal-it.dev\/en\/#\/schema\/person\/97112bea38186367c303945fe91f1101","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d608e74bb5cd2c03fa61fb269810c56ac375940d126f01ea5954cc0a1336e0dc?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/schaal-it.dev"],"url":"https:\/\/schaal-it.dev\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts\/637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/comments?post=637"}],"version-history":[{"count":9,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts\/637\/revisions"}],"predecessor-version":[{"id":911,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/posts\/637\/revisions\/911"}],"wp:attachment":[{"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/media?parent=637"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/categories?post=637"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/schaal-it.dev\/en\/wp-json\/wp\/v2\/tags?post=637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}