{"id":12164,"date":"2024-04-06T00:03:11","date_gmt":"2024-04-06T00:03:11","guid":{"rendered":"http:\/\/www.techolac.com\/?p=12164"},"modified":"2024-04-07T19:43:07","modified_gmt":"2024-04-07T19:43:07","slug":"how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel","status":"publish","type":"post","link":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/","title":{"rendered":"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL"},"content":{"rendered":"<p>How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in this article we guide u how to<strong> optimize Apache, php<\/strong> and <strong>MySQL\/Mariadb<\/strong> server which are installed on VPS server with 1gb of RAM, Such 1 gb ram vps is enough powerful for single application and optimizations are necessary in order to Avoid OOM (out of memory) and take juice from it.<\/p>\n<h1>Optimization of Apache :<\/h1>\n<p>Optimize Apache which is installed on 1gb VPS, it recommended to use <strong>Apache MPM worker<\/strong> as <strong>prefork<\/strong> :-<\/p>\n<h1>Centos\/RHEL:<\/h1>\n<p>Under Centos Open this file in editor:<\/p>\n<pre>nano \/etc\/httpd\/httpd.conf\r\n<\/pre>\n<p><strong>And add this configs at the end of httpd.conf :<\/strong><\/p>\n<pre>KeepAlive Off\r\n&lt;IfModule prefork.c&gt;\r\n   StartServers        6\r\n   MinSpareServers     5\r\n   MaxSpareServers     15\r\n   ServerLimit         256\r\n   MaxClients          256\r\n   MaxRequestsPerChild 3000\r\n&lt;\/IfModule&gt;<\/pre>\n<p><strong>Then restart Apache server :<\/strong><\/p>\n<pre>service httpd restart\r\n<\/pre>\n<h1>Ubuntu :<\/h1>\n<p><strong>Under Ubuntu Open this file in editor:<\/strong><\/p>\n<pre>nano \/etc\/apache2\/apache2.conf\r\n<\/pre>\n<p><strong>Find and add\/change this configs under apache2.conf file :<\/strong><\/p>\n<pre>&lt;IfModule mpm_prefork_module&gt;\r\n StartServers        3\r\n MinSpareServers     5\r\n MaxSpareServers     15\r\n ServerLimit         256\r\n MaxClients          256\r\n MaxRequestsPerChild 3000\r\n&lt;\/IfModule&gt;\r\n<\/pre>\n<p><strong>Then restart Apache server :<\/strong><\/p>\n<pre>service apache2 restart\r\n<\/pre>\n<h1>Optimization of MYSQL :<\/h1>\n<p>To optimize <strong>MySQL\/Mariadb<\/strong> which is installed on 1gb VPS you need to add\u00a0 this configs in\u00a0 my.cnf under <strong>[mysqld] :<\/strong><\/p>\n<pre>[mysqld]\r\nsymbolic-links=0\r\nskip-external-locking\r\nkey_buffer_size = 32K\r\nmax_allowed_packet = 4M\r\ntable_open_cache = 8\r\nsort_buffer_size = 128K\r\nread_buffer_size = 512K\r\nread_rnd_buffer_size = 512K\r\nnet_buffer_length = 4K\r\nthread_stack = 480K\r\ninnodb_file_per_table\r\nmax_connections=100\r\nmax_user_connections=50\r\nwait_timeout=50\r\ninteractive_timeout=50\r\nlong_query_time=5\r\n<\/pre>\n<p><strong>On Centos\/RHEL based system you can add it in :<\/strong><\/p>\n<pre>\/etc\/my.cnf\r\n<\/pre>\n<p><strong>On Ubuntu\/Debian based system you can add it in :<\/strong><\/p>\n<pre>\/etc\/mysql\/my.cnf \r\n<\/pre>\n<ul>\n<li>Also consider adding<strong> SWAP<\/strong> to your VPS which will drastically stabalizes the 1 gb VPS :<strong> Create and Add Swap On Linux OS CWP Centos WebPanel and VestaCP<br \/>\n<\/strong><\/li>\n<li>To optimize <strong>PHP<\/strong> just installed <strong>php-opcache<\/strong> and <strong>memcached<\/strong> (memcached need to be supported by script)<\/li>\n<li>Configure <strong>PHP<\/strong> memory limit not more than <strong>128 mb.<\/strong><\/li>\n<li>Use <strong>cache system<\/strong> which is provided by your <strong>script<\/strong> or for <strong>WordPress <\/strong>use <strong>WP super cache.<\/strong><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in this article we guide u how to optimize Apache, php and MySQL\/Mariadb server which are installed on VPS server with 1gb of RAM, Such 1 gb ram vps is enough powerful for single application and optimizations are necessary in order to Avoid OOM [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":12165,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[1525,1522,1523,770,1524,1427],"class_list":["post-12164","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-1gb-ram","tag-apache","tag-apache-optimization","tag-centos","tag-mysql-performance","tag-rhel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL - Techolac<\/title>\n<meta name=\"description\" content=\"Complete guide to optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in very easy and fast way. After vps or server run faster.\" \/>\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.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL - Techolac\" \/>\n<meta property=\"og:description\" content=\"Complete guide to optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in very easy and fast way. After vps or server run faster.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/\" \/>\n<meta property=\"og:site_name\" content=\"Techolac - Computer Technology News\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-06T00:03:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-07T19:43:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1138\" \/>\n\t<meta property=\"og:image:height\" content=\"427\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Editorial Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editorial Staff\" \/>\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:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/\"},\"author\":{\"name\":\"Editorial Staff\",\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"headline\":\"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL\",\"datePublished\":\"2024-04-06T00:03:11+00:00\",\"dateModified\":\"2024-04-07T19:43:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/\"},\"wordCount\":252,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"image\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg\",\"keywords\":[\"1GB RAM\",\"Apache\",\"Apache optimization\",\"CentOS\",\"MySQL Performance\",\"RHEL\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/\",\"url\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/\",\"name\":\"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL - Techolac\",\"isPartOf\":{\"@id\":\"https:\/\/www.techolac.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg\",\"datePublished\":\"2024-04-06T00:03:11+00:00\",\"dateModified\":\"2024-04-07T19:43:07+00:00\",\"description\":\"Complete guide to optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in very easy and fast way. After vps or server run faster.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage\",\"url\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg\",\"contentUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg\",\"width\":1138,\"height\":427,\"caption\":\"Apache, MySQL Performance\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.techolac.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.techolac.com\/#website\",\"url\":\"https:\/\/www.techolac.com\/\",\"name\":\"Techolac - Computer Technology News\",\"description\":\"A weblog on emerging technology and internet news, reviews, tips for a broad range of computing technologies.\",\"publisher\":{\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.techolac.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\",\"name\":\"Editorial Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g\",\"caption\":\"Editorial Staff\"},\"logo\":{\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/www.techolac.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL - Techolac","description":"Complete guide to optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in very easy and fast way. After vps or server run faster.","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.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/","og_locale":"en_US","og_type":"article","og_title":"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL - Techolac","og_description":"Complete guide to optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in very easy and fast way. After vps or server run faster.","og_url":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/","og_site_name":"Techolac - Computer Technology News","article_published_time":"2024-04-06T00:03:11+00:00","article_modified_time":"2024-04-07T19:43:07+00:00","og_image":[{"width":1138,"height":427,"url":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg","type":"image\/jpeg"}],"author":"Editorial Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editorial Staff","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#article","isPartOf":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/"},"author":{"name":"Editorial Staff","@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"headline":"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL","datePublished":"2024-04-06T00:03:11+00:00","dateModified":"2024-04-07T19:43:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/"},"wordCount":252,"commentCount":0,"publisher":{"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"image":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg","keywords":["1GB RAM","Apache","Apache optimization","CentOS","MySQL Performance","RHEL"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/","url":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/","name":"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL - Techolac","isPartOf":{"@id":"https:\/\/www.techolac.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage"},"image":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg","datePublished":"2024-04-06T00:03:11+00:00","dateModified":"2024-04-07T19:43:07+00:00","description":"Complete guide to optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL in very easy and fast way. After vps or server run faster.","breadcrumb":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#primaryimage","url":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg","contentUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/09\/server-optimization.jpg","width":1138,"height":427,"caption":"Apache, MySQL Performance"},{"@type":"BreadcrumbList","@id":"https:\/\/www.techolac.com\/linux\/how-to-optimize-apache-mysql-performance-for-1gb-ram-vps-centos-rhel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.techolac.com\/"},{"@type":"ListItem","position":2,"name":"How to Optimize Apache, MySQL Performance for 1GB RAM VPS Centos\/RHEL"}]},{"@type":"WebSite","@id":"https:\/\/www.techolac.com\/#website","url":"https:\/\/www.techolac.com\/","name":"Techolac - Computer Technology News","description":"A weblog on emerging technology and internet news, reviews, tips for a broad range of computing technologies.","publisher":{"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.techolac.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b","name":"Editorial Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techolac.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g","caption":"Editorial Staff"},"logo":{"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/image\/"},"url":"https:\/\/www.techolac.com\/author\/admin\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts\/12164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/comments?post=12164"}],"version-history":[{"count":2,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts\/12164\/revisions"}],"predecessor-version":[{"id":49877,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts\/12164\/revisions\/49877"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/media\/12165"}],"wp:attachment":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/media?parent=12164"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/categories?post=12164"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/tags?post=12164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}