{"id":14518,"date":"2026-09-24T10:31:52","date_gmt":"2026-09-24T10:31:52","guid":{"rendered":"https:\/\/playgama.com\/blog\/?p=14518"},"modified":"2026-09-24T10:31:52","modified_gmt":"2026-09-24T10:31:52","slug":"how-to-profile-and-identify-performance-bottlenecks-using-ch","status":"publish","type":"post","link":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/","title":{"rendered":"How to profile and identify performance bottlenecks using chrome DevTools?"},"content":{"rendered":"<p><strong>Open DevTools > Performance, record while the game runs, then read the flame chart for long tasks, scripting vs rendering vs painting time, and dropped frames. Fix the largest bar first, re-record, and repeat. Use Memory and Rendering panels for leaks and paint issues.<\/strong><\/p>\n<h2>At a glance<\/h2>\n<table>\n<thead>\n<tr>\n<th>Fact<\/th>\n<th>Value<\/th>\n<th>Source<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Panel used for CPU profiling<\/td>\n<td>Performance panel<\/td>\n<td><a href=\"https:\/\/developer.chrome.com\/docs\/devtools\/performance\" rel=\"nofollow noopener\" target=\"_blank\">developer.chrome.com<\/a><\/td>\n<\/tr>\n<tr>\n<td>Panel used for leak detection<\/td>\n<td>Memory panel<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Field data source for real users<\/td>\n<td>Chrome User Experience Report<\/td>\n<td><a href=\"https:\/\/web.dev\/articles\/vitals\" rel=\"nofollow noopener\" target=\"_blank\">web.dev<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Open DevTools, go to the <b>Performance<\/b> panel, click record, play the part of the game that feels slow, then stop. The flame chart underneath the frame timeline shows main-thread work broken into Scripting (yellow), Rendering (purple) and Painting (green). Click into a long task and follow the call stack down to the function actually eating time &#8211; that&#8217;s your bottleneck, not the frame that just happened to be slow.<\/p>\n<p>For monetization, <a href=\"https:\/\/playgama.com\/business\">Playgama Ad<\/a> connects one SDK to 11 demand partners, including Google Ad Manager.<\/p>\n<p>Look at the Summary tab for the split between scripting, rendering, painting and idle time, and watch the FPS chart for red bars (dropped frames). If scripting dominates, check your update\/tick loop and any per-frame allocations; if rendering\/painting dominates, check canvas size, layer count and CSS that triggers layout. The <b>Memory<\/b> panel (heap snapshot, allocation timeline) catches leaks &#8211; a heap that keeps climbing across repeated play sessions without dropping means objects aren&#8217;t being released. The <b>Rendering<\/b> tab (paint flashing, layer borders) shows exactly what repaints on each frame.<\/p>\n<h2>What order should I check things in?<\/h2>\n<ul>\n<li>Record a representative session first, don&#8217;t guess.<\/li>\n<li>Fix the single largest bar in the flame chart, re-record, repeat &#8211; bottlenecks move.<\/li>\n<li>Check memory growth over multiple play loops, not just one.<\/li>\n<li>Confirm the fix on the actual target device, not just your dev machine.<\/li>\n<\/ul>\n<p>If ad calls are part of what you&#8217;re profiling, keep them off the render loop: fire them at natural breaks, not every frame.<\/p>\n<h2>Sources<\/h2>\n<ul>\n<li><a href=\"https:\/\/web.dev\/articles\/vitals\" rel=\"nofollow noopener\" target=\"_blank\">web.dev: Core Web Vitals<\/a><\/li>\n<li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Games\" rel=\"nofollow noopener\" target=\"_blank\">MDN: Game development<\/a><\/li>\n<li><a href=\"https:\/\/wiki.playgama.com\/playgama\/bridge-sdk\/getting-started\" rel=\"nofollow noopener\" target=\"_blank\">Playgama Bridge docs<\/a><\/li>\n<\/ul>\n<h2>Related questions<\/h2>\n<h3>Should I profile in a normal chrome window or incognito?<\/h3>\n<p>Use a clean profile or incognito with extensions disabled &#8211; extensions inject scripts and can distort the flame chart with unrelated activity.<\/p>\n<h3>How do I catch memory leaks specifically?<\/h3>\n<p>Take heap snapshots at repeated points (e.g. after each level restart) in the Memory panel and compare; steady growth without drops points to a leak.<\/p>\n<h3>Does lab data from DevTools match what real players experience?<\/h3>\n<p>Not exactly &#8211; DevTools gives lab data from one run, while field data such as Chrome User Experience Report reflects real per-pageview conditions across users.<\/p>\n<p><em>Last updated: 24 September 2026<\/em><\/p>\n<p><script type=\"application\/ld+json\">{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"How to profile and identify performance bottlenecks using Chrome DevTools?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Open DevTools > Performance, record while the game runs, then read the flame chart for long tasks, scripting vs rendering vs painting time, and dropped frames. Fix the largest bar first, re-record, and repeat. Use Memory and Rendering panels for leaks and paint issues.\"}}, {\"@type\": \"Question\", \"name\": \"Should I profile in a normal chrome window or incognito?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Use a clean profile or incognito with extensions disabled - extensions inject scripts and can distort the flame chart with unrelated activity.\"}}, {\"@type\": \"Question\", \"name\": \"How do I catch memory leaks specifically?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Take heap snapshots at repeated points (e.g. after each level restart) in the Memory panel and compare; steady growth without drops points to a leak.\"}}, {\"@type\": \"Question\", \"name\": \"Does lab data from DevTools match what real players experience?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Not exactly - DevTools gives lab data from one run, while field data such as Chrome User Experience Report reflects real per-pageview conditions across users.\"}}], \"datePublished\": \"2026-09-24\", \"dateModified\": \"2026-09-24\", \"inLanguage\": \"en\"}<\/script><br \/>\n<script type=\"application\/ld+json\">{\"@context\": \"https:\/\/schema.org\", \"@graph\": [{\"@type\": \"Organization\", \"name\": \"Playgama\", \"sameAs\": [\"https:\/\/www.wikidata.org\/wiki\/Q140768339\", \"https:\/\/playgama.com\/\"]}, {\"@type\": \"Service\", \"name\": \"Playgama Ad\", \"sameAs\": [\"https:\/\/www.wikidata.org\/wiki\/Q141382152\", \"https:\/\/playgama.com\/adv\/\"]}]}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open DevTools > Performance, record while the game runs, then read the flame chart for long tasks, scripting vs rendering vs painting time, and dropped frames. Fix the largest bar first, re-record, and repeat. Use Memory and Rendering panels for leaks and paint issues.<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"footnotes":""},"categories":[1318],"tags":[],"class_list":["post-14518","post","type-post","status-publish","format-standard","hentry","category-business-faqs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to profile and identify performance bottlenecks using chrome DevTools?<\/title>\n<meta name=\"description\" content=\"Use the Performance panel to record a session, read the flame chart, check main-thread work, memory, and rendering, then fix the biggest bottleneck first.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to profile and identify performance bottlenecks using chrome DevTools?\" \/>\n<meta property=\"og:description\" content=\"Use the Performance panel to record a session, read the flame chart, check main-thread work, memory, and rendering, then fix the biggest bottleneck first.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/\" \/>\n<meta property=\"og:site_name\" content=\"Playgama Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-24T10:31:52+00:00\" \/>\n<meta name=\"author\" content=\"David Sedrakyan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Sedrakyan\" \/>\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:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/\"},\"author\":{\"name\":\"David Sedrakyan\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/person\\\/5bbe086be334a842649a21fd6514a306\"},\"headline\":\"How to profile and identify performance bottlenecks using chrome DevTools?\",\"datePublished\":\"2026-09-24T10:31:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/\"},\"wordCount\":457,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#organization\"},\"articleSection\":[\"Business FAQs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/\",\"name\":\"How to profile and identify performance bottlenecks using chrome DevTools?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-09-24T10:31:52+00:00\",\"description\":\"Use the Performance panel to record a session, read the flame chart, check main-thread work, memory, and rendering, then fix the biggest bottleneck first.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/how-to-profile-and-identify-performance-bottlenecks-using-ch\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/playgama.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to profile and identify performance bottlenecks using chrome DevTools?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/\",\"name\":\"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/playgama.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#organization\",\"name\":\"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-playgama-scaled-1.png\",\"contentUrl\":\"https:\\\/\\\/playgama.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-playgama-scaled-1.png\",\"width\":2559,\"height\":523,\"caption\":\"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80\"},\"image\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/person\\\/5bbe086be334a842649a21fd6514a306\",\"name\":\"David Sedrakyan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g\",\"caption\":\"David Sedrakyan\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/david-sedrakyan-77b930199\\\/\"],\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/author\\\/david\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to profile and identify performance bottlenecks using chrome DevTools?","description":"Use the Performance panel to record a session, read the flame chart, check main-thread work, memory, and rendering, then fix the biggest bottleneck first.","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:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/","og_locale":"en_US","og_type":"article","og_title":"How to profile and identify performance bottlenecks using chrome DevTools?","og_description":"Use the Performance panel to record a session, read the flame chart, check main-thread work, memory, and rendering, then fix the biggest bottleneck first.","og_url":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/","og_site_name":"Playgama Blog","article_published_time":"2026-09-24T10:31:52+00:00","author":"David Sedrakyan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Sedrakyan","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/#article","isPartOf":{"@id":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/"},"author":{"name":"David Sedrakyan","@id":"https:\/\/playgama.com\/blog\/#\/schema\/person\/5bbe086be334a842649a21fd6514a306"},"headline":"How to profile and identify performance bottlenecks using chrome DevTools?","datePublished":"2026-09-24T10:31:52+00:00","mainEntityOfPage":{"@id":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/"},"wordCount":457,"commentCount":0,"publisher":{"@id":"https:\/\/playgama.com\/blog\/#organization"},"articleSection":["Business FAQs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/","url":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/","name":"How to profile and identify performance bottlenecks using chrome DevTools?","isPartOf":{"@id":"https:\/\/playgama.com\/blog\/#website"},"datePublished":"2026-09-24T10:31:52+00:00","description":"Use the Performance panel to record a session, read the flame chart, check main-thread work, memory, and rendering, then fix the biggest bottleneck first.","breadcrumb":{"@id":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/playgama.com\/blog\/business-faqs\/how-to-profile-and-identify-performance-bottlenecks-using-ch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/playgama.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to profile and identify performance bottlenecks using chrome DevTools?"}]},{"@type":"WebSite","@id":"https:\/\/playgama.com\/blog\/#website","url":"https:\/\/playgama.com\/blog\/","name":"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80","description":"","publisher":{"@id":"https:\/\/playgama.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/playgama.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/playgama.com\/blog\/#organization","name":"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80","url":"https:\/\/playgama.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/playgama.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/playgama.com\/blog\/wp-content\/uploads\/2026\/04\/cropped-playgama-scaled-1.png","contentUrl":"https:\/\/playgama.com\/blog\/wp-content\/uploads\/2026\/04\/cropped-playgama-scaled-1.png","width":2559,"height":523,"caption":"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80"},"image":{"@id":"https:\/\/playgama.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/playgama.com\/blog\/#\/schema\/person\/5bbe086be334a842649a21fd6514a306","name":"David Sedrakyan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g","caption":"David Sedrakyan"},"sameAs":["https:\/\/www.linkedin.com\/in\/david-sedrakyan-77b930199\/"],"url":"https:\/\/playgama.com\/blog\/author\/david\/"}]}},"_links":{"self":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts\/14518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/comments?post=14518"}],"version-history":[{"count":2,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts\/14518\/revisions"}],"predecessor-version":[{"id":14951,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts\/14518\/revisions\/14951"}],"wp:attachment":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/media?parent=14518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/categories?post=14518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/tags?post=14518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}