{"id":1704,"date":"2020-10-28T09:42:53","date_gmt":"2020-10-28T09:42:53","guid":{"rendered":"https:\/\/liqvd.asia\/blog\/?p=1704"},"modified":"2025-11-25T08:25:03","modified_gmt":"2025-11-25T08:25:03","slug":"using-google-chrome-devtools-to-improve-site-performance","status":"publish","type":"post","link":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/","title":{"rendered":"Using Google Chrome DevTools To Improve Site Performance"},"content":{"rendered":"<p>Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which ultimately helps you build better websites, faster. As a digital marketing agency, it\u2019s essential to understand the backend of technology to be able to provide better solutions, faster.<\/p>\n<p>And improved site performance is essential for any brand to have better visibility, and to prepare better inbound marketing strategies.<\/p>\n<h2>Two important Google Chrome DevTools to improve your site performance are \u2013<\/h2>\n<ul>\n<li>Performance Tool<\/li>\n<li>Audit tool or Lighthouse<\/li>\n<\/ul>\n<p><strong>How can you access these tools?<\/strong><\/p>\n<ol>\n<li>Load your website in a Chrome browser<\/li>\n<li>Right click on you webpage<\/li>\n<li>Click on \u2018inspect Element\u2019<\/li>\n<li>You will see different tabs \u2013 Elements, Console , Sources , Network, <strong>Performance<\/strong>, Memory, Application, <strong>Audits (recently named as Lighthouse) <\/strong>, Security<\/li>\n<\/ol>\n<p>Here, we are going to discuss two tools which are on 5<sup>th<\/sup> and 8<sup>th<\/sup> tab from the left when we access the \u201cinspect element\u201d section of the webpage<\/p>\n<h3><u>Performance Tool:<\/u><\/h3>\n<ul>\n<li>To record Ctrl + E<\/li>\n<li>To reload Ctrl+Shift+E \u00a0(to record page load)<\/li>\n<\/ul>\n<p>Performance tool helps you to check load time of each element on your webpage. It helps to check runtime performance and load performance. Runtime performance is the performance of page when it is running and load performance refers to the performance of the page when it is loading. Both help to identify performance issues that affect speed and overall user experience.<\/p>\n<p>This performance report shows frame by frame load time.<\/p>\n<p>While running a performance tool, you will see load time taken by each element. You will encounter different terminologies on horizontal frames such as FP, FCP, LCP, FMP, DCL etc. Let\u2019s have a look at each of these terms.<\/p>\n<p><strong>FP \u2013 First Paint<\/strong><\/p>\n<p>It is the time taken by first pixel when painted onto the webpage.<\/p>\n<p><strong>FCP \u2013 First Contentful Paint<\/strong><\/p>\n<p>It is a first content render on the webpage when user browses the website.<\/p>\n<p><strong>LCP \u2013 Largest Contentful Paint<\/strong><\/p>\n<p>It measures the loading performance of a website. LCP means time taken by largest element on the website to load. Ideal LCP score should not be more than 2.5 seconds.<\/p>\n<p><strong>FMP \u2013 First Meaningful Paint<\/strong><\/p>\n<p>As the name suggests, First Meaningful Paint means the time taken to provide the first meaningful information to users.<\/p>\n<p><strong>DCL \u2013 DOM Content Loaded<\/strong><\/p>\n<p>It measures when the HTML document on a webpage is loaded and parsed.<\/p>\n<h3><u>Audit or Lighthouse Tool:<\/u><\/h3>\n<p>An Audit tab gives you an overview of the metrics that improves performance, accessibility, SEO and other best practices areas. \u00a0It is also known as Google lighthouse report.<\/p>\n<p>This is what the Lighthouse pane looks like (see below). You can check scores of the above-mentioned metrics for your website. They give scores for both the devices i.e. mobile as well as desktop. You can also check the performance score for the Progressive Web App if you have it.<\/p>\n<p>To run this tool, you have to right click on the webpage you want to test. Then, click on \u201cInspect Element\u201d. It opens up a pane where you will see this Lighthouse tab. After clicking on a \u201cGenerate Report\u201d, it will provide the score.<\/p>\n<p>With Lighthouse reports, you may get these recommendations that can help you to improve site speed \u2013<\/p>\n<h4><\/h4>\n<h4>A. Performance<\/h4>\n<ol>\n<li>Information regarding render-blocking resources<\/li>\n<li>Server response time<\/li>\n<li>Information about impact of third party codes on the website<\/li>\n<li>Header information and server push<\/li>\n<li>JavaScript execution time<\/li>\n<li>Website cache policy<\/li>\n<li>Number of requests to resources required to load the webpage i.e. request count<\/li>\n<li>LCP (Large Contentful Paint elements) &amp; CLS (Cumulative Layout Shifts on elements) issues. Read more about LCP &amp; CLS issues here \u2013 <em><a href=\"https:\/\/support.google.com\/webmasters\/answer\/9205520?hl=en\" rel=\"nofollow\">https:\/\/support.google.com\/webmasters\/answer\/9205520?hl=en<\/a><\/em><\/li>\n<li>Information about minifying CSS &amp; JavaScripts as well as HTML<\/li>\n<li>Image Sizes and formats<\/li>\n<li>DOM size<\/li>\n<li>Network payloads<\/li>\n<li>Unused codes like CSS and JS<\/li>\n<li>Recommendations on animate content<\/li>\n<\/ol>\n<h4>B. Accessibility<\/h4>\n<ol>\n<li>Colours and contrast<\/li>\n<li>Navigations<\/li>\n<li>Names and labels for images, links and form elements<\/li>\n<li>Meta viewport tag for mobile<\/li>\n<li>Language attributes<\/li>\n<\/ol>\n<h4>C. Best Practices<\/h4>\n<ol>\n<li>Security aspects of JavaScript libraries used<\/li>\n<li>Security in terms of HTTPS signals<\/li>\n<li>Security aspects of cross-origin destinations<\/li>\n<li>Copy-paste values into form fields<\/li>\n<\/ol>\n<h4>D. SEO<\/h4>\n<ol>\n<li>Image alt attributes<\/li>\n<li>Tap sizes on mobile devices<\/li>\n<li>Structured data<\/li>\n<li>Meta viewport tags for mobile<\/li>\n<li>Meta title and descriptions<\/li>\n<li>HTTP response code<\/li>\n<li>Status for robots.txt<\/li>\n<li>Indexing status<\/li>\n<li>Hreflang tags and canonical tags<\/li>\n<li>Font sizes<\/li>\n<li>Information about plugins<\/li>\n<\/ol>\n<h4>E. Progressive Web App<\/h4>\n<ol>\n<li>Page load information on mobile networks<\/li>\n<li>Information about installability such as service worker and web app manifest<\/li>\n<li>Redirections<\/li>\n<li>Use of HTTPS<\/li>\n<li>Cross-browser functionality<\/li>\n<li>And other PWA optimisation aspects<\/li>\n<\/ol>\n<p><em><strong>Bonus:<\/strong> Alternative to Google Chrome Lighthouse tool is <\/em><a href=\"https:\/\/web.dev\/\" rel=\"nofollow\"><em>web.dev<\/em><\/a><\/p>\n<p><em>Hope running these easy tests will help improve your site speed and performance. If you need any assistance to audit your website, <a href=\"https:\/\/liqvd.asia\/contact\">contact Liqvd Asia tech and SEO support here!<\/a><\/em><\/p>\n<h2>Want Free Site Performance Report?<\/h2>\n<p>Visit our website homepage to add your business information with a &#8216;get in touch&#8217; form in a footer and get site performance tips straight to your inbox.<\/p>\n<p><a href=\"https:\/\/www.liqvd.asia\">Send Me Free Site Performance Improvement Tips!<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which ultimately helps you build better websites, faster. As a digital marketing agency, it\u2019s essential to understand the backend of technology to be able to provide better solutions, [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":2170,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[283],"tags":[288,285,295,296,292,294,293,287,290,297,286,291,284,289],"class_list":["post-1704","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo","tag-audit","tag-chrome-devtools","tag-contentful-paint","tag-dcl","tag-fcp","tag-fp","tag-lcp","tag-lighthouse","tag-load-time","tag-page-load","tag-performance-tool","tag-report","tag-site-performance","tag-speed"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Improve Your Page Speed Using Google Chrome DevTools | Liqvd Asia<\/title>\n<meta name=\"description\" content=\"The blog walks through simple DevTools features that help you spot slow elements, fix issues, and tighten your site\u2019s speed. Open the article for the full rundown.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Google Chrome DevTools to Improve Site Performance\" \/>\n<meta property=\"og:description\" content=\"Learn how to use Google Chrome DevTools to improve site performance. Google&#039;s performance tool and lighthouse or audit tool will help you to diagnose site problems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/\" \/>\n<meta property=\"og:site_name\" content=\"Liqvd Asia\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-28T09:42:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T08:25:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/liqvd.asia\/blog\/wp-content\/uploads\/2020\/10\/using-chrome-devtools-to-improve-site-performance.jpg\" \/>\n<meta name=\"author\" content=\"Prabodhan Patil\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Using Google Chrome DevTools to Improve Site Performance\" \/>\n<meta name=\"twitter:description\" content=\"Learn how to use Google Chrome DevTools to improve site performance. Google&#039;s performance tool and lighthouse or audit tool will help you to diagnose site problems.\" \/>\n<meta name=\"twitter:creator\" content=\"@prabodhan_p\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prabodhan Patil\" \/>\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\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/\"},\"author\":{\"name\":\"Prabodhan Patil\",\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/#\\\/schema\\\/person\\\/6cf3dbb1a47074f4b176b616ab778f7f\"},\"headline\":\"Using Google Chrome DevTools To Improve Site Performance\",\"datePublished\":\"2020-10-28T09:42:53+00:00\",\"dateModified\":\"2025-11-25T08:25:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/\"},\"wordCount\":844,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/using-chrome-devtools-to-improve-site-performance-1.jpg\",\"keywords\":[\"audit\",\"chrome devtools\",\"Contentful Paint\",\"DCL\",\"FCP\",\"FP\",\"LCP\",\"lighthouse\",\"load time\",\"page load\",\"performance tool\",\"report\",\"site performance\",\"speed\"],\"articleSection\":[\"SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/\",\"url\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/\",\"name\":\"Improve Your Page Speed Using Google Chrome DevTools | Liqvd Asia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/using-chrome-devtools-to-improve-site-performance-1.jpg\",\"datePublished\":\"2020-10-28T09:42:53+00:00\",\"dateModified\":\"2025-11-25T08:25:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/#\\\/schema\\\/person\\\/6cf3dbb1a47074f4b176b616ab778f7f\"},\"description\":\"The blog walks through simple DevTools features that help you spot slow elements, fix issues, and tighten your site\u2019s speed. Open the article for the full rundown.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#primaryimage\",\"url\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/using-chrome-devtools-to-improve-site-performance-1.jpg\",\"contentUrl\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/wp-content\\\/uploads\\\/2020\\\/10\\\/using-chrome-devtools-to-improve-site-performance-1.jpg\",\"width\":870,\"height\":450},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/using-google-chrome-devtools-to-improve-site-performance\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Google Chrome DevTools To Improve Site Performance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/#website\",\"url\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/\",\"name\":\"Liqvd Asia\",\"description\":\"Liqvd Asia Digital Insights and Innovations Details\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/#\\\/schema\\\/person\\\/6cf3dbb1a47074f4b176b616ab778f7f\",\"name\":\"Prabodhan Patil\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d80243bba895e55338c8a04c55da0c0f0c6b8cf59d753931391a1a17f0df681?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d80243bba895e55338c8a04c55da0c0f0c6b8cf59d753931391a1a17f0df681?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d80243bba895e55338c8a04c55da0c0f0c6b8cf59d753931391a1a17f0df681?s=96&d=mm&r=g\",\"caption\":\"Prabodhan Patil\"},\"description\":\"Prabodhan manages a role of Head - SEO operations at Liqvd Asia. He holds more than 11 years of experience in search engine marketing. He is known for ethical search engine practices and helped many brands to improve their visibility on search engines.\",\"sameAs\":[\"https:\\\/\\\/x.com\\\/prabodhan_p\"],\"url\":\"https:\\\/\\\/liqvd.asia\\\/future\\\/author\\\/prabodhan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Improve Your Page Speed Using Google Chrome DevTools | Liqvd Asia","description":"The blog walks through simple DevTools features that help you spot slow elements, fix issues, and tighten your site\u2019s speed. Open the article for the full rundown.","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:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/","og_locale":"en_US","og_type":"article","og_title":"Using Google Chrome DevTools to Improve Site Performance","og_description":"Learn how to use Google Chrome DevTools to improve site performance. Google's performance tool and lighthouse or audit tool will help you to diagnose site problems.","og_url":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/","og_site_name":"Liqvd Asia","article_published_time":"2020-10-28T09:42:53+00:00","article_modified_time":"2025-11-25T08:25:03+00:00","og_image":[{"url":"https:\/\/liqvd.asia\/blog\/wp-content\/uploads\/2020\/10\/using-chrome-devtools-to-improve-site-performance.jpg","type":"","width":"","height":""}],"author":"Prabodhan Patil","twitter_card":"summary_large_image","twitter_title":"Using Google Chrome DevTools to Improve Site Performance","twitter_description":"Learn how to use Google Chrome DevTools to improve site performance. Google's performance tool and lighthouse or audit tool will help you to diagnose site problems.","twitter_creator":"@prabodhan_p","twitter_misc":{"Written by":"Prabodhan Patil","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#article","isPartOf":{"@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/"},"author":{"name":"Prabodhan Patil","@id":"https:\/\/liqvd.asia\/future\/#\/schema\/person\/6cf3dbb1a47074f4b176b616ab778f7f"},"headline":"Using Google Chrome DevTools To Improve Site Performance","datePublished":"2020-10-28T09:42:53+00:00","dateModified":"2025-11-25T08:25:03+00:00","mainEntityOfPage":{"@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/"},"wordCount":844,"commentCount":0,"image":{"@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#primaryimage"},"thumbnailUrl":"https:\/\/liqvd.asia\/future\/wp-content\/uploads\/2020\/10\/using-chrome-devtools-to-improve-site-performance-1.jpg","keywords":["audit","chrome devtools","Contentful Paint","DCL","FCP","FP","LCP","lighthouse","load time","page load","performance tool","report","site performance","speed"],"articleSection":["SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/","url":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/","name":"Improve Your Page Speed Using Google Chrome DevTools | Liqvd Asia","isPartOf":{"@id":"https:\/\/liqvd.asia\/future\/#website"},"primaryImageOfPage":{"@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#primaryimage"},"image":{"@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#primaryimage"},"thumbnailUrl":"https:\/\/liqvd.asia\/future\/wp-content\/uploads\/2020\/10\/using-chrome-devtools-to-improve-site-performance-1.jpg","datePublished":"2020-10-28T09:42:53+00:00","dateModified":"2025-11-25T08:25:03+00:00","author":{"@id":"https:\/\/liqvd.asia\/future\/#\/schema\/person\/6cf3dbb1a47074f4b176b616ab778f7f"},"description":"The blog walks through simple DevTools features that help you spot slow elements, fix issues, and tighten your site\u2019s speed. Open the article for the full rundown.","breadcrumb":{"@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#primaryimage","url":"https:\/\/liqvd.asia\/future\/wp-content\/uploads\/2020\/10\/using-chrome-devtools-to-improve-site-performance-1.jpg","contentUrl":"https:\/\/liqvd.asia\/future\/wp-content\/uploads\/2020\/10\/using-chrome-devtools-to-improve-site-performance-1.jpg","width":870,"height":450},{"@type":"BreadcrumbList","@id":"https:\/\/liqvd.asia\/future\/using-google-chrome-devtools-to-improve-site-performance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/liqvd.asia\/future\/"},{"@type":"ListItem","position":2,"name":"Using Google Chrome DevTools To Improve Site Performance"}]},{"@type":"WebSite","@id":"https:\/\/liqvd.asia\/future\/#website","url":"https:\/\/liqvd.asia\/future\/","name":"Liqvd Asia","description":"Liqvd Asia Digital Insights and Innovations Details","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/liqvd.asia\/future\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/liqvd.asia\/future\/#\/schema\/person\/6cf3dbb1a47074f4b176b616ab778f7f","name":"Prabodhan Patil","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d80243bba895e55338c8a04c55da0c0f0c6b8cf59d753931391a1a17f0df681?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d80243bba895e55338c8a04c55da0c0f0c6b8cf59d753931391a1a17f0df681?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d80243bba895e55338c8a04c55da0c0f0c6b8cf59d753931391a1a17f0df681?s=96&d=mm&r=g","caption":"Prabodhan Patil"},"description":"Prabodhan manages a role of Head - SEO operations at Liqvd Asia. He holds more than 11 years of experience in search engine marketing. He is known for ethical search engine practices and helped many brands to improve their visibility on search engines.","sameAs":["https:\/\/x.com\/prabodhan_p"],"url":"https:\/\/liqvd.asia\/future\/author\/prabodhan\/"}]}},"_links":{"self":[{"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/posts\/1704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/comments?post=1704"}],"version-history":[{"count":16,"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/posts\/1704\/revisions"}],"predecessor-version":[{"id":2171,"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/posts\/1704\/revisions\/2171"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/media\/2170"}],"wp:attachment":[{"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/media?parent=1704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/categories?post=1704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/liqvd.asia\/future\/wp-json\/wp\/v2\/tags?post=1704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}