{"id":10387,"date":"2022-03-16T12:59:03","date_gmt":"2022-03-16T12:59:03","guid":{"rendered":"https:\/\/www.dopinger.com\/blog\/?p=10387"},"modified":"2024-08-21T13:08:11","modified_gmt":"2024-08-21T13:08:11","slug":"how-to-use-lighthouse-report-to-optimize-your-page","status":"publish","type":"post","link":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page","title":{"rendered":"How to Use Lighthouse Report to Optimize Your Page?"},"content":{"rendered":"\n<p>Google Lighthouse is freely accessible software that checks and ameliorates the global functioning of web pages and apps. It stands as one of the most popular helping tools made available by Google to web developers. Especially since the latest major update to the 9.0 version in 2021, it wouldn&#8217;t be exaggerated to label the measurements as high fidelity. In fact, what we got is an entire toolbox capable of evaluating almost any facet of website performance. From load speed to SEO, along with the main components of user experience, auditing with Lighthouse becomes a walk in the park. The score delivered is also included in the PageSpeed Insights. <\/p>\n\n\n\n<p>The main reason why we are mentioning this is the presence of numerous PageSpeed Insights vs Lighthouse comparatives across the web. We would rather say that they are complementary. The former is more on the diagnostic side whereas the latter seems a little more treatment-oriented.<\/p>\n\n\n\n<p>So how to read a Lighthouse report properly and make the best of it? That&#8217;s what our article will reveal. Or, in other words, you will find out what Lighthouse reveals about your pages&#8217; performance, accessibility, practices, SEO- and PWA affinities.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"A_Note_on_Visual_Aspects\"><\/span>A Note on Visual Aspects<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Before starting, we would like to underline the reader-friendly characteristics of a Lighthouse report. Thanks to its system of colors, you get an overall impression of your Lighthouse metrics at a glance. This can be extremely time-saving by allowing you to focus on the most urgent aspects. Given that the system has a scoring range between 0 and 100, here&#8217;s the significance of the respective colors:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Green goes from 90 to 100 and means &#8216;Good&#8217;.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Orange goes from 50 to 89 and means &#8216;Needs Improvement&#8217;.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Red goes from 0 to 49 and means &#8216;Poor&#8217;.&nbsp;&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>Now we are ready for a deeper analysis of the metrics.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"640\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/lighthouse-setup-800x640.png\" alt=\"Lighthouse Setup\" class=\"wp-image-10394\"\/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Performance\"><\/span>Performance<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Once you have run an audit, <em>performance<\/em> is the first general metric displayed. It&#8217;s mostly about an investigation of the <em>load time. <\/em>Along with that, there&#8217;s an analysis of the potential experience that visitors have with the interface. Namely, the user experience. As said before, the Lighthouse performance scoring range is from 0 to 100. So any of the URLs submitted to the system gets a score in between. This global performance score is also broken down into 6 &#8216;subscores&#8217;, so to speak. These are expressed in seconds and milliseconds (except for CLS) and reflect the following finer details:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"540\" height=\"171\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/first-contentful-paint.png\" alt=\"First Contentful Paint (FCP)\" class=\"wp-image-10399\"\/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">First Contentful Paint (FCP)<\/h3>\n\n\n\n<p>In simple terms, this is the amount of time that takes for the browser to deliver the first content to a visitor. The ideal FCP should be of 1.8 seconds or less. Those of 3 seconds and above should be remediated. One of the particularities of this score is that, unlike others, it doesn&#8217;t really affect the visitors&#8217; manifest perception. It&#8217;s nevertheless one of the core indicators of performance. FCP represents 10% of the Lighthouse score for performance.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"536\" height=\"173\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/speed-index.png\" alt=\"Speed Index (SI)\" class=\"wp-image-10400\"\/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">Speed Index (SI)<\/h3>\n\n\n\n<p>This one measures how fast a page is loaded above the fold. Here the layman users are also involved because they can clearly sense the time needed before they see the page content. A Speed Index score of 3.8 seconds or less is fine. If it equals 5.8 seconds or goes beyond, it should be remediated. SI represents 10% of the performance score.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"564\" height=\"169\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/largest-contentful-paint.png\" alt=\"Largest Contentful Paint (LCP)\" class=\"wp-image-10401\"\/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">Largest Contentful Paint (LCP)<\/h3>\n\n\n\n<p>LCP informs about the time passed before the largest element of a page is loaded. 2.5 seconds or less is a good score. If it takes more, it can become problematic, especially regarding the user experience. Indeed, visitors will probably not fail at noticing a big &#8216;hole&#8217; amid the content. LCP represents 25% of the performance score.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"571\" height=\"163\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/time-to-interactive.png\" alt=\"Time to Interactive (TTI)\" class=\"wp-image-10402\"\/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">Time to Interactive (TTI)<\/h3>\n\n\n\n<p>TTI shows the time that a page needs before becoming fluidly interactive. Good TTI should be equal to or less than 2.47 seconds. If it takes more than 3.28, improvement is required. TTI represents another 10% of the performance score.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"539\" height=\"200\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/total-blocking-time.png\" alt=\"Total Blocking Time (TBT)\" class=\"wp-image-10403\"\/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">Total Blocking Time (TBT)<\/h3>\n\n\n\n<p>TBT is one of the essential scores of a Lighthouse report in terms of load responsiveness. It represents the elapsed time between FCP and TTI. Basically, it&#8217;s the period during which the users can&#8217;t interact with the page, hence the term &#8216;blocking&#8217;. Website owners should aim for a TBT of less than 300 milliseconds. TBT represents 30% of the performance score.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"568\" height=\"165\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/cumulative-layout-shift.png\" alt=\"Cumulative Layout Shift (CLS)\" class=\"wp-image-10404\"\/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">Cumulative Layout Shift (CLS)<\/h3>\n\n\n\n<p>CLS is here to give a precise idea about the visual stability of a page. The meaning of a shift or instability is that the site doesn&#8217;t respond according to the user&#8217;s expectations. So it&#8217;s best to keep it at bay; that is, less than 0.1. This score is the product of the impact fraction and the distance fraction. To keep it simple, let&#8217;s just say that both of those measures examine the relationship between unstable elements and the viewport. CLS represents 15% of the performance score.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Recommendation_to_Improve_Performance\"><\/span>Recommendation to Improve Performance<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Each and every audit is unique, even when conducted on the same page. So neither the scores nor the recommendations will be identical all the time. Nevertheless, there are some common troubleshooting tips provided by Lighthouse when it comes to performance. One example is &#8216;serve images in next-gen formats&#8217;. What Google suggests here is to favor formats with better compression and quality than the &#8216;traditional&#8217; GIF, JPEG, or PNG. The objective is also to make your content match different devices and screens.&nbsp; Another frequent recommendation is to enable browsers to cache the larger files of the website. The rationale is that stored copies can save time in terms of load, especially for recurrent visits.<\/p>\n\n\n\n<p>You have probably noticed two sections, which are respectively <em>Opportunities<\/em> and <em>Diagnostics<\/em>. The difference between them is minimal. The first one is used to measure page load times and other page-related aspects. The second one rather focuses on the performance of your application.&nbsp;<\/p>\n\n\n\n<p>Now, here&#8217;s an important thing to keep in mind for any Lighthouse report. The system simply makes some propositions and provides saving estimations (in seconds) <em>without<\/em> guaranteeing 100% any result. In other words, there&#8217;s no need to follow blindly those recommendations like a bible. So instead of relying only on Lighthouse, it&#8217;s always better to double-check with additional reliable sources. It doesn&#8217;t mean that Lighthouse is weak, inaccurate, or whatnot. It&#8217;s just that web development is always multifaceted, often requiring cross-comparisons and a holistic yet individualized approach.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Accessibility\"><\/span>Accessibility<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Here&#8217;s another crucial aspect of the open-source Lighthouse tool. Simply put, the accessibility score shows how inclusive your page or app is (or not). The concept of <em>inclusivity<\/em> here mostly refers to users diagnosed with visual impairments. First of all, Lighthouse checks whether your content is in compliance with the Web Content Accessibility Guidelines (WCAG). It also assesses to which extent you are adhering to the Web Accessibility Initiative &#8211; Accessible Rich Internet Applications Suite (WAI-ARIA). One essential criterion is a reasonable variety of colors with sufficient contrast. We may also cite the use of NVDA (non-visual access) and the availability of alt tags for images and graphics. Here again, the audit will give you a score out of 100.<\/p>\n\n\n\n<p>As for the recommendations, they will essentially be about your site&#8217;s level of &#8216;qualification&#8217; regarding assistive technologies.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"792\" height=\"288\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/dopinger-lighthouse-report.png\" alt=\"Lighthouse Report\" class=\"wp-image-10397\" srcset=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/dopinger-lighthouse-report.png 792w, https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/dopinger-lighthouse-report-768x279.png 768w\" sizes=\"(max-width: 792px) 100vw, 792px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Best_Practices\"><\/span>Best Practices<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Your pages may have been successful in the Lighthouse speed test and accessibility analysis. The investigation is not over for all that. The third score of the Lighthouse report tells how well you are doing with web practices. For example, are you using secure database connections? Are there any threats to the JavaScript libraries? By the way, have you made sure to finally adopt HTTPS? You get the picture: This part of the audit is mostly based on such questions. It encompasses a total of 16 best practices that determine a score out of 100.<\/p>\n\n\n\n<p>Pretty logically, the recommendations are also closely related to the 16 practices in question. For example, you may get some feedback like &#8216;Links to cross-origin destinations are unsafe.&#8217; The focal points are <em>security<\/em> and <em>compliance with the latest standards<\/em>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"523\" height=\"283\" src=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/lighthouse-report-seo.png\" alt=\"Lighthouse SEO Report\" class=\"wp-image-10398\"\/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"SEO\"><\/span>SEO<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Who could forget Search Engine Optimization? Certainly not Google. Indeed, the Lighthouse SEO score can give you valuable insight for no less than 13 components. Titles, meta descriptions, canonical tags, crawlability, are the first ones coming to mind. In fact, this score is probably the most indissociable one from your optimization efforts. You get essential hints about your indexing potential by search engines and thus your chances to rank decently on results pages.<\/p>\n\n\n\n<p>When it comes to recommendations, Lighthouse may warn you for example against a lack of meta descriptions. Needless to say, search engines do appreciate appropriate summaries of page content. Font size is another element often listed among SEO issues. Website\/app developers should indeed make their best to render material that remains readable on any type of device. So mobile-friendliness is one of the priorities here.<\/p>\n\n\n\n<p>It would be wise to note that this Lighthouse indicator does not replace a distinct and full-fledged SEO audit.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Progressive_Web_App_PWA\"><\/span>Progressive Web App (PWA)<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>This final target of the audit wraps up the Lighthouse report. Did you know that it was the foundation of the whole system when Lighthouse was first launched? What basically happens here is that your site is evaluated in relation to PWA norms. For example, is your content available offline too? Have you thought about enabling push notifications? What about your web manifest file? A bunch of questions to consider, among others.<\/p>\n\n\n\n<p>Here again, the recommendations will underline PWA-related issues. At least you will have a global idea about the eligibility criteria.<\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\">     <\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Conclusion_On_Lighthouse_Reports\"><\/span>Conclusion On Lighthouse Reports<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>A Lighthouse report is like a medical record for your web pages and apps. It provides you with an extensive analysis of major elements that contribute to effective web development. Meanwhile, you also receive guidance about the solutions to implement. The only big disadvantage is the URL-based evaluation instead of a more global one. All in all, what we suggest is to integrate it into your arsenal alongside other auditing tools. Indeed, a mindset based on complementarity and flexibility can help you build and maintain a website at the forefront.<\/p>\n\n    <div class=\"container m-0 p-0 pm-faq\">\n            <h2 class=\"accordion-title\"><span class=\"ez-toc-section\" id=\"Frequently_Asked_Questions_About\"><\/span>Frequently Asked Questions About <span class=\"ez-toc-section-end\"><\/span><\/h2>\n        <div class=\"faq accordion faq-drop\" id=\"accordion\">\n            <div class=\"col-md-12 faq-card m-0 p-0\">\n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading0\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_0\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_0\">\n                            What is the meaning of the section called Passed Audits?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_0\" class=\"collapse\" aria-labelledby=\"heading0\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>You may consider it as a history of audits. More precisely, it lists the details of audits for which you have completed the suggested tasks.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading1\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_1\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_1\">\n                            It says that the suggestions don&#8217;t directly affect the score. So what&#8217;s the point of getting a Lighthouse report?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_1\" class=\"collapse\" aria-labelledby=\"heading1\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>It\u2019s better to treat it as a roadmap that gives you some directions for the future. No tool can be enough on its own to solve technical issues instantly.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading2\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_2\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_2\">\n                            I have doubts about one of the recommendations. What should I do?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_2\" class=\"collapse\" aria-labelledby=\"heading2\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>If there&#8217;s anything unclear in the report, don&#8217;t hesitate to seek assistance. There are field experts who may guide you or take care of some manipulations on your behalf.<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading3\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_3\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_3\">\n                            How can I get Lighthouse?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_3\" class=\"collapse\" aria-labelledby=\"heading3\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>There are several ways to run Lighthouse: in Chrome DevTools, from the command line, as a Node module, or from a web UI. We suggest you follow the instructions on the official page: https:\/\/developers.google.com\/web\/tools\/lighthouse<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        \n                    <div class=\"card faq\">\n                        <div class=\"card-header collapsed d-flex justify-content-between align-items-center d-flex\" id=\"heading4\"\n                             data-toggle=\"collapse\" data-target=\"#collapse_4\" aria-expanded=\"true\" role=\"button\"\n                             aria-controls=\"collapse_4\">\n                            Is it better than Core Web Vitals?\n                            <svg class=\"close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M12.0001 18.1566C11.7432 18.1533 11.4979 18.0497 11.3163 17.8681C11.1347 17.6865 11.0312 17.4412 11.0278 17.1844V6.81402C11.0278 6.55617 11.1303 6.30888 11.3126 6.12655C11.4949 5.94423 11.7422 5.8418 12.0001 5.8418C12.2579 5.8418 12.5052 5.94423 12.6875 6.12655C12.8698 6.30888 12.9723 6.55617 12.9723 6.81402V17.1844C12.9689 17.4412 12.8654 17.6865 12.6838 17.8681C12.5022 18.0497 12.2569 18.1533 12.0001 18.1566Z\" fill=\"#4266FF\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#4266FF\"\/>\n                            <\/svg>\n                            <svg class=\"open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                              <path d=\"M12.0002 23.6663C9.69272 23.6663 7.43709 22.9821 5.51851 21.7002C3.59994 20.4182 2.1046 18.5961 1.22157 16.4643C0.338551 14.3325 0.107512 11.9867 0.557673 9.72362C1.00783 7.46051 2.11898 5.38171 3.75059 3.7501C5.3822 2.11849 7.461 1.00735 9.72411 0.557185C11.9872 0.107024 14.333 0.338063 16.4648 1.22108C18.5966 2.10411 20.4187 3.59945 21.7006 5.51803C22.9826 7.4366 23.6668 9.69223 23.6668 11.9997C23.6668 15.0939 22.4377 18.0613 20.2497 20.2493C18.0618 22.4372 15.0944 23.6663 12.0002 23.6663ZM12.0002 2.27746C10.0773 2.27746 8.1976 2.84766 6.59879 3.91595C4.99998 4.98424 3.75386 6.50264 3.01801 8.27914C2.28215 10.0556 2.08962 12.0105 2.46476 13.8964C2.83989 15.7823 3.76584 17.5146 5.12552 18.8743C6.48519 20.234 8.21753 21.16 10.1035 21.5351C11.9894 21.9102 13.9442 21.7177 15.7207 20.9818C17.4972 20.246 19.0156 18.9999 20.0839 17.4011C21.1522 15.8022 21.7224 13.9226 21.7224 11.9997C21.7224 9.42118 20.6981 6.9483 18.8748 5.12503C17.0515 3.30176 14.5787 2.27746 12.0002 2.27746Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M5.84241 11.9996C5.84577 11.7428 5.94928 11.4974 6.13088 11.3158C6.31249 11.1342 6.55783 11.0307 6.81464 11.0273L17.185 11.0273C17.4429 11.0273 17.6901 11.1298 17.8725 11.3121C18.0548 11.4944 18.1572 11.7417 18.1572 11.9996C18.1572 12.2574 18.0548 12.5047 17.8725 12.687C17.6901 12.8694 17.4429 12.9718 17.185 12.9718L6.81464 12.9718C6.55783 12.9684 6.31249 12.8649 6.13088 12.6833C5.94928 12.5017 5.84577 12.2564 5.84241 11.9996Z\" fill=\"#EF4444\"\/>\n                              <path d=\"M17.1854 12.9718H6.815C6.55715 12.9718 6.30986 12.8694 6.12753 12.687C5.9452 12.5047 5.84277 12.2574 5.84277 11.9996C5.84277 11.7417 5.9452 11.4944 6.12753 11.3121C6.30986 11.1298 6.55715 11.0273 6.815 11.0273H17.1854C17.4432 11.0273 17.6905 11.1298 17.8728 11.3121C18.0552 11.4944 18.1576 11.7417 18.1576 11.9996C18.1576 12.2574 18.0552 12.5047 17.8728 12.687C17.6905 12.8694 17.4432 12.9718 17.1854 12.9718Z\" fill=\"#EF4444\"\/>\n                            <\/svg>\n                        <\/div>\n                        <div id=\"collapse_4\" class=\"collapse\" aria-labelledby=\"heading4\" data-parent=\"#accordion\">\n                            <div class=\"card-body\">\n                                <p>Not necessarily, although Core Web Vitals delivers more realistic scores that rely on real user data. They vary from each other in terms of metrics and thresholds. In other words, they don&#8217;t exactly evaluate the same things and their respective criteria are somewhat different. So here again, we tend to conclude that it&#8217;s rather a matter of complementarity between instruments.\u00a0\u00a0<\/p>\n                            <\/div>\n                        <\/div>\n                        <\/div>\n                        <\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Google Lighthouse is freely accessible software that checks and ameliorates the global functioning of web pages and apps. It stands as one of the most popular helping tools made available by Google to web developers. Especially since the latest major update to the 9.0 version in 2021, it wouldn&#8217;t be [&hellip;]<\/p>\n","protected":false},"author":19,"featured_media":16582,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-10387","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical-seo","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Use Lighthouse Report to Optimize Your Page?<\/title>\n<meta name=\"description\" content=\"Click here to learn how you can use Google Lighthouse Report to optimize your web pages. Image and video descriptions are included for ease.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Lighthouse Report to Optimize Your Page?\" \/>\n<meta property=\"og:description\" content=\"Click here to learn how you can use Google Lighthouse Report to optimize your web pages. Image and video descriptions are included for ease.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page\" \/>\n<meta property=\"og:site_name\" content=\"Dopinger Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dopingercom\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-16T12:59:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-21T13:08:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"832\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Fatih Karadeniz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dopingercom\" \/>\n<meta name=\"twitter:site\" content=\"@dopingercom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fatih Karadeniz\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page\"},\"author\":{\"name\":\"Fatih Karadeniz\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b\"},\"headline\":\"How to Use Lighthouse Report to Optimize Your Page?\",\"datePublished\":\"2022-03-16T12:59:03+00:00\",\"dateModified\":\"2024-08-21T13:08:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page\"},\"wordCount\":1930,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage\"},\"thumbnailUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg\",\"articleSection\":[\"Technical SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page\",\"url\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page\",\"name\":\"How to Use Lighthouse Report to Optimize Your Page?\",\"isPartOf\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage\"},\"thumbnailUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg\",\"datePublished\":\"2022-03-16T12:59:03+00:00\",\"dateModified\":\"2024-08-21T13:08:11+00:00\",\"description\":\"Click here to learn how you can use Google Lighthouse Report to optimize your web pages. Image and video descriptions are included for ease.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430133253\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430149443\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430166384\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430180430\"},{\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430211971\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage\",\"url\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg\",\"contentUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg\",\"width\":1248,\"height\":832,\"caption\":\"how to use google lighthouse\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dopinger.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Lighthouse Report to Optimize Your Page?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#website\",\"url\":\"https:\/\/www.dopinger.com\/blog\/\",\"name\":\"Dopinger Blog\",\"description\":\"Dopinger\",\"publisher\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dopinger.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#organization\",\"name\":\"Dopinger Blog\",\"url\":\"https:\/\/www.dopinger.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png\",\"contentUrl\":\"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png\",\"width\":157,\"height\":48,\"caption\":\"Dopinger Blog\"},\"image\":{\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/dopingercom\/\",\"https:\/\/x.com\/dopingercom\",\"https:\/\/www.instagram.com\/dopinger_com\/\",\"https:\/\/www.linkedin.com\/company\/dopingercom\/\",\"https:\/\/tr.pinterest.com\/dopingercom\/_saved\/\",\"https:\/\/www.youtube.com\/dopinger\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b\",\"name\":\"Fatih Karadeniz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png\",\"contentUrl\":\"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png\",\"caption\":\"Fatih Karadeniz\"},\"description\":\"Hi my name is Fatih Karadeniz. I graduated from English Language and Literature Department and I have developed an interest in researching and writing about SEO and Digital Marketing related topics.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/mfatih-karadeniz\/\"],\"url\":\"https:\/\/www.dopinger.com\/blog\/author\/fatihkaradeniz\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430133253\",\"position\":1,\"url\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430133253\",\"name\":\"What is the meaning of the section called Passed Audits?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You may consider it as a history of audits. More precisely, it lists the details of audits for which you have completed the suggested tasks.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430149443\",\"position\":2,\"url\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430149443\",\"name\":\"It says that the suggestions don't directly affect the score. So what's the point of getting a Lighthouse report?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It\u2019s better to treat it as a roadmap that gives you some directions for the future. No tool can be enough on its own to solve technical issues instantly.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430166384\",\"position\":3,\"url\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430166384\",\"name\":\"I have doubts about one of the recommendations. What should I do?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"If there's anything unclear in the report, don't hesitate to seek assistance. There are field experts who may guide you or take care of some manipulations on your behalf.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430180430\",\"position\":4,\"url\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430180430\",\"name\":\"How can I get Lighthouse?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"There are several ways to run Lighthouse: in Chrome DevTools, from the command line, as a Node module, or from a web UI. We suggest you follow the instructions on the official page: https:\/\/developers.google.com\/web\/tools\/lighthouse\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430211971\",\"position\":5,\"url\":\"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430211971\",\"name\":\"Is it better than Core Web Vitals?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not necessarily, although Core Web Vitals delivers more realistic scores that rely on real user data. They vary from each other in terms of metrics and thresholds. In other words, they don't exactly evaluate the same things and their respective criteria are somewhat different. So here again, we tend to conclude that it's rather a matter of complementarity between instruments.\u00a0\u00a0\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Lighthouse Report to Optimize Your Page?","description":"Click here to learn how you can use Google Lighthouse Report to optimize your web pages. Image and video descriptions are included for ease.","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:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page","og_locale":"en_US","og_type":"article","og_title":"How to Use Lighthouse Report to Optimize Your Page?","og_description":"Click here to learn how you can use Google Lighthouse Report to optimize your web pages. Image and video descriptions are included for ease.","og_url":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page","og_site_name":"Dopinger Blog","article_publisher":"https:\/\/www.facebook.com\/dopingercom\/","article_published_time":"2022-03-16T12:59:03+00:00","article_modified_time":"2024-08-21T13:08:11+00:00","og_image":[{"width":1248,"height":832,"url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg","type":"image\/jpeg"}],"author":"Fatih Karadeniz","twitter_card":"summary_large_image","twitter_creator":"@dopingercom","twitter_site":"@dopingercom","twitter_misc":{"Written by":"Fatih Karadeniz","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#article","isPartOf":{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page"},"author":{"name":"Fatih Karadeniz","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b"},"headline":"How to Use Lighthouse Report to Optimize Your Page?","datePublished":"2022-03-16T12:59:03+00:00","dateModified":"2024-08-21T13:08:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page"},"wordCount":1930,"commentCount":0,"publisher":{"@id":"https:\/\/www.dopinger.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg","articleSection":["Technical SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page","url":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page","name":"How to Use Lighthouse Report to Optimize Your Page?","isPartOf":{"@id":"https:\/\/www.dopinger.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage"},"thumbnailUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg","datePublished":"2022-03-16T12:59:03+00:00","dateModified":"2024-08-21T13:08:11+00:00","description":"Click here to learn how you can use Google Lighthouse Report to optimize your web pages. Image and video descriptions are included for ease.","breadcrumb":{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#breadcrumb"},"mainEntity":[{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430133253"},{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430149443"},{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430166384"},{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430180430"},{"@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430211971"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#primaryimage","url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg","contentUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/03\/how-to-use-google-lighthouse.jpg","width":1248,"height":832,"caption":"how to use google lighthouse"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dopinger.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Use Lighthouse Report to Optimize Your Page?"}]},{"@type":"WebSite","@id":"https:\/\/www.dopinger.com\/blog\/#website","url":"https:\/\/www.dopinger.com\/blog\/","name":"Dopinger Blog","description":"Dopinger","publisher":{"@id":"https:\/\/www.dopinger.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dopinger.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dopinger.com\/blog\/#organization","name":"Dopinger Blog","url":"https:\/\/www.dopinger.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png","contentUrl":"https:\/\/storage.googleapis.com\/dopingcloud\/blog\/en\/2022\/02\/dopinger-blog-logo.png","width":157,"height":48,"caption":"Dopinger Blog"},"image":{"@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dopingercom\/","https:\/\/x.com\/dopingercom","https:\/\/www.instagram.com\/dopinger_com\/","https:\/\/www.linkedin.com\/company\/dopingercom\/","https:\/\/tr.pinterest.com\/dopingercom\/_saved\/","https:\/\/www.youtube.com\/dopinger"]},{"@type":"Person","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/b304070daca3cb8f4a50a142ae4eea2b","name":"Fatih Karadeniz","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dopinger.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png","contentUrl":"https:\/\/www.dopinger.com\/blog\/wp-content\/uploads\/2022\/11\/fatih-karadeniz-96x96.png","caption":"Fatih Karadeniz"},"description":"Hi my name is Fatih Karadeniz. I graduated from English Language and Literature Department and I have developed an interest in researching and writing about SEO and Digital Marketing related topics.","sameAs":["https:\/\/www.linkedin.com\/in\/mfatih-karadeniz\/"],"url":"https:\/\/www.dopinger.com\/blog\/author\/fatihkaradeniz"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430133253","position":1,"url":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430133253","name":"What is the meaning of the section called Passed Audits?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"You may consider it as a history of audits. More precisely, it lists the details of audits for which you have completed the suggested tasks.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430149443","position":2,"url":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430149443","name":"It says that the suggestions don't directly affect the score. So what's the point of getting a Lighthouse report?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"It\u2019s better to treat it as a roadmap that gives you some directions for the future. No tool can be enough on its own to solve technical issues instantly.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430166384","position":3,"url":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430166384","name":"I have doubts about one of the recommendations. What should I do?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"If there's anything unclear in the report, don't hesitate to seek assistance. There are field experts who may guide you or take care of some manipulations on your behalf.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430180430","position":4,"url":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430180430","name":"How can I get Lighthouse?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"There are several ways to run Lighthouse: in Chrome DevTools, from the command line, as a Node module, or from a web UI. We suggest you follow the instructions on the official page: https:\/\/developers.google.com\/web\/tools\/lighthouse","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430211971","position":5,"url":"https:\/\/www.dopinger.com\/blog\/how-to-use-lighthouse-report-to-optimize-your-page#faq-question-1647430211971","name":"Is it better than Core Web Vitals?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Not necessarily, although Core Web Vitals delivers more realistic scores that rely on real user data. They vary from each other in terms of metrics and thresholds. In other words, they don't exactly evaluate the same things and their respective criteria are somewhat different. So here again, we tend to conclude that it's rather a matter of complementarity between instruments.\u00a0\u00a0","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/10387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/comments?post=10387"}],"version-history":[{"count":6,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/10387\/revisions"}],"predecessor-version":[{"id":24182,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/posts\/10387\/revisions\/24182"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/media\/16582"}],"wp:attachment":[{"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/media?parent=10387"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/categories?post=10387"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dopinger.com\/blog\/wp-json\/wp\/v2\/tags?post=10387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}