{"id":4250,"date":"2014-08-28T12:53:30","date_gmt":"2014-08-28T17:53:30","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=4250"},"modified":"2022-12-08T06:07:20","modified_gmt":"2022-12-08T12:07:20","slug":"how-to-improve-the-performance-of-your-website-with-apc-and-memcached","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/","title":{"rendered":"How to improve the performance of your website with APC and memcached."},"content":{"rendered":"
<\/div>

\"apc-memcached\"Today we will show you how to improve the performance of your website with APC and memcached.
\nAPC stands for Alternative PHP Cache and it is an open source solution if you like to speed-up your website. APC caches the output of compiled PHP code and stores the result in shared memory.
\nMemcached on the other hand, stores arbitrary data such as strings and objects that come up as a result from API, database calls etc. It is open source as well and it is intended for improving the\u00a0performance of your website.<\/p>\n

The installation of APC and memcahed is very simple and usually\u00a0takes\u00a010-15 minutes to be completed. This guide will show you how to do that on a Linux VPS<\/a>.<\/p>\n

<\/p>\n

Installation of APC<\/h3>\n

First thing you need to do is to perform a full system update<\/p>\n

## yum update<\/pre>\n

Then install the required packages<\/p>\n

## yum install php-devel pcre-devel php-pear httpd-devel make gcc<\/pre>\n

After\u00a0you have installed \u00a0the required packages,\u00a0you can install APC using PECL<\/p>\n

## pecl install apc<\/pre>\n

\"pecl\"<\/p>\n

Once\u00a0the installation is completed you need to add ‘extension=apc.so’ to php.ini. You can use the following command:<\/p>\n

## echo \"extension=apc.so\" > \/etc\/php.ini<\/pre>\n

And finally, restart the Apache service so the changes can take\u00a0place<\/p>\n

## \/etc\/init.d\/httpd restart<\/pre>\n

To verify that the installation of APC is successful on your CentOS 6 VPS<\/a>, you can create an info.php file<\/p>\n

## nano \/var\/www\/html\/info.php<\/pre>\n

with the following content<\/p>\n

\"info\"<\/p>\n

Save the file. To load\u00a0the newly created info.php file you need to open your favorite web browser and type the IP address of your server followed by the name of the file.<\/p>\n

http:\/\/IP-ADRESS\/info.php<\/pre>\n

That’s it.<\/p>\n

\"apc1\"<\/p>\n

Installation of memcached<\/h3>\n

To install memcached you need to run the following command<\/p>\n

## yum install memcached<\/pre>\n

and the yum package manager will install memcached and all dependencies.<\/p>\n

Edit the memcached configuration file, locate the value for OPTIONS and change it to localhost or 127.0.0.1:<\/p>\n

vi \/etc\/sysconfig\/memcached\r\n\r\nOPTIONS=\"-l 127.0.0.1\"<\/pre>\n

Then, run the command<\/p>\n

## pecl install memcache<\/pre>\n

After that, you need to\u00a0add the ‘extension=memcache.so’ to your \/etc\/php.ini file<\/p>\n

## echo \"extension=memcache.so\" >> \/etc\/php.ini<\/pre>\n

Next, you can edit the \/etc\/sysconfig\/memcached file in order to configure memcached according to your needs<\/p>\n

## nano \/etc\/sysconfig\/memcached<\/pre>\n

Now you can restart memcached and Apache<\/p>\n

## \/etc\/init.d\/memcached restart\r\n## \/etc\/init.d\/httpd restart<\/pre>\n

Finally, you can\u00a0verify that memcached is successfully installed on your server by reloading the previously created info.php at<\/p>\n

http:\/\/IP-ADRESS\/info.php<\/pre>\n

\"memcached1\"<\/p>\n

Of course you don\u2019t have to do any of this if you use one of our Linux VPS Hosting services<\/a>, in which case you can simply ask our expert Linux admins to install APC and memcached\u00a0for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n

PS<\/span><\/strong>. If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n

 <\/p>\n","protected":false},"excerpt":{"rendered":"

Today we will show you how to improve the performance of your website with APC and memcached. APC stands for … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":4251,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1709,1704,21,13],"tags":[52,537,536],"yoast_head":"\nHow to improve the performance of your website with APC and memcached. - RoseHosting<\/title>\n<meta name=\"description\" content=\"How to improve the performance of your website with APC and memcached. - RoseHosting\" \/>\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.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to improve the performance of your website with APC and memcached. - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"How to improve the performance of your website with APC and memcached. - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2014-08-28T17:53:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-08T12:07:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png\" \/>\n\t<meta property=\"og:image:width\" content=\"297\" \/>\n\t<meta property=\"og:image:height\" content=\"154\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to improve the performance of your website with APC and memcached.\",\"datePublished\":\"2014-08-28T17:53:30+00:00\",\"dateModified\":\"2022-12-08T12:07:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/\"},\"wordCount\":448,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png\",\"keywords\":[\"apc\",\"improve website performance\",\"memcached\"],\"articleSection\":[\"Caching\",\"Optimization\",\"Tips and Tricks\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/\",\"name\":\"How to improve the performance of your website with APC and memcached. - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png\",\"datePublished\":\"2014-08-28T17:53:30+00:00\",\"dateModified\":\"2022-12-08T12:07:20+00:00\",\"description\":\"How to improve the performance of your website with APC and memcached. - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png\",\"width\":297,\"height\":154},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to improve the performance of your website with APC and memcached.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to improve the performance of your website with APC and memcached. - RoseHosting","description":"How to improve the performance of your website with APC and memcached. - RoseHosting","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.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/","og_locale":"en_US","og_type":"article","og_title":"How to improve the performance of your website with APC and memcached. - RoseHosting","og_description":"How to improve the performance of your website with APC and memcached. - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2014-08-28T17:53:30+00:00","article_modified_time":"2022-12-08T12:07:20+00:00","og_image":[{"width":297,"height":154,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png","type":"image\/png"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to improve the performance of your website with APC and memcached.","datePublished":"2014-08-28T17:53:30+00:00","dateModified":"2022-12-08T12:07:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/"},"wordCount":448,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png","keywords":["apc","improve website performance","memcached"],"articleSection":["Caching","Optimization","Tips and Tricks","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/","name":"How to improve the performance of your website with APC and memcached. - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png","datePublished":"2014-08-28T17:53:30+00:00","dateModified":"2022-12-08T12:07:20+00:00","description":"How to improve the performance of your website with APC and memcached. - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/apc-memcached.png","width":297,"height":154},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-improve-the-performance-of-your-website-with-apc-and-memcached\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to improve the performance of your website with APC and memcached."}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4250"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=4250"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4250\/revisions"}],"predecessor-version":[{"id":43817,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4250\/revisions\/43817"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/4251"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=4250"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=4250"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=4250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}