{"id":738,"date":"2018-03-16T03:55:18","date_gmt":"2018-03-16T08:55:18","guid":{"rendered":"https:\/\/www.linuxcloudvps.com\/blog\/?p=738"},"modified":"2018-03-16T04:05:16","modified_gmt":"2018-03-16T09:05:16","slug":"how-to-reduce-admin-ajax-server-load-in-wordpress","status":"publish","type":"post","link":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/","title":{"rendered":"How to Reduce Admin Ajax Server Load in WordPress"},"content":{"rendered":"<p>Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress Heartbeat API uses wp-admin\/admin-ajax.php to run AJAX calls from the browser. The purpose of this API is to improve user session management, auto saving, revision tracking. It sounds amazing, but it also has disadvantages that can also cause high CPU usage and crazy amounts of PHP processes. For example, if you leave your dashboard open it will keep sending POST requests on a regular interval, hence can cause the Heartbeat API to continually spawn PHP processes which uses CPU.<\/p>\n<p><!--more--><\/p>\n<p>You can disable it completely by adding the following to your working themes function.php file by adding this after the &#8220;&lt;?php&#8221; tag:<\/p>\n<pre>add_action( &#039;init&#039;, &#039;stop_heartbeat&#039;, 1 );\r\nfunction stop_heartbeat() {\r\nwp_deregister_script(&#039;heartbeat&#039;);\r\n}<\/pre>\n<p>But, this is not a good option, as now many plugins are using the heartbeat API, if you completely disabled it, then your site will have issues because the plugins won&#8217;t work properly.<br \/>\nAnother option is to use Heartbeat Control plugin. With this plugin you can decrease the interval, only run it on post edit pages, disable it everywhere, and disable it on dashboard page.<\/p>\n<h3>How to install\u00a0Heartbeat Control plugin<\/h3>\n<ul>\n<li>Log in to your WordPress Admin Dashboard and navigate to Plugins menu on the left side &gt; Add new. Search for &#8216;Heartbeat&#8217; plugin using the available search field in the upper right corner and click on the Install Now button next to Heartbeat Control<\/li>\n<li>Once the plugin is installed, hit Activate button to activate it.<\/li>\n<li>After the activation, go to Settings &gt; Heartbeat Control Settings menu<\/li>\n<li>In the Heartbeat Behavior drop-down choose Modify Heartbeat. And, Select all Locations, and in the Frequency slider choose 60 or more. Click Save Changes.<\/li>\n<\/ul>\n<p>You can also choose to Disable Heartbeat in the Heartbeat Behavior drop-down and use it for all Locations. But, as previously explained, this is not a good option, as it can disrupt your site functionality.<\/p>\n<p>If you think decreasing the heartbeat interval is not enough, you can make some test to see which plugin is using heartbeat API more frequently.<\/p>\n<h3>How to check if a plugin is using admin-ajax.php?<\/h3>\n<pre>Deactivate all plugins\r\nMake a test of your website here: https:\/\/tools.pingdom.com\r\nCheck the query for admin-ajax.php\r\nIf you don&#039;t see the admin-ajax.php in the query, you can try reactivating a plugin\r\nMake another test there, repeat with the next plugin<\/pre>\n<p>You can also check it without deactivating the plugins.<\/p>\n<pre>Open your website using Chrome\r\nRight click on the page and choose Inspect Element.\r\nClick on Network tab, refresh your page\r\nIn the console, you can see &quot;Filter&quot; search box (under red dot), type admin-ajax there then enter\r\nSelect one and check the information\r\nYou will find some clues as to which plugin generates the request. The result often includes a reference to the related plugin.<\/pre>\n<p>When you finish with the searching, you will have enough information on which plugin that calls admin-ajax.php more frequently.<br \/>\nYou will want to consider replacing the plugin with another similar one to reduce the CPU load.<\/p>\n<p>Of course you don\u2019t need to reduce admin Ajax server load in WordPress, if you use one of our <a href=\"https:\/\/www.linuxcloudvps.com\/cloud-vps.html\">Linux Cloud\u00a0 VPS Hosting<\/a>\u00a0services, in which case you can simply ask our expert Linux admins to reduce admin Ajax server load in WordPress, for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><strong>PS.<\/strong>\u00a0If you liked this post on how to reduce admin Ajax server load in WordPress, 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>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress Heartbeat API uses wp-admin\/admin-ajax.php to run AJAX calls from the browser. The purpose of this API is to improve user session management, auto saving, revision tracking. It sounds amazing, but it &#8230; <a title=\"How to Reduce Admin Ajax Server Load in WordPress\" class=\"read-more\" href=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\" aria-label=\"More on How to Reduce Admin Ajax Server Load in WordPress\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":739,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[138,139,37],"class_list":["post-738","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-ajax","tag-load","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Reduce Admin Ajax Server Load in WordPress | LinuxCloudVPS Blog<\/title>\n<meta name=\"description\" content=\"Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress\" \/>\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.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Reduce Admin Ajax Server Load in WordPress | LinuxCloudVPS Blog\" \/>\n<meta property=\"og:description\" content=\"Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxCloudVPS Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/LinuxCloudVPS\" \/>\n<meta property=\"article:published_time\" content=\"2018-03-16T08:55:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-03-16T09:05:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:site\" content=\"@LinuxCloudVPS\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a\"},\"headline\":\"How to Reduce Admin Ajax Server Load in WordPress\",\"datePublished\":\"2018-03-16T08:55:18+00:00\",\"dateModified\":\"2018-03-16T09:05:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\"},\"wordCount\":511,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg\",\"keywords\":[\"Ajax\",\"Load\",\"wordpress\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\",\"name\":\"How to Reduce Admin Ajax Server Load in WordPress | LinuxCloudVPS Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg\",\"datePublished\":\"2018-03-16T08:55:18+00:00\",\"dateModified\":\"2018-03-16T09:05:16+00:00\",\"description\":\"Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress\",\"breadcrumb\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg\",\"contentUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg\",\"width\":600,\"height\":300,\"caption\":\"How to reduce admin Ajax server load in WordPress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.linuxcloudvps.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Reduce Admin Ajax Server Load in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#website\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/\",\"name\":\"LinuxCloudVPS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#organization\",\"name\":\"LinuxCloudVPS\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png\",\"contentUrl\":\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png\",\"width\":217,\"height\":25,\"caption\":\"LinuxCloudVPS\"},\"image\":{\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/LinuxCloudVPS\",\"https:\/\/x.com\/LinuxCloudVPS\",\"http:\/\/www.linkedin.com\/company\/linuxcloudvps-com\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/www.linuxcloudvps.com\/\"],\"url\":\"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Reduce Admin Ajax Server Load in WordPress | LinuxCloudVPS Blog","description":"Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress","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.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to Reduce Admin Ajax Server Load in WordPress | LinuxCloudVPS Blog","og_description":"Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress","og_url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/","og_site_name":"LinuxCloudVPS Blog","article_publisher":"http:\/\/www.facebook.com\/LinuxCloudVPS","article_published_time":"2018-03-16T08:55:18+00:00","article_modified_time":"2018-03-16T09:05:16+00:00","og_image":[{"width":600,"height":300,"url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@LinuxCloudVPS","twitter_site":"@LinuxCloudVPS","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/"},"author":{"name":"admin","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a"},"headline":"How to Reduce Admin Ajax Server Load in WordPress","datePublished":"2018-03-16T08:55:18+00:00","dateModified":"2018-03-16T09:05:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/"},"wordCount":511,"commentCount":0,"publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg","keywords":["Ajax","Load","wordpress"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/","name":"How to Reduce Admin Ajax Server Load in WordPress | LinuxCloudVPS Blog","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg","datePublished":"2018-03-16T08:55:18+00:00","dateModified":"2018-03-16T09:05:16+00:00","description":"Today we will show you, How to reduce admin Ajax server load in WordPress. WordPress Heartbeat API was introduced in WordPress 3.6. The WordPress","breadcrumb":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#primaryimage","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2018\/03\/How-to-reduce-admin-Ajax-server-load-in-WordPress.jpg","width":600,"height":300,"caption":"How to reduce admin Ajax server load in WordPress"},{"@type":"BreadcrumbList","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-reduce-admin-ajax-server-load-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.linuxcloudvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Reduce Admin Ajax Server Load in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website","url":"https:\/\/www.linuxcloudvps.com\/blog\/","name":"LinuxCloudVPS","description":"","publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization","name":"LinuxCloudVPS","url":"https:\/\/www.linuxcloudvps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","width":217,"height":25,"caption":"LinuxCloudVPS"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/LinuxCloudVPS","https:\/\/x.com\/LinuxCloudVPS","http:\/\/www.linkedin.com\/company\/linuxcloudvps-com"]},{"@type":"Person","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/www.linuxcloudvps.com\/"],"url":"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/comments?post=738"}],"version-history":[{"count":4,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/738\/revisions"}],"predecessor-version":[{"id":744,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/738\/revisions\/744"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media\/739"}],"wp:attachment":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media?parent=738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/categories?post=738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/tags?post=738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}