{"id":382087,"date":"2023-05-19T06:16:46","date_gmt":"2023-05-19T06:16:46","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=382087"},"modified":"2025-03-12T13:11:56","modified_gmt":"2025-03-12T13:11:56","slug":"magento2-mode","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/magento2-mode\/","title":{"rendered":"Magento 2 Production Mode vs Developer Mode"},"content":{"rendered":"\n<p>The main difference between the <a href=\"https:\/\/webkul.com\/blog\/do-i-need-to-migrate-magento1-to-magento2\/\">Magento 1 and Magento 2<\/a> platforms is the introduction of development mode.<\/p>\n\n\n\n<p>With the release of Magento 2, modes are introduced that reflect different configurations of the Magento codebase and affect website operation and performance.<\/p>\n\n\n\n<p>Magento 2 added three different modes.<br>Default, Developer, Production.<\/p>\n\n\n\n<p>These modes serve different purposes and provide different features to support the development and deployment of Magento 2 applications. <\/p>\n\n\n\n<p>Here&#8217;s an overview of Magento 2&#8217;s production and developer modes:<\/p>\n\n\n\n<p><strong>Magento 2&nbsp;Default Mode<\/strong><\/p>\n\n\n\n<p>The default mode of Magento 2 is how Magento 2 behaves when no other mode is specified, such as when installing on a single server for the first time. <\/p>\n\n\n\n<p>It is not optimized for production use as it is intended to make Magento 2 easy to use without any additional configuration.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Errors and exceptions are never displayed to the user. These are logged in the var\/reports directory on the server.<br><\/li>\n\n\n\n<li>In this mode, Magento dynamically generates static content such as images and static files instead of serving them from cache, and symbolic links to static files are published to the pub\/static.<br><\/li>\n\n\n\n<li>It provides a balance between performance and debugging capabilities.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Magento 2\u00a0Developer Mode<\/strong><br><br><a href=\"https:\/\/webkul.com\/hire-magento-developers\/\">Magento 2 developer<\/a> mode is a configuration intended for development and debugging purposes. Here are the key features and benefits of running Magento 2 in developer mode:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Developer mode in Magento 2 is great for development tasks like debugging errors and installing <a href=\"https:\/\/store.webkul.com\/Magento-2.html\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2 extensions<\/a>. <br>In this mode, static view files are not cached on the file system. Instead, they are generated on demand and written to the pub\/static folder.<br>On-the-Fly View Files Regeneration: Unlike production mode, developer mode regenerates static view files (CSS, JavaScript, etc.) on the fly. This allows developers to see their changes immediately without needing to manually regenerate the files.<br><\/li>\n\n\n\n<li>Detailed exceptions and errors messages are displayed in the browser: Developer mode displays detailed error messages and stack traces, making it easier to identify and troubleshoot issues during development. This helps developers quickly identify and fix errors in their code.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Developer mode generates detailed logs in the var\/report folder, throws errors in the frontend, and throws exceptions in the error handler instead of in the log file. This allows you to troubleshoot and debug extension conflicts without looking through log files.<br><\/li>\n\n\n\n<li>Additional Logging and Debugging Tools: Developer mode enables enhanced logging and debugging capabilities. Developers have access to detailed logs, performance profiling, and other developer-oriented tools to diagnose and troubleshoot issues efficiently.<br><\/li>\n\n\n\n<li>After enabling developer mode, admin can access \u201cDeveloper\u201d section in Magento admin panel, the admin will navigate through <strong>Stores &gt; Settings &gt; Configuration &gt; Advanced<\/strong> <strong>&gt; Developer<\/strong>. This section includes advanced configuration options for developers as shown in below image:<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"612\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png\" alt=\"dev-sec\" class=\"wp-image-382306\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-300x153.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-250x127.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-768x392.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec.png 1306w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Magento 2&nbsp;Production Mode<\/strong><\/p>\n\n\n\n<p>Production mode is designed for deployment to production systems. Every live site should have a production mode because production mode uses full page caching of web pages to ensure smooth and efficient working of site. <\/p>\n\n\n\n<p>Below are the key features and benefits of running Magento 2 in production mode:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Static files are stored in cache: Static files are writes to the pub\/static directory in the project root and serves them from cache. This mode utilizes full page caching along with a fully built pub folder for retrieval and is optimized for smooth and efficient operations resulting in the best customer experience.<br><\/li>\n\n\n\n<li>Error messages are minimal and not displayed to the end users to avoid exposing sensitive information.<br><\/li>\n\n\n\n<li>Also, from a security point of view, production mode is the most secure as no symlinks are created for the pub\/static folder. When an unauthenticated user accesses Pub\/Static to modify data, only duplicate versions of these files are overwritten with the next static post.<\/li>\n<\/ul>\n\n\n\n<p>Overall, running Magento 2 in production mode is crucial for achieving optimal performance, stability, and security for your live website.<\/p>\n\n\n\n<p><strong>Display the current mode<\/strong><\/p>\n\n\n\n<p>You have to run the below command on the Magento 2 root directory to check the current mode<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">php bin\/magento deploy:mode:show<\/pre>\n\n\n\n<p><strong>To change the magento 2 mode <\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">php bin\/magento deploy:mode:set {mode}<\/pre>\n\n\n\n<p>Where <strong><code>{mode}<\/code><\/strong>&nbsp;is required; it can be either&nbsp;<code><strong>default<\/strong><\/code>,&nbsp;<code><strong>developer<\/strong><\/code>, or&nbsp;<code><strong>production<\/strong><\/code><\/p>\n\n\n\n<p>Hope this will be helpful. Also you can take benefits of our <a href=\"https:\/\/webkul.com\/magento-development\/\">Magento 2 custom development<\/a> Services.<\/p>\n\n\n\n<p>Thanks \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The main difference between the Magento 1 and Magento 2 platforms is the introduction of development mode. With the release of Magento 2, modes are introduced that reflect different configurations of the Magento codebase and affect website operation and performance. Magento 2 added three different modes.Default, Developer, Production. These modes serve different purposes and provide <a href=\"https:\/\/webkul.com\/blog\/magento2-mode\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":382,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9121],"tags":[],"class_list":["post-382087","post","type-post","status-publish","format-standard","hentry","category-magento-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Magento 2 Production Mode vs Developer Mode - Webkul Blog<\/title>\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\/magento2-mode\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Magento 2 Production Mode vs Developer Mode - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"The main difference between the Magento 1 and Magento 2 platforms is the introduction of development mode. With the release of Magento 2, modes are introduced that reflect different configurations of the Magento codebase and affect website operation and performance. Magento 2 added three different modes.Default, Developer, Production. These modes serve different purposes and provide [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/magento2-mode\/\" \/>\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-05-19T06:16:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-12T13:11:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png\" \/>\n<meta name=\"author\" content=\"Deepak Tiwari\" \/>\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=\"Deepak Tiwari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/\"},\"author\":{\"name\":\"Deepak Tiwari\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/ffb460ffefa040a3ac183771c683c2e0\"},\"headline\":\"Magento 2 Production Mode vs Developer Mode\",\"datePublished\":\"2023-05-19T06:16:46+00:00\",\"dateModified\":\"2025-03-12T13:11:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/\"},\"wordCount\":690,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png\",\"articleSection\":[\"Magento 2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/magento2-mode\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/\",\"url\":\"https:\/\/webkul.com\/blog\/magento2-mode\/\",\"name\":\"Magento 2 Production Mode vs Developer Mode - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png\",\"datePublished\":\"2023-05-19T06:16:46+00:00\",\"dateModified\":\"2025-03-12T13:11:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/magento2-mode\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec.png\",\"width\":1306,\"height\":666,\"caption\":\"dev-sec\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/magento2-mode\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Magento 2 Production Mode vs Developer Mode\"}]},{\"@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\/ffb460ffefa040a3ac183771c683c2e0\",\"name\":\"Deepak Tiwari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/139c61a1c11bbefe6b58eec72b54d4617b170aa4609fc5a038236ac13dbd9c25?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\/139c61a1c11bbefe6b58eec72b54d4617b170aa4609fc5a038236ac13dbd9c25?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Deepak Tiwari\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/deepak-tiwari359\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Magento 2 Production Mode vs Developer Mode - Webkul Blog","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\/magento2-mode\/","og_locale":"en_US","og_type":"article","og_title":"Magento 2 Production Mode vs Developer Mode - Webkul Blog","og_description":"The main difference between the Magento 1 and Magento 2 platforms is the introduction of development mode. With the release of Magento 2, modes are introduced that reflect different configurations of the Magento codebase and affect website operation and performance. Magento 2 added three different modes.Default, Developer, Production. These modes serve different purposes and provide [...]","og_url":"https:\/\/webkul.com\/blog\/magento2-mode\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-05-19T06:16:46+00:00","article_modified_time":"2025-03-12T13:11:56+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png","type":"","width":"","height":""}],"author":"Deepak Tiwari","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Deepak Tiwari","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/magento2-mode\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/magento2-mode\/"},"author":{"name":"Deepak Tiwari","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/ffb460ffefa040a3ac183771c683c2e0"},"headline":"Magento 2 Production Mode vs Developer Mode","datePublished":"2023-05-19T06:16:46+00:00","dateModified":"2025-03-12T13:11:56+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/magento2-mode\/"},"wordCount":690,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png","articleSection":["Magento 2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/magento2-mode\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/magento2-mode\/","url":"https:\/\/webkul.com\/blog\/magento2-mode\/","name":"Magento 2 Production Mode vs Developer Mode - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec-1200x612.png","datePublished":"2023-05-19T06:16:46+00:00","dateModified":"2025-03-12T13:11:56+00:00","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/magento2-mode\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/magento2-mode\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/magento2-mode\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/05\/dev-sec.png","width":1306,"height":666,"caption":"dev-sec"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/magento2-mode\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Magento 2 Production Mode vs Developer Mode"}]},{"@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\/ffb460ffefa040a3ac183771c683c2e0","name":"Deepak Tiwari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/139c61a1c11bbefe6b58eec72b54d4617b170aa4609fc5a038236ac13dbd9c25?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\/139c61a1c11bbefe6b58eec72b54d4617b170aa4609fc5a038236ac13dbd9c25?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Deepak Tiwari"},"url":"https:\/\/webkul.com\/blog\/author\/deepak-tiwari359\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/382087","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\/382"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=382087"}],"version-history":[{"count":22,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/382087\/revisions"}],"predecessor-version":[{"id":486160,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/382087\/revisions\/486160"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=382087"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=382087"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=382087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}