{"id":42526,"date":"2023-02-16T11:35:16","date_gmt":"2023-02-16T11:35:16","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/"},"modified":"2023-02-16T11:36:49","modified_gmt":"2023-02-16T11:36:49","slug":"google-chrome-lighthouse-10-contains-two-new-audits","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/","title":{"rendered":"Google Chrome Lighthouse 10 Contains Two New Audits"},"content":{"rendered":"<p> <a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\"  width=\"601\" height=\"201\"><\/a>\n<br \/><img decoding=\"async\" src=\"https:\/\/mailinvest.blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/cdn.searchenginejournal.com\/wp-content\/uploads\/2023\/02\/lighthouse-10-63edff975599d-sej.jpg\" \/><\/p>\n<div id=\"narrow-cont\">\n<p>The newly launched Lighthouse 10, the expertise underlying PageSpeed Insights and Chrome DevTools, introduces two new web site audits. These audits ought to be helpful as a part of audit as a result of they pertain to web site safety and consumer expertise components.<\/p>\n<p>Technically, one of many audits is an enlargement of a earlier audit, nevertheless it\u2019s basically a brand new audit.<\/p>\n<p>Lighthouse accommodates a number of sorts of audits, together with, Accessibility Audits, Greatest Practices Audits, Efficiency Audits, Progressive Net Apps Audits and an search engine optimisation Audit.<\/p>\n<p>These two new audits are from two totally different audits inside Lighthouse. One is part of the <a href=\"https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/\" target=\"_blank\" rel=\"noopener\">Best Practices audit<\/a> and the opposite is from the <a href=\"https:\/\/developer.chrome.com\/en\/docs\/lighthouse\/performance\/\" target=\"_blank\" rel=\"noopener\">Performance audits<\/a> class.<\/p>\n<h2>New Again\/ahead Cache Audit<\/h2>\n<p>One thing that isn\u2019t ordinarily considered is that Again\/ahead cache, also referred to as bfcache.<\/p>\n<p>bfcache is a cache that&#8217;s enabled with optimization that enables webpages to immediately load when a consumer navigates again or ahead inside a web site.<\/p>\n<p>Web sites with out bfcache enabled pressure web site guests to obtain webpages a second time after they navigate backwards and forwards inside a web site.<\/p>\n<p>However with bfcache enabled the identical web site guests expertise immediate loading.<\/p>\n<p><strong>Google\u2019s developer web page about bfcache explains it like this:<\/strong><\/p>\n<blockquote>\n<p>\u201cThe again\/ahead cache (bfcache) shops a snapshot of the web page in reminiscence for when the web page is restored from the navigation historical past.<\/p>\n<p>This considerably quickens return navigations to the web page, nonetheless some browser APIs (e.g. unload listeners) could cause the bfcache to fail and the web page might be loaded usually.\u201d<\/p>\n<\/blockquote>\n<p>There are best-practices to make sure that pages are eligible to be saved within the bfcache.<\/p>\n<p>The primary optimization is to by no means use the unload occasion.<\/p>\n<p><strong>In response to Net.dev:<\/strong><\/p>\n<blockquote>\n<p>\u201cThe unload occasion is problematic for browsers as a result of it predates bfcache and lots of pages on the web function below the (affordable) assumption {that a} web page won&#8217;t live on after the unload occasion has fired.<\/p>\n<p>This presents a problem as a result of lots of these pages have been additionally constructed with the belief that the unload occasion would hearth any time a consumer is navigating away, which is not true (and hasn\u2019t been true for a very long time).\u201d<\/p>\n<\/blockquote>\n<p>The <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Window\/unload_event\" target=\"_blank\" rel=\"noopener\">Mozilla developer webpage<\/a> for the unload occasion additionally advises towards it:<\/p>\n<blockquote>\n<p>\u201cWarning: Builders ought to keep away from utilizing this occasion.\u201d<\/p>\n<\/blockquote>\n<p>Lighthouse 10 now has an audit for bfcache.<\/p>\n<p>The way in which it really works is that it navigates away from the webpage being examined after which returns to it.<\/p>\n<p>Any issues with the flexibility to make use of the bfcache are referred to as consideration to by the bfcache audit.<\/p>\n<p><strong>There are three kinds of failures:<\/strong><\/p>\n<ol>\n<li>Actionable<br \/>Points that may be fastened.<\/li>\n<li>Pending Assist<br \/>Options that aren&#8217;t but supported by Chrome stop the browser from caching the webpage.<\/li>\n<li>Not Actionable<br \/>These are points which can be exterior of the web page itself that can&#8217;t be managed or fastened.<\/li>\n<\/ol>\n<p><strong>Learn for extra info: Chrome developer web page in regards to the bfcache:<\/strong><br \/><a href=\"https:\/\/developer.chrome.com\/docs\/lighthouse\/performance\/bf-cache\/\" target=\"_blank\" rel=\"noopener\">Ensure the page can be restored from the back\/forward cache<\/a><\/p>\n<h2>Growth of Paste Into Passwords Area Audit<\/h2>\n<p>Permitting customers to stick passwords right into a password kind area is a safety enchancment.<\/p>\n<p>Disabling the flexibility to stick passwords prevents web site guests from utilizing password managers that make use of robust passwords.<\/p>\n<p>Earlier variations of Lighthouse that examined for this greatest apply associated to pasting into kind fields have been restricted to solely testing the password area.<\/p>\n<p>Lighthouse 10 improves this audit by increasing to check if pasting into any (non-readonly) enter area works.<\/p>\n<p>Google\u2019s announcement of this new audit explains why it\u2019s essential:<\/p>\n<blockquote>\n<p>\u201cFor many websites, stopping pasting is a net-negative consumer expertise and prevents official security and accessibility workflows.\u201d<\/p>\n<\/blockquote>\n<p>A \u201creadonly\u201d enter area is a kind area that accommodates a default entry pre-filled.<\/p>\n<p>All different enter fields ought to enable pasting as a result of it&#8217;s helpful for accessibility, consumer expertise and enhancing safety.<\/p>\n<p>Google\u2019s developer <a href=\"https:\/\/developer.chrome.com\/docs\/lighthouse\/best-practices\/paste-preventing-inputs\/\" target=\"_blank\" rel=\"noopener\">troubleshooting page for this audit type<\/a> gives this recommendation for fixing this drawback:<\/p>\n<blockquote>\n<h3>\u201cThe best way to allow pasting into password fields<\/h3>\n<p><strong>#Discover the code that\u2019s stopping pasting<\/strong><br \/>To rapidly discover and examine the code that\u2019s stopping pasting:<\/p>\n<\/blockquote>\n<ul>\n<li>\n<blockquote>\n<p>Develop the Occasion Listener Breakpoints pane.<\/p>\n<\/blockquote>\n<\/li>\n<li>\n<blockquote>\n<p>Develop the Clipboard checklist.<\/p>\n<\/blockquote>\n<\/li>\n<li>\n<blockquote>\n<p>Choose the paste checkbox.<\/p>\n<\/blockquote>\n<\/li>\n<li>\n<blockquote>\n<p>Paste some textual content right into a password area in your web page.<\/p>\n<\/blockquote>\n<\/li>\n<li>\n<blockquote>\n<p>DevTools ought to pause on the primary line of code within the related paste occasion listener.\u201d<\/p>\n<\/blockquote>\n<\/li>\n<\/ul>\n<p>Google encourages figuring out the JavaScript listener script that&#8217;s stopping pasting after which eradicating it.<\/p>\n<h2>Two New Lighthouse Audits<\/h2>\n<p>Many search engine optimisation audits don\u2019t check for safety points, presumably as a result of safety doesn\u2019t have something to do with rating, a perception that&#8217;s arguably incorrect.<\/p>\n<p>I\u2019ve asserted for a few years that safety is an search engine optimisation problem as a result of poor safety results in a destructive influence to rankings.<\/p>\n<p>If the aim of an audit is to identify the explanation why rankings is perhaps compromised, then in my view a safety test ought to be part of the search engine optimisation audit.<\/p>\n<p>Lighthouse 10 is lively within the PageSpeed Insights device and can seem in Chrome model 112, which is at present scheduled for a March 29, 2023 launch.<\/p>\n<p>These wishing to check out the brand new Lighthouse 10 from the Chrome DevTools interface can accomplish that with the developer model of Google\u2019s browser, <a href=\"https:\/\/www.google.com\/chrome\/canary\/\" target=\"_blank\" rel=\"noopener\">Chrome Canary<\/a>, which accommodates all the newest options forward of the common model of Chrome.<\/p>\n<p><strong>Learn in regards to the new audits on the Lighthouse 10 announcement:<\/strong><\/p>\n<p><a href=\"https:\/\/developer.chrome.com\/en\/blog\/lighthouse-10-0\/#new-audits\" target=\"_blank\" rel=\"noopener\">What\u2019s new in Lighthouse 10 \u2013 New audits<\/a><\/p>\n<p><em>Featured picture by Shutterstock\/Asier Romero<\/em><\/p>\n<\/div>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/><a href=\"https:\/\/www.searchenginejournal.com\/chrome-lighthouse-10-new-audits\/479813\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The newly launched Lighthouse 10, the expertise underlying PageSpeed Insights and Chrome DevTools, introduces two new web site audits. These audits ought to be helpful&#8230;<\/p>\n","protected":false},"author":1,"featured_media":42527,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-42526","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech-universe"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Google Chrome Lighthouse 10 Contains Two New Audits - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Chrome Lighthouse 10 Contains Two New Audits - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-16T11:35:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-16T11:36:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2023\/02\/lighthouse-10-63edff975599d-sej.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"Google Chrome Lighthouse 10 Contains Two New Audits\",\"datePublished\":\"2023-02-16T11:35:16+00:00\",\"dateModified\":\"2023-02-16T11:36:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/\"},\"wordCount\":979,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/lighthouse-10-63edff975599d-sej.jpg\",\"articleSection\":[\"Tech Universe\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/\",\"name\":\"Google Chrome Lighthouse 10 Contains Two New Audits - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/lighthouse-10-63edff975599d-sej.jpg\",\"datePublished\":\"2023-02-16T11:35:16+00:00\",\"dateModified\":\"2023-02-16T11:36:49+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/lighthouse-10-63edff975599d-sej.jpg\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/lighthouse-10-63edff975599d-sej.jpg\",\"width\":1600,\"height\":840},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2023\\\/02\\\/16\\\/google-chrome-lighthouse-10-contains-two-new-audits\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Chrome Lighthouse 10 Contains Two New Audits\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Chrome Lighthouse 10 Contains Two New Audits - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","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:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/","og_locale":"en_US","og_type":"article","og_title":"Google Chrome Lighthouse 10 Contains Two New Audits - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2023-02-16T11:35:16+00:00","article_modified_time":"2023-02-16T11:36:49+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2023\/02\/lighthouse-10-63edff975599d-sej.jpg","type":"image\/jpeg"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"Google Chrome Lighthouse 10 Contains Two New Audits","datePublished":"2023-02-16T11:35:16+00:00","dateModified":"2023-02-16T11:36:49+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/"},"wordCount":979,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2023\/02\/lighthouse-10-63edff975599d-sej.jpg","articleSection":["Tech Universe"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/","url":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/","name":"Google Chrome Lighthouse 10 Contains Two New Audits - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2023\/02\/lighthouse-10-63edff975599d-sej.jpg","datePublished":"2023-02-16T11:35:16+00:00","dateModified":"2023-02-16T11:36:49+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2023\/02\/lighthouse-10-63edff975599d-sej.jpg","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2023\/02\/lighthouse-10-63edff975599d-sej.jpg","width":1600,"height":840},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2023\/02\/16\/google-chrome-lighthouse-10-contains-two-new-audits\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"Google Chrome Lighthouse 10 Contains Two New Audits"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/42526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=42526"}],"version-history":[{"count":1,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/42526\/revisions"}],"predecessor-version":[{"id":42528,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/42526\/revisions\/42528"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/42527"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=42526"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=42526"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=42526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}