{"id":369,"date":"2025-11-23T03:28:27","date_gmt":"2025-11-23T03:28:27","guid":{"rendered":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/"},"modified":"2025-11-23T03:28:27","modified_gmt":"2025-11-23T03:28:27","slug":"fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025","status":"publish","type":"post","link":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/","title":{"rendered":"Fixing VS Code Lag: My Solution to the \u201cRunning &#8216;File Copy\/Rename&#8217; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025"},"content":{"rendered":"<div>\n<h2>Why File Operations in VS Code Can Be Slow<\/h2>\n<p><strong>VS Code may lag when renaming, copying, or moving files<\/strong> due to certain extensions and features that participate in these operations. Key culprits include:<\/p>\n<ul>\n<li>TypeScript server (tsserver)<\/li>\n<li>ESLint server<\/li>\n<li>Import\/path auto-updaters<\/li>\n<li>File watchers in large directories (e.g., node_modules)<\/li>\n<li>Extensions that hook into file operations<\/li>\n<\/ul>\n<p>For large projects, like React Native and Next.js, these participants can spike CPU usage, causing temporary freezes.<\/p>\n<h2>The Solution: Optimize Your Settings<\/h2>\n<p>To enhance performance, consider adding the following settings to your <strong>settings.json<\/strong>:<\/p>\n<pre>{\n\"typescript.updateImportsOnFileMove.enabled\": \"never\",\n\"files.watcherExclude\": {\"**\/node_modules\/**\": true, ...}, \n\"search.exclude\": {\"**\/node_modules\/**\": true, ...}, \n\"typescript.tsserver.maxTsServerMemory\": 4096,\n\"editor.semanticHighlighting.enabled\": false\n}<\/pre>\n<h2>Why These Fixes Work<\/h2>\n<ul>\n<li>Disabling automatic import updates eliminates lag.<\/li>\n<li>Excluding heavy folders reduces background processing.<\/li>\n<li>Increasing TypeScript server memory prevents slowdowns.<\/li>\n<li>Turning off experimental diagnostics allows smoother operations.<\/li>\n<\/ul>\n<p>After applying these settings, file operations should be instant. If you encounter similar issues, these adjustments may also bring significant relief!<\/p>\n<\/div>\n<p>\n<strong>Read the full story for more details:<\/strong><br \/>\n<a href=\"https:\/\/medium.com\/@tonimaxx\/vs-code-lag-fix-how-i-solved-the-running-file-copy-rename-participants-delay-53b4f7883655?source=rss-93b6a2cebdd0------2\" target=\"_blank\" rel=\"noopener noreferrer\">Continue reading<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Why File Operations in VS Code Can Be Slow VS Code may lag when renaming, copying, or moving files due to certain extensions and features that participate in these operations. Key culprits include: TypeScript server (tsserver) ESLint server Import\/path auto-updaters File watchers in large directories (e.g., node_modules) Extensions that hook into file operations For large &#8230; <a title=\"Fixing VS Code Lag: My Solution to the \u201cRunning &#8216;File Copy\/Rename&#8217; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025\" class=\"read-more\" href=\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\" aria-label=\"Read more about Fixing VS Code Lag: My Solution to the \u201cRunning &#8216;File Copy\/Rename&#8217; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":370,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-369","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-logicnetwork"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fixing VS Code Lag: My Solution to the \u201cRunning &#039;File Copy\/Rename&#039; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025 - LogicBaker 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:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fixing VS Code Lag: My Solution to the \u201cRunning &#039;File Copy\/Rename&#039; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025 - LogicBaker Blog\" \/>\n<meta property=\"og:description\" content=\"Why File Operations in VS Code Can Be Slow VS Code may lag when renaming, copying, or moving files due to certain extensions and features that participate in these operations. Key culprits include: TypeScript server (tsserver) ESLint server Import\/path auto-updaters File watchers in large directories (e.g., node_modules) Extensions that hook into file operations For large ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\" \/>\n<meta property=\"og:site_name\" content=\"LogicBaker Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Logicbaker\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-23T03:28:27+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@logicbaker\" \/>\n<meta name=\"twitter:site\" content=\"@logicbaker\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/logicbaker.com\/blog\/#\/schema\/person\/42ededdcfba65ac95ae50fd9a8d8b580\"},\"headline\":\"Fixing VS Code Lag: My Solution to the \u201cRunning &#8216;File Copy\/Rename&#8217; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025\",\"datePublished\":\"2025-11-23T03:28:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\"},\"wordCount\":168,\"publisher\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png\",\"articleSection\":[\"Logic Network\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\",\"url\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\",\"name\":\"Fixing VS Code Lag: My Solution to the \u201cRunning 'File Copy\/Rename' Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025 - LogicBaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png\",\"datePublished\":\"2025-11-23T03:28:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage\",\"url\":\"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png\",\"contentUrl\":\"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png\",\"width\":1200,\"height\":686},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/logicbaker.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fixing VS Code Lag: My Solution to the \u201cRunning &#8216;File Copy\/Rename&#8217; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/logicbaker.com\/blog\/#website\",\"url\":\"https:\/\/logicbaker.com\/blog\/\",\"name\":\"LogicBaker Blog\",\"description\":\"Infinite Experience. Limitless Innovation.\",\"publisher\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/logicbaker.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/logicbaker.com\/blog\/#organization\",\"name\":\"LogicBaker Blog\",\"url\":\"https:\/\/logicbaker.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/logicbaker.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/03\/27153314\/logo-logicbaker.png\",\"contentUrl\":\"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/03\/27153314\/logo-logicbaker.png\",\"width\":763,\"height\":218,\"caption\":\"LogicBaker Blog\"},\"image\":{\"@id\":\"https:\/\/logicbaker.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Logicbaker\",\"https:\/\/x.com\/logicbaker\",\"https:\/\/www.linkedin.com\/company\/74732166\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/logicbaker.com\/blog\/#\/schema\/person\/42ededdcfba65ac95ae50fd9a8d8b580\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/logicbaker.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae63c0e46739770577aebb8832302302122f4fffef6d7b326691c82ac0ce7f80?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae63c0e46739770577aebb8832302302122f4fffef6d7b326691c82ac0ce7f80?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/logicbaker.com\/blog\"],\"url\":\"https:\/\/logicbaker.com\/blog\/author\/tonimaxx\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fixing VS Code Lag: My Solution to the \u201cRunning 'File Copy\/Rename' Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025 - LogicBaker 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:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/","og_locale":"en_US","og_type":"article","og_title":"Fixing VS Code Lag: My Solution to the \u201cRunning 'File Copy\/Rename' Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025 - LogicBaker Blog","og_description":"Why File Operations in VS Code Can Be Slow VS Code may lag when renaming, copying, or moving files due to certain extensions and features that participate in these operations. Key culprits include: TypeScript server (tsserver) ESLint server Import\/path auto-updaters File watchers in large directories (e.g., node_modules) Extensions that hook into file operations For large ... Read more","og_url":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/","og_site_name":"LogicBaker Blog","article_publisher":"https:\/\/www.facebook.com\/Logicbaker","article_published_time":"2025-11-23T03:28:27+00:00","author":"admin","twitter_card":"summary_large_image","twitter_creator":"@logicbaker","twitter_site":"@logicbaker","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#article","isPartOf":{"@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/"},"author":{"name":"admin","@id":"https:\/\/logicbaker.com\/blog\/#\/schema\/person\/42ededdcfba65ac95ae50fd9a8d8b580"},"headline":"Fixing VS Code Lag: My Solution to the \u201cRunning &#8216;File Copy\/Rename&#8217; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025","datePublished":"2025-11-23T03:28:27+00:00","mainEntityOfPage":{"@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/"},"wordCount":168,"publisher":{"@id":"https:\/\/logicbaker.com\/blog\/#organization"},"image":{"@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png","articleSection":["Logic Network"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/","url":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/","name":"Fixing VS Code Lag: My Solution to the \u201cRunning 'File Copy\/Rename' Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025 - LogicBaker Blog","isPartOf":{"@id":"https:\/\/logicbaker.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage"},"image":{"@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png","datePublished":"2025-11-23T03:28:27+00:00","breadcrumb":{"@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#primaryimage","url":"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png","contentUrl":"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/11\/23032829\/1X4kKW9QXWxVUFoVVYAKZBA.png","width":1200,"height":686},{"@type":"BreadcrumbList","@id":"https:\/\/logicbaker.com\/blog\/logicnetwork\/fixing-vs-code-lag-my-solution-to-the-running-file-copy-rename-participants-delay-by-toni-maxx-nov-2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/logicbaker.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Fixing VS Code Lag: My Solution to the \u201cRunning &#8216;File Copy\/Rename&#8217; Participants\u2026\u201d Delay | by Toni Maxx | Nov 2025"}]},{"@type":"WebSite","@id":"https:\/\/logicbaker.com\/blog\/#website","url":"https:\/\/logicbaker.com\/blog\/","name":"LogicBaker Blog","description":"Infinite Experience. Limitless Innovation.","publisher":{"@id":"https:\/\/logicbaker.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/logicbaker.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/logicbaker.com\/blog\/#organization","name":"LogicBaker Blog","url":"https:\/\/logicbaker.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/logicbaker.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/03\/27153314\/logo-logicbaker.png","contentUrl":"https:\/\/logicspace.sfo2.digitaloceanspaces.com\/logicbakerblog\/wp-content\/uploads\/2025\/03\/27153314\/logo-logicbaker.png","width":763,"height":218,"caption":"LogicBaker Blog"},"image":{"@id":"https:\/\/logicbaker.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Logicbaker","https:\/\/x.com\/logicbaker","https:\/\/www.linkedin.com\/company\/74732166"]},{"@type":"Person","@id":"https:\/\/logicbaker.com\/blog\/#\/schema\/person\/42ededdcfba65ac95ae50fd9a8d8b580","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/logicbaker.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ae63c0e46739770577aebb8832302302122f4fffef6d7b326691c82ac0ce7f80?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae63c0e46739770577aebb8832302302122f4fffef6d7b326691c82ac0ce7f80?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/logicbaker.com\/blog"],"url":"https:\/\/logicbaker.com\/blog\/author\/tonimaxx\/"}]}},"_links":{"self":[{"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/posts\/369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/comments?post=369"}],"version-history":[{"count":0,"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/posts\/369\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/media\/370"}],"wp:attachment":[{"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/media?parent=369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/categories?post=369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/logicbaker.com\/blog\/wp-json\/wp\/v2\/tags?post=369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}