{"id":408974,"date":"2023-11-06T06:03:55","date_gmt":"2023-11-06T06:03:55","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=408974"},"modified":"2023-11-06T06:04:00","modified_gmt":"2023-11-06T06:04:00","slug":"distributed-testing-using-jmeter-woocommerce","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/","title":{"rendered":"How to Do Distributed Testing Using JMeter in WooCommerce?"},"content":{"rendered":"\n<p>Distributed testing using <a href=\"https:\/\/webkul.com\/blog\/how-to-use-jmeter-data-driven-in-woocommerce\/\" target=\"_blank\" rel=\"noreferrer noopener\">JMeter in WooCommerce<\/a> is a way to distribute the load generated by your performance tests across multiple machines or &#8220;slaves&#8221; in WooCommerce. <\/p>\n\n\n\n<p>This allows you to simulate a larger number of virtual users and generate higher loads on your target application than a single machine can handle. <\/p>\n\n\n\n<p>To set up distributed <a href=\"https:\/\/webkul.com\/blog\/jmeter-for-performance-and-load-testing\/\" target=\"_blank\" rel=\"noreferrer noopener\">testing using JMeter<\/a> in WooCommerce, you need to follow these steps:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configure Your Test Plan for Distributed Testing using JMeter:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open your test plan in JMeter.<\/li>\n\n\n\n<li>Add the &#8220;Remote Start&#8221; and &#8220;Remote Stop&#8221; elements to your test plan. These elements are used to control the distributed test.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Configure Distributed Testing using JMeter Properties <\/h2>\n\n\n\n<p>Edit the <code>jmeter.properties<\/code> file (found in the JMeter <code>bin<\/code> directory) on all the machines (the master and all the slaves) involved in the test. <\/p>\n\n\n\n<p>Set the <code>remote_hosts<\/code> property to specify the IP addresses or hostnames of your remote machines. For example:<\/p>\n\n\n\n<p>remote_hosts=127.0.0.1,192.168.15.27,<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Start JMeter in Server Mode on Slaves<\/h3>\n\n\n\n<p>On each of the slave machines, start JMeter in server mode by running the following command:<\/p>\n\n\n\n<p>jmeter-server<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Configure the Master Machine<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the master machine, open JMeter and go to &#8220;Options&#8221; &gt; &#8220;Remote Start.&#8221; This will open the Remote Start panel.<\/li>\n\n\n\n<li>Enter the IP addresses or hostnames of the slave machines in the &#8220;Remote Hosts&#8221; section.<\/li>\n\n\n\n<li>Set the test duration, number of threads, and other test parameters.<\/li>\n\n\n\n<li>Click &#8220;Start&#8221; to initiate the test on the remote machines.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"wk-remove-shadow aligncenter size-full\"><img decoding=\"async\" width=\"740\" height=\"740\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png\" alt=\"image-111\" class=\"wp-image-409692\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png 740w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111-300x300.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111-250x249.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111-120x120.png 120w\" sizes=\"(max-width: 740px) 100vw, 740px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>Now we are good at starting a JMeter master test execution on the target server for multiple clients.<\/p>\n\n\n\n<p>Read further dev docs on WooCommerce testing for <a href=\"https:\/\/webkul.com\/blog\/how-to-perform-api-testing-in-woocommerce\/\">API<\/a>, <a href=\"https:\/\/webkul.com\/blog\/how-to-perform-testing-on-woocommerce-plugins\/\">Plugins<\/a>, and <a href=\"https:\/\/webkul.com\/blog\/how-to-do-black-box-testing-in-woocommerce\/\">Black Box<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Limitations of Distributed Testing using JMeter<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The firewalls on the systems are turned off or the correct ports are opened.<\/li>\n\n\n\n<li>All the clients are on the same subnet.<\/li>\n\n\n\n<li>The server is in the same subnet.<\/li>\n\n\n\n<li>Make sure JMeter can access the server.<\/li>\n\n\n\n<li>Make sure you use the same version of JMeter and Java on all the systems.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>For more details regarding distributed testing using JMeter: <a href=\"https:\/\/jmeter.apache.org\/usermanual\/jmeter_distributed_testing_step_by_step.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Check Blog<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Support<\/h2>\n\n\n\n<p>If you need any technical assistance, please reach us by mail at\u00a0support@webkul.com. <\/p>\n\n\n\n<p>Also, discover various solutions to add more features and enhance your online store by visiting\u00a0the\u00a0<a href=\"https:\/\/store.webkul.com\/woocommerce-plugins.html\" target=\"_blank\" rel=\"noreferrer noopener\">WooCommerce plugins<\/a>\u00a0page. <\/p>\n\n\n\n<p>Additionally, if you require expert assistance or want to develop custom unique functionality\u00a0<a href=\"https:\/\/webkul.com\/hire-woocommerce-developers\/\" target=\"_blank\" rel=\"noreferrer noopener\">Hire WooCommerce Developers<\/a>\u00a0for your project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Distributed testing using JMeter in WooCommerce is a way to distribute the load generated by your performance tests across multiple machines or &#8220;slaves&#8221; in WooCommerce. This allows you to simulate a larger number of virtual users and generate higher loads on your target application than a single machine can handle. To set up distributed testing <a href=\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":506,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1773],"tags":[12026,15097,14047,4409,3250,1468],"class_list":["post-408974","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-apache","tag-distributedtesting","tag-jmeter","tag-server","tag-testing","tag-woocommerce"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Do Distributed Testing Using JMeter in WooCommerce?<\/title>\n<meta name=\"description\" content=\"Distributed testing using JMeter in WooCommerce is a way to distribute the load generated by your performance tests across multiple machines.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Do Distributed Testing Using JMeter in WooCommerce?\" \/>\n<meta property=\"og:description\" content=\"Distributed testing using JMeter in WooCommerce is a way to distribute the load generated by your performance tests across multiple machines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-06T06:03:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-06T06:04:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png\" \/>\n<meta name=\"author\" content=\"Kumawat Ankit\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kumawat Ankit\" \/>\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:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\"},\"author\":{\"name\":\"Kumawat Ankit\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/667c6483d9718cdd2e9d691895b2529c\"},\"headline\":\"How to Do Distributed Testing Using JMeter in WooCommerce?\",\"datePublished\":\"2023-11-06T06:03:55+00:00\",\"dateModified\":\"2023-11-06T06:04:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\"},\"wordCount\":393,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png\",\"keywords\":[\"Apache\",\"distributedtesting\",\"JMeter\",\"server\",\"testing\",\"WooCommerce\"],\"articleSection\":[\"WooCommerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\",\"url\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\",\"name\":\"How to Do Distributed Testing Using JMeter in WooCommerce?\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png\",\"datePublished\":\"2023-11-06T06:03:55+00:00\",\"dateModified\":\"2023-11-06T06:04:00+00:00\",\"description\":\"Distributed testing using JMeter in WooCommerce is a way to distribute the load generated by your performance tests across multiple machines.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png\",\"width\":740,\"height\":740,\"caption\":\"image-111\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Do Distributed Testing Using JMeter in WooCommerce?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/667c6483d9718cdd2e9d691895b2529c\",\"name\":\"Kumawat Ankit\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d27fa92fa1740d08d20ae49901026a91e0447245d9064e0b0533f359cd63fb2c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d27fa92fa1740d08d20ae49901026a91e0447245d9064e0b0533f359cd63fb2c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Kumawat Ankit\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/ankitkumawat-wp992\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Do Distributed Testing Using JMeter in WooCommerce?","description":"Distributed testing using JMeter in WooCommerce is a way to distribute the load generated by your performance tests across multiple machines.","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:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/","og_locale":"en_US","og_type":"article","og_title":"How to Do Distributed Testing Using JMeter in WooCommerce?","og_description":"Distributed testing using JMeter in WooCommerce is a way to distribute the load generated by your performance tests across multiple machines.","og_url":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-11-06T06:03:55+00:00","article_modified_time":"2023-11-06T06:04:00+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png","type":"","width":"","height":""}],"author":"Kumawat Ankit","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Kumawat Ankit","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/"},"author":{"name":"Kumawat Ankit","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/667c6483d9718cdd2e9d691895b2529c"},"headline":"How to Do Distributed Testing Using JMeter in WooCommerce?","datePublished":"2023-11-06T06:03:55+00:00","dateModified":"2023-11-06T06:04:00+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/"},"wordCount":393,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png","keywords":["Apache","distributedtesting","JMeter","server","testing","WooCommerce"],"articleSection":["WooCommerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/","url":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/","name":"How to Do Distributed Testing Using JMeter in WooCommerce?","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png","datePublished":"2023-11-06T06:03:55+00:00","dateModified":"2023-11-06T06:04:00+00:00","description":"Distributed testing using JMeter in WooCommerce is a way to distribute the load generated by your performance tests across multiple machines.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/11\/image-111.png","width":740,"height":740,"caption":"image-111"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/distributed-testing-using-jmeter-woocommerce\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Do Distributed Testing Using JMeter in WooCommerce?"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/667c6483d9718cdd2e9d691895b2529c","name":"Kumawat Ankit","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d27fa92fa1740d08d20ae49901026a91e0447245d9064e0b0533f359cd63fb2c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d27fa92fa1740d08d20ae49901026a91e0447245d9064e0b0533f359cd63fb2c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Kumawat Ankit"},"url":"https:\/\/webkul.com\/blog\/author\/ankitkumawat-wp992\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/408974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/506"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=408974"}],"version-history":[{"count":20,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/408974\/revisions"}],"predecessor-version":[{"id":409751,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/408974\/revisions\/409751"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=408974"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=408974"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=408974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}