{"id":153,"date":"2007-03-21T15:32:42","date_gmt":"2007-03-21T20:32:42","guid":{"rendered":"http:\/\/bitpost.com\/news\/2007\/03\/21\/visual-studio-2005-performance-explorer\/"},"modified":"2007-09-16T12:59:28","modified_gmt":"2007-09-16T17:59:28","slug":"visual-studio-2005-performance-explorer","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/","title":{"rendered":"Visual Studio 2005 Performance Explorer"},"content":{"rendered":"<p>From the  &#8220;hard drive killer&#8221; department&#8230;<\/p>\n<p>I was pretty excited to see that VS2005 has an embedded profiler &#8211; Micro$oft had to come up with a new name of course &#8211; &#8220;performance analyzer&#8221;.  I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading  (as I happened to only have <strong>8GB<\/strong> free at the time):<\/p>\n<pre><code>Performance automation returned the following error: : Error VSP1369 : Out of disk space: this scenario requires roughly 63073172 KB of disk space.<\/code><\/pre>\n<p>Yes, that says <strong>63GB<\/strong>.  Oh, to have the box of a Micro$oft developer&#8230;<br \/>\n<!--more--><\/p>\n<p>And after running it on a box with more space, I get a <strong>45G<\/strong>B &#8220;vsp&#8221; file, which when I try to open in Visual Studio, generates this:<\/p>\n<div class=code>\nError VSP1748 : VSP file is too large for analysis\n<\/div>\n<p>So, I followed the hint given along the way, namely &#8220;You may want to try analyzing it using vsperfreport.exe.&#8221;  OK.  I figured out where that tool was located (&#8230;Program Files\\Microsoft Visual Studio 8\\Team Tools\\Performance Tools) and tried that approach:<\/p>\n<div class=code>\nError VSP1748 : VSP file is too large for analysis\n<\/div>\n<p>Fool me once&#8230; oh well, sigh.  What fun.  I did manage to get a little information out of the partial file created when it ran out of disk space.  My HangTheDJ progress bar was redrawing itself every time I updated the &#8220;position&#8221; of the progress.  I updated the code to only redraw when the pixel math indicated that there would be an actual change to the display.  Cool.<\/p>\n<p>I guess the only reasonable step left with this thing is to figure out the options to only instrument targeted areas of the code.  What a shame.  To be continued&#8230;<\/p>\n<p>OK, after a little reading (doh), it sounds like I should&#8230;<\/p>\n<ul>\n<li>always use a release build (but with debug symbols added, of course)<\/li>\n<li>start with sampling<\/li>\n<li>proceed with instrumented profiling only after finding problem areas with sampling<\/li>\n<\/ul>\n<p>So I cloned the Release config, naming it Profiler.  I had to change all the targets to use the &#8220;Profiler&#8221; subdirectory (doh).  Then I added profiling and debugging information to the code generation and linker sections of the configuration.  Rebuild all, start a &#8220;sampling&#8221; profiler run.<\/p>\n<p>It&#8217;s showing that my database reads are taking the biggest hit, which makes sense.  Sounds like time to revisit that <a href=\"http:\/\/bitpost.com\/news\/2007\/03\/01\/whats-best-adonet-vs-ado-vs-access-vs-mysql-vs-oracle-vs-sql-server-vs\/\">Jet-to-sqlite <\/a>replacement&#8230;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>From the &#8220;hard drive killer&#8221; department&#8230; I was pretty excited to see that VS2005 has an embedded profiler &#8211; Micro$oft had to come up with a new name of course &#8211; &#8220;performance analyzer&#8221;. I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[7,10,6,2],"tags":[],"class_list":["post-153","post","type-post","status-publish","format-standard","hentry","category-hangthedj","category-tricks-tips-tools","category-windows-projects","category-chatter"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"From the &quot;hard drive killer&quot; department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - &quot;performance analyzer&quot;. I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"hangthedj,tricks tips tools,windows,zzz chatter\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Visual Studio 2005 Performance Explorer | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"From the &quot;hard drive killer&quot; department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - &quot;performance analyzer&quot;. I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2007-03-21T20:32:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2007-09-16T17:59:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Visual Studio 2005 Performance Explorer | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"From the &quot;hard drive killer&quot; department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - &quot;performance analyzer&quot;. I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#article\",\"name\":\"Visual Studio 2005 Performance Explorer | bitpost.com\\\/news\",\"headline\":\"Visual Studio 2005 Performance Explorer\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2007-03-21T15:32:42-04:00\",\"dateModified\":\"2007-09-16T12:59:28-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#webpage\"},\"articleSection\":\"HangTheDJ, Tricks Tips Tools, Windows, zzz Chatter\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"position\":2,\"name\":\"Projects\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/windows-projects\\\/#listItem\",\"name\":\"Windows\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/windows-projects\\\/#listItem\",\"position\":3,\"name\":\"Windows\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/windows-projects\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#listItem\",\"name\":\"Visual Studio 2005 Performance Explorer\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#listItem\",\"position\":4,\"name\":\"Visual Studio 2005 Performance Explorer\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/windows-projects\\\/#listItem\",\"name\":\"Windows\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/\",\"name\":\"Visual Studio 2005 Performance Explorer | bitpost.com\\\/news\",\"description\":\"From the \\\"hard drive killer\\\" department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - \\\"performance analyzer\\\". I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/visual-studio-2005-performance-explorer\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2007-03-21T15:32:42-04:00\",\"dateModified\":\"2007-09-16T12:59:28-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Visual Studio 2005 Performance Explorer | bitpost.com\/news","description":"From the \"hard drive killer\" department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - \"performance analyzer\". I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading","canonical_url":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/","robots":"max-image-preview:large","keywords":"hangthedj,tricks tips tools,windows,zzz chatter","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#article","name":"Visual Studio 2005 Performance Explorer | bitpost.com\/news","headline":"Visual Studio 2005 Performance Explorer","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2007-03-21T15:32:42-04:00","dateModified":"2007-09-16T12:59:28-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#webpage"},"articleSection":"HangTheDJ, Tricks Tips Tools, Windows, zzz Chatter"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","position":2,"name":"Projects","item":"https:\/\/bitpost.com\/news\/category\/projects\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/windows-projects\/#listItem","name":"Windows"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/windows-projects\/#listItem","position":3,"name":"Windows","item":"https:\/\/bitpost.com\/news\/category\/projects\/windows-projects\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#listItem","name":"Visual Studio 2005 Performance Explorer"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#listItem","position":4,"name":"Visual Studio 2005 Performance Explorer","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/windows-projects\/#listItem","name":"Windows"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#webpage","url":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/","name":"Visual Studio 2005 Performance Explorer | bitpost.com\/news","description":"From the \"hard drive killer\" department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - \"performance analyzer\". I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2007-03-21T15:32:42-04:00","dateModified":"2007-09-16T12:59:28-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"Visual Studio 2005 Performance Explorer | bitpost.com\/news","og:description":"From the &quot;hard drive killer&quot; department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - &quot;performance analyzer&quot;. I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading","og:url":"https:\/\/bitpost.com\/news\/2007\/visual-studio-2005-performance-explorer\/","article:published_time":"2007-03-21T20:32:42+00:00","article:modified_time":"2007-09-16T17:59:28+00:00","twitter:card":"summary","twitter:title":"Visual Studio 2005 Performance Explorer | bitpost.com\/news","twitter:description":"From the &quot;hard drive killer&quot; department... I was pretty excited to see that VS2005 has an embedded profiler - Micro$oft had to come up with a new name of course - &quot;performance analyzer&quot;. I threw HangTheDJ at it, going with all the defaults, and was served up with this gem before HangTheDJ even finished loading"},"aioseo_meta_data":{"post_id":"153","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-13 19:53:05","updated":"2025-08-17 18:53:48","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-2t","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=153"}],"version-history":[{"count":0,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/153\/revisions"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}