{
  "captchaResult": "CAPTCHA_NOT_NEEDED",
  "kind": "pagespeedonline#result",
  "id": "https://docbeale.com/",
  "loadingExperience": {
    "initial_url": "https://docbeale.com/"
  },
  "lighthouseResult": {
    "requestedUrl": "https://bealeweightloss.com/",
    "finalUrl": "https://docbeale.com/",
    "mainDocumentUrl": "https://docbeale.com/",
    "finalDisplayedUrl": "https://docbeale.com/",
    "lighthouseVersion": "13.4.0",
    "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
    "fetchTime": "2026-07-20T19:56:20.921Z",
    "environment": {
      "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36",
      "hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
      "benchmarkIndex": 789.5,
      "credits": {
        "axe-core": "4.12.0"
      }
    },
    "runWarnings": [
      "The page may not be loading as expected because your test URL (https://bealeweightloss.com/) was redirected to https://docbeale.com/. Try testing the second URL directly."
    ],
    "configSettings": {
      "emulatedFormFactor": "mobile",
      "formFactor": "mobile",
      "locale": "en-US",
      "onlyCategories": [
        "performance",
        "accessibility",
        "best-practices",
        "seo"
      ],
      "channel": "lr"
    },
    "audits": {
      "unused-javascript": {
        "id": "unused-javascript",
        "title": "Reduce unused JavaScript",
        "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 774 KiB",
        "metricSavings": {
          "LCP": 300,
          "FCP": 0
        },
        "details": {
          "type": "opportunity",
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "LCP": 300,
              "FCP": 0
            }
          },
          "overallSavingsBytes": 792553,
          "items": [
            {
              "wastedPercent": 44.023057911903152,
              "totalBytes": 382077,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "wastedBytes": 168202
            },
            {
              "wastedPercent": 43.504636498932634,
              "totalBytes": 382077,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "wastedBytes": 166221
            },
            {
              "totalBytes": 154237,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "wastedBytes": 112511,
              "wastedPercent": 72.946710661811423
            },
            {
              "wastedBytes": 74210,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0",
              "totalBytes": 181508,
              "wastedPercent": 40.885232179126433
            },
            {
              "wastedBytes": 72301,
              "totalBytes": 154237,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "wastedPercent": 46.876739100904004
            },
            {
              "wastedBytes": 72119,
              "totalBytes": 111578,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH",
              "wastedPercent": 64.635464111826607
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ",
              "totalBytes": 162339,
              "wastedBytes": 67510,
              "wastedPercent": 41.586096471291626
            },
            {
              "wastedPercent": 39.63533757904041,
              "wastedBytes": 59479,
              "totalBytes": 150066,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0"
            }
          ],
          "headings": [
            {
              "label": "URL",
              "subItemsHeading": {
                "key": "source",
                "valueType": "code"
              },
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Transfer Size",
              "subItemsHeading": {
                "key": "sourceBytes"
              },
              "key": "totalBytes",
              "valueType": "bytes"
            },
            {
              "valueType": "bytes",
              "key": "wastedBytes",
              "label": "Est Savings",
              "subItemsHeading": {
                "key": "sourceWastedBytes"
              }
            }
          ],
          "overallSavingsMs": 300,
          "sortedBy": [
            "wastedBytes"
          ]
        },
        "numericValue": 300,
        "numericUnit": "millisecond"
      },
      "interactive-element-affordance": {
        "id": "interactive-element-affordance",
        "title": "Interactive elements indicate their purpose and state",
        "description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https://developer.chrome.com/docs/lighthouse/accessibility/interactive-element-affordance/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "inp-breakdown-insight": {
        "id": "inp-breakdown-insight",
        "title": "INP breakdown",
        "description": "Start investigating [how to improve INP](https://developer.chrome.com/docs/performance/insights/inp-breakdown) by looking at the longest subpart.",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "errors-in-console": {
        "id": "errors-in-console",
        "title": "Browser errors were logged to the console",
        "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [
            {
              "description": "ReferenceError: wp is not defined\n    at wp-i18n-js-after:2:1",
              "sourceLocation": {
                "urlProvider": "network",
                "url": "wp-i18n-js-after",
                "column": 0,
                "type": "source-location",
                "line": 1
              },
              "source": "exception"
            },
            {
              "sourceLocation": {
                "line": 258,
                "type": "source-location",
                "urlProvider": "network",
                "column": 0,
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib"
              },
              "source": "security",
              "description": "requestStorageAccess: Permission denied."
            }
          ],
          "headings": [
            {
              "key": "sourceLocation",
              "label": "Source",
              "valueType": "source-location"
            },
            {
              "valueType": "code",
              "key": "description",
              "label": "Description"
            }
          ]
        }
      },
      "aria-required-children": {
        "id": "aria-required-children",
        "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
        "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.12/aria-required-children).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "heading-order": {
        "id": "heading-order",
        "title": "Heading elements are not in a sequentially-descending order",
        "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.12/heading-order).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "node": {
                "lhId": "1-10-H4",
                "selector": "div.wpb_wrapper \u003e div#heroright \u003e div.wpb_wrapper \u003e h4",
                "type": "node",
                "boundingRect": {
                  "left": -15,
                  "bottom": 802,
                  "height": 29,
                  "right": 427,
                  "top": 774,
                  "width": 442
                },
                "explanation": "Fix any of the following:\n  Heading order invalid",
                "snippet": "\u003ch4\u003e",
                "nodeLabel": "GLP-1 Weight Loss Injections",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,H4"
              }
            },
            {
              "node": {
                "snippet": "\u003ch4 class=\"maphead\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,8,FOOTER,0,DIV,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,H4",
                "nodeLabel": "div.footer-widget \u003e div.wp-block-group \u003e div.wp-block-group__inner-container \u003e h4.maphead",
                "boundingRect": {
                  "width": 382,
                  "height": 29,
                  "left": 15,
                  "bottom": 5370,
                  "top": 5342,
                  "right": 397
                },
                "type": "node",
                "explanation": "Fix any of the following:\n  Heading order invalid",
                "lhId": "1-11-H4",
                "selector": "div.footer-widget \u003e div.wp-block-group \u003e div.wp-block-group__inner-container \u003e h4.maphead"
              }
            }
          ],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "debugData": {
            "impact": "moderate",
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "best-practice"
            ]
          },
          "type": "table"
        }
      },
      "aria-deprecated-role": {
        "id": "aria-deprecated-role",
        "title": "Deprecated ARIA roles were not used",
        "description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "metrics": {
        "id": "metrics",
        "title": "Metrics",
        "description": "Collects all available metrics.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "observedTimeOrigin": 0,
              "maxPotentialFID": 177,
              "observedLargestContentfulPaintTs": 114833974587,
              "cumulativeLayoutShiftMainFrame": 2.4543148761926617e-05,
              "timeToFirstByte": 601,
              "observedLoadTs": 114835366735,
              "observedSpeedIndexTs": 114834030720,
              "observedDomContentLoadedTs": 114834461171,
              "observedTimeOriginTs": 114831040295,
              "observedTraceEndTs": 114840956407,
              "largestContentfulPaint": 6082,
              "observedFirstContentfulPaintAllFrames": 2934,
              "observedDomContentLoaded": 3421,
              "observedFirstContentfulPaintTs": 114833974587,
              "observedLargestContentfulPaintAllFramesTs": 114833974587,
              "observedNavigationStartTs": 114831040295,
              "observedFirstPaint": 2934,
              "interactive": 17188,
              "observedLoad": 4326,
              "totalBlockingTime": 546,
              "observedNavigationStart": 0,
              "observedLastVisualChangeTs": 114834609295,
              "lcpLoadDuration": 5767,
              "observedLargestContentfulPaint": 2934,
              "observedCumulativeLayoutShift": 2.4543148761926617e-05,
              "firstContentfulPaint": 4152,
              "observedLastVisualChange": 3569,
              "cumulativeLayoutShift": 2.4543148761926617e-05,
              "lcpLoadDelay": 3868,
              "observedSpeedIndex": 2990,
              "observedFirstContentfulPaint": 2934,
              "observedFirstVisualChangeTs": 114833974295,
              "observedTraceEnd": 9916,
              "observedFirstVisualChange": 2934,
              "observedFirstContentfulPaintAllFramesTs": 114833974587,
              "observedCumulativeLayoutShiftMainFrame": 2.4543148761926617e-05,
              "speedIndex": 7527,
              "observedLargestContentfulPaintAllFrames": 2934,
              "observedFirstPaintTs": 114833974587
            },
            {
              "lcpInvalidated": false
            }
          ],
          "type": "debugdata"
        },
        "numericValue": 17188,
        "numericUnit": "millisecond"
      },
      "link-name": {
        "id": "link-name",
        "title": "Links do not have a discernible name",
        "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.12/link-name).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "debugData": {
            "impact": "serious",
            "type": "debugdata",
            "tags": [
              "cat.name-role-value",
              "wcag2a",
              "wcag244",
              "wcag412",
              "section508",
              "section508.22.a",
              "TTv5",
              "TT6.a",
              "EN-301-549",
              "EN-9.2.4.4",
              "EN-9.4.1.2",
              "ACT",
              "RGAAv4",
              "RGAA-6.2.1"
            ]
          },
          "type": "table",
          "items": [
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 36,
                  "height": 36,
                  "left": 642,
                  "bottom": 561,
                  "top": 525,
                  "right": 678
                },
                "explanation": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
                "lhId": "1-15-A",
                "selector": "div.social-icons \u003e ul \u003e li \u003e a",
                "snippet": "\u003ca href=\"\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,4,SECTION,2,DIV,0,DIV,0,DIV,6,DIV,0,UL,0,LI,0,A",
                "nodeLabel": "div.social-icons \u003e ul \u003e li \u003e a"
              }
            }
          ],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "origin-isolation": {
        "id": "origin-isolation",
        "title": "Ensure proper origin isolation with COOP",
        "description": "The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. [Learn more about deploying the COOP header.](https://web.dev/articles/why-coop-coep#coop)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "key": "description"
              },
              "label": "Description",
              "key": "description",
              "valueType": "text"
            },
            {
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "key": "directive",
              "valueType": "code"
            },
            {
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity",
              "valueType": "text"
            }
          ],
          "items": [
            {
              "severity": "High",
              "description": "No COOP header found"
            }
          ],
          "type": "table"
        }
      },
      "deprecations": {
        "id": "deprecations",
        "title": "Avoids deprecated APIs",
        "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Deprecation / Warning",
              "key": "value",
              "valueType": "text"
            },
            {
              "key": "source",
              "label": "Source",
              "valueType": "source-location"
            }
          ]
        }
      },
      "script-treemap-data": {
        "id": "script-treemap-data",
        "title": "Script Treemap Data",
        "description": "Used for treemap app",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "treemap-data",
          "nodes": [
            {
              "encodedBytes": 2445,
              "children": [
                {
                  "name": "(inline) (function(w,d,s…",
                  "unusedBytes": 0,
                  "resourceBytes": 342
                },
                {
                  "resourceBytes": 342,
                  "unusedBytes": 0,
                  "name": "(inline) (function(w,d,s…"
                },
                {
                  "name": "(inline) (function(w,d,s…",
                  "unusedBytes": 0,
                  "resourceBytes": 342
                },
                {
                  "resourceBytes": 153,
                  "unusedBytes": 0,
                  "name": "(inline) window.dataLaye…"
                },
                {
                  "name": "(inline) document.addEve…",
                  "unusedBytes": 397,
                  "resourceBytes": 556
                },
                {
                  "name": "(inline) const lazyloadR…",
                  "unusedBytes": 430,
                  "resourceBytes": 922
                },
                {
                  "resourceBytes": 2195,
                  "unusedBytes": 289,
                  "name": "(inline) \"use strict\";va…"
                },
                {
                  "name": "(inline) var RocketPrelo…",
                  "unusedBytes": 0,
                  "resourceBytes": 467
                },
                {
                  "resourceBytes": 3448,
                  "unusedBytes": 1736,
                  "name": "(inline) (function() {\n\"…"
                },
                {
                  "name": "(inline) if( ajaxurl ===…",
                  "unusedBytes": 0,
                  "resourceBytes": 228
                },
                {
                  "resourceBytes": 219,
                  "unusedBytes": 0,
                  "name": "(inline) var wpcf7_recap…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) wp.i18n.setLoca…",
                  "resourceBytes": 99
                },
                {
                  "resourceBytes": 188,
                  "name": "(inline) var wpcf7 = {\n …",
                  "unusedBytes": 0
                },
                {
                  "name": "(inline) /*! This file i…",
                  "unusedBytes": 1393,
                  "resourceBytes": 2965
                }
              ],
              "name": "https://docbeale.com/",
              "resourceBytes": 12466,
              "unusedBytes": 4245
            },
            {
              "encodedBytes": 162339,
              "resourceBytes": 488394,
              "unusedBytes": 203104,
              "name": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ"
            },
            {
              "encodedBytes": 154237,
              "resourceBytes": 456414,
              "unusedBytes": 213952,
              "name": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783"
            },
            {
              "unusedBytes": 332939,
              "name": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "encodedBytes": 154237,
              "resourceBytes": 456414
            },
            {
              "name": "https://docbeale.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",
              "unusedBytes": 32742,
              "encodedBytes": 29557,
              "resourceBytes": 87553
            },
            {
              "encodedBytes": 4653,
              "resourceBytes": 13577,
              "name": "https://docbeale.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1",
              "unusedBytes": 4058
            },
            {
              "unusedBytes": 9149,
              "name": "https://docbeale.com/wp-content/plugins/universally-language-translation-multilingual-tool/assets/js/language-switcher.js?ver=1.0.8",
              "encodedBytes": 2753,
              "resourceBytes": 9366
            },
            {
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/bootstrap.min.js?ver=7.0.2",
              "unusedBytes": 30398,
              "encodedBytes": 9396,
              "resourceBytes": 37045
            },
            {
              "encodedBytes": 11639,
              "resourceBytes": 40547,
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.mCustomScrollbar.concat.min.js?ver=7.0.2",
              "unusedBytes": 19671
            },
            {
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.fancybox.pack.js?ver=7.0.2",
              "unusedBytes": 19089,
              "encodedBytes": 8177,
              "resourceBytes": 23135
            },
            {
              "encodedBytes": 1840,
              "resourceBytes": 5305,
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.fancybox-media.js?ver=7.0.2",
              "unusedBytes": 1326
            },
            {
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/owl.js?ver=7.0.2",
              "unusedBytes": 59730,
              "encodedBytes": 16894,
              "resourceBytes": 82221
            },
            {
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/wow.js?ver=7.0.2",
              "unusedBytes": 1268,
              "encodedBytes": 2005,
              "resourceBytes": 6300
            },
            {
              "encodedBytes": 10794,
              "resourceBytes": 52224,
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/mixitup.js?ver=7.0.2",
              "unusedBytes": 44784
            },
            {
              "encodedBytes": 1138,
              "resourceBytes": 4725,
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/map-script.js?ver=7.0.2",
              "unusedBytes": 4349
            },
            {
              "encodedBytes": 3208,
              "resourceBytes": 14592,
              "unusedBytes": 3910,
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/script.js?ver=7.0.2"
            },
            {
              "name": "https://docbeale.com/wp-content/themes/healthcoach/js/script-2.js?ver=7.0.2",
              "unusedBytes": 589,
              "resourceBytes": 3960,
              "encodedBytes": 658
            },
            {
              "name": "https://www.google.com/recaptcha/api.js?render=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&ver=3.0",
              "unusedBytes": 96,
              "resourceBytes": 1582,
              "encodedBytes": 939
            },
            {
              "encodedBytes": 11506,
              "resourceBytes": 33737,
              "name": "https://docbeale.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
              "unusedBytes": 13846
            },
            {
              "name": "https://docbeale.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.6",
              "unusedBytes": 82,
              "encodedBytes": 394,
              "resourceBytes": 934
            },
            {
              "name": "https://docbeale.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.7.3",
              "unusedBytes": 10840,
              "resourceBytes": 17632,
              "encodedBytes": 4851
            },
            {
              "name": "https://docbeale.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d",
              "unusedBytes": 1095,
              "encodedBytes": 1696,
              "resourceBytes": 5050
            },
            {
              "encodedBytes": 2315,
              "resourceBytes": 5732,
              "name": "https://docbeale.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec",
              "unusedBytes": 3496
            },
            {
              "encodedBytes": 3337,
              "resourceBytes": 12512,
              "name": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6",
              "unusedBytes": 11627
            },
            {
              "encodedBytes": 3961,
              "resourceBytes": 13452,
              "unusedBytes": 7134,
              "name": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6"
            },
            {
              "encodedBytes": 111578,
              "resourceBytes": 318350,
              "name": "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH",
              "unusedBytes": 205767
            },
            {
              "children": [
                {
                  "unusedBytes": 72206,
                  "children": [
                    {
                      "resourceBytes": 7052,
                      "name": "TrustindexCommon.js",
                      "unusedBytes": 5162
                    },
                    {
                      "resourceBytes": 78212,
                      "name": "review",
                      "children": [
                        {
                          "resourceBytes": 74988,
                          "children": [
                            {
                              "unusedBytes": 346,
                              "name": "Trustindex.js",
                              "resourceBytes": 9418
                            },
                            {
                              "unusedBytes": 11434,
                              "name": "TrustindexWidget.js",
                              "resourceBytes": 11443
                            },
                            {
                              "resourceBytes": 7705,
                              "name": "TrustindexReviewWidget.js",
                              "unusedBytes": 7696
                            },
                            {
                              "resourceBytes": 11487,
                              "unusedBytes": 11478,
                              "name": "TrustindexSliderWidget.js"
                            },
                            {
                              "name": "TrustindexMasonryWidget.js",
                              "unusedBytes": 753,
                              "resourceBytes": 762
                            },
                            {
                              "name": "TrustindexPopupWidget.js",
                              "unusedBytes": 1914,
                              "resourceBytes": 1923
                            },
                            {
                              "unusedBytes": 337,
                              "name": "TrustindexTopRatedWidget.js",
                              "resourceBytes": 346
                            },
                            {
                              "name": "TrustindexFomoWidget.js",
                              "unusedBytes": 2072,
                              "resourceBytes": 2081
                            },
                            {
                              "resourceBytes": 430,
                              "unusedBytes": 421,
                              "name": "TrustindexCloseModule.js"
                            },
                            {
                              "name": "TrustindexReadMoreModule.js",
                              "unusedBytes": 4045,
                              "resourceBytes": 4054
                            },
                            {
                              "resourceBytes": 2068,
                              "unusedBytes": 2059,
                              "name": "TrustindexLoadMoreModule.js"
                            },
                            {
                              "name": "TrustindexHeaderModule.js",
                              "unusedBytes": 2634,
                              "resourceBytes": 2643
                            },
                            {
                              "name": "TrustindexReviewImageModule.js",
                              "unusedBytes": 2368,
                              "resourceBytes": 2377
                            },
                            {
                              "resourceBytes": 14071,
                              "unusedBytes": 14062,
                              "name": "TrustindexLightboxModule.js"
                            },
                            {
                              "name": "TrustindexAiSummaryModule.js",
                              "unusedBytes": 1832,
                              "resourceBytes": 1841
                            },
                            {
                              "resourceBytes": 2339,
                              "unusedBytes": 2330,
                              "name": "TrustindexDarkModeModule.js"
                            }
                          ],
                          "name": "components",
                          "unusedBytes": 65781
                        },
                        {
                          "resourceBytes": 3224,
                          "unusedBytes": 1263,
                          "name": "main.js"
                        }
                      ],
                      "unusedBytes": 67044
                    }
                  ],
                  "name": "webpack:/trustindex/./web/dev/js/loader",
                  "resourceBytes": 85264
                },
                {
                  "resourceBytes": 887,
                  "name": "(unmapped)",
                  "unusedBytes": 651
                }
              ],
              "name": "https://cdn.trustindex.io/loader.js?ver=1",
              "encodedBytes": 21314,
              "unusedBytes": 72857,
              "resourceBytes": 86151
            },
            {
              "name": "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0",
              "unusedBytes": 174883,
              "resourceBytes": 441230,
              "encodedBytes": 150066
            },
            {
              "encodedBytes": 181508,
              "resourceBytes": 551923,
              "name": "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0",
              "unusedBytes": 225655
            },
            {
              "encodedBytes": 382094,
              "resourceBytes": 890974,
              "unusedBytes": 387615,
              "name": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "unusedBytes": 1670,
              "name": "https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16724583254/?random=1784577384619&cv=11&fst=1784577384619&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=4",
              "encodedBytes": 2418,
              "resourceBytes": 6182
            },
            {
              "name": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
              "children": [
                {
                  "resourceBytes": 69,
                  "unusedBytes": 0,
                  "name": "(inline) window['__recap…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) recaptcha.ancho…",
                  "resourceBytes": 35896
                }
              ],
              "encodedBytes": 18639,
              "resourceBytes": 35965
            },
            {
              "name": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "unusedBytes": 392234,
              "encodedBytes": 382095,
              "resourceBytes": 890974
            }
          ]
        }
      },
      "network-requests": {
        "id": "network-requests",
        "title": "Network Requests",
        "description": "Lists the network requests that were made during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "type": "debugdata",
            "networkStartTimeTs": 114831040427.99998,
            "initiators": [
              {
                "columnNumber": 232,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 13
              },
              {
                "lineNumber": 66,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 150
              },
              {
                "columnNumber": 253,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 76
              },
              {
                "lineNumber": 77,
                "columnNumber": 235,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 78,
                "columnNumber": 237,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 79,
                "columnNumber": 232,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 223,
                "lineNumber": 80
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 223,
                "lineNumber": 81
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 142,
                "lineNumber": 91
              },
              {
                "lineNumber": 92,
                "type": "parser",
                "columnNumber": 130,
                "url": "https://docbeale.com/"
              },
              {
                "lineNumber": 93,
                "columnNumber": 175,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "columnNumber": 140,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 94
              },
              {
                "columnNumber": 146,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 95
              },
              {
                "lineNumber": 96,
                "columnNumber": 138,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "columnNumber": 130,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 97
              },
              {
                "columnNumber": 147,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 98
              },
              {
                "columnNumber": 167,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 99
              },
              {
                "lineNumber": 100,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 169
              },
              {
                "columnNumber": 147,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 101
              },
              {
                "lineNumber": 102,
                "columnNumber": 154,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 154,
                "lineNumber": 103
              },
              {
                "lineNumber": 104,
                "columnNumber": 156,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "columnNumber": 199,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 105
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 158,
                "lineNumber": 106
              },
              {
                "type": "parser",
                "columnNumber": 667,
                "url": "https://docbeale.com/",
                "lineNumber": 107
              },
              {
                "columnNumber": 164,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 108
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 107,
                "lineNumber": 109
              },
              {
                "lineNumber": 110,
                "type": "parser",
                "columnNumber": 118,
                "url": "https://docbeale.com/"
              },
              {
                "columnNumber": 94,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 121
              },
              {
                "lineNumber": 142,
                "columnNumber": 77,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "columnNumber": 192,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 1179
              },
              {
                "lineNumber": 1416,
                "columnNumber": 677,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1451,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 338
              },
              {
                "columnNumber": 306,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 1627
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 157,
                "lineNumber": 1628
              },
              {
                "lineNumber": 1629,
                "columnNumber": 181,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 119,
                "url": "https://docbeale.com/",
                "lineNumber": 1645
              },
              {
                "lineNumber": 1646,
                "columnNumber": 147,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1647,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 125
              },
              {
                "lineNumber": 1648,
                "columnNumber": 132,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1649,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 103
              },
              {
                "lineNumber": 1650,
                "columnNumber": 103,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "columnNumber": 111,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 1651
              },
              {
                "lineNumber": 1652,
                "columnNumber": 117,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1653,
                "columnNumber": 126,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 125,
                "lineNumber": 1659
              },
              {
                "lineNumber": 1660,
                "columnNumber": 146,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1661,
                "columnNumber": 118,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1672,
                "columnNumber": 136,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1673,
                "type": "parser",
                "columnNumber": 152,
                "url": "https://docbeale.com/"
              },
              {
                "lineNumber": 1674,
                "columnNumber": 144,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "columnNumber": 116,
                "url": "https://docbeale.com/",
                "type": "parser",
                "lineNumber": 1675
              },
              {
                "lineNumber": 1676,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 114
              },
              {
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 122,
                "lineNumber": 1681
              },
              {
                "lineNumber": 1692,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 129
              },
              {
                "lineNumber": 1566,
                "url": "https://docbeale.com/",
                "type": "parser",
                "columnNumber": 86
              },
              {
                "lineNumber": 1566,
                "columnNumber": 86,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "lineNumber": 1566,
                "columnNumber": 86,
                "url": "https://docbeale.com/",
                "type": "parser"
              },
              {
                "url": "https://docbeale.com/wp-content/themes/healthcoach/style.css?ver=7.0.2",
                "type": "parser"
              },
              {
                "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
                "type": "parser"
              },
              {
                "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
                "type": "parser"
              },
              {
                "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
                "type": "parser"
              },
              {
                "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
                "type": "parser"
              },
              {
                "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
                "type": "parser"
              },
              {
                "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway-91dfb74847a490ce7ded015d417aa256.css",
                "type": "parser"
              },
              {
                "url": "https://docbeale.com/",
                "type": "other"
              },
              {
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
                "type": "parser",
                "columnNumber": 130,
                "lineNumber": 249
              },
              {
                "columnNumber": 153,
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
                "type": "parser",
                "lineNumber": 251
              },
              {
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
                "type": "other"
              },
              {
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css",
                "type": "parser"
              },
              {
                "lineNumber": 258,
                "columnNumber": 20,
                "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
                "type": "parser"
              }
            ]
          },
          "type": "table",
          "items": [
            {
              "protocol": "http/1.1",
              "networkEndTime": 709.33200001716614,
              "entity": "bealeweightloss.com",
              "sessionTargetType": "page",
              "mimeType": "text/html",
              "rendererStartTime": 0,
              "finished": true,
              "url": "https://bealeweightloss.com/",
              "cache": "none",
              "priority": "VeryHigh",
              "networkRequestTime": 1.1580000221729279,
              "experimentalFromMainFrame": true,
              "statusCode": 301,
              "resourceSize": 0,
              "transferSize": 388
            },
            {
              "networkRequestTime": 710.080000013113,
              "priority": "VeryHigh",
              "url": "http://docbeale.com/",
              "cache": "none",
              "resourceSize": 0,
              "transferSize": 309,
              "statusCode": 301,
              "experimentalFromMainFrame": true,
              "networkEndTime": 962.6870000064373,
              "protocol": "http/1.1",
              "mimeType": "text/plain",
              "rendererStartTime": 709.33200001716614,
              "finished": true,
              "entity": "docbeale.com",
              "sessionTargetType": "page"
            },
            {
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "text/html",
              "finished": true,
              "rendererStartTime": 962.6870000064373,
              "protocol": "http/1.1",
              "resourceType": "Document",
              "networkEndTime": 1849.1530000120401,
              "experimentalFromMainFrame": true,
              "transferSize": 23759,
              "resourceSize": 118343,
              "statusCode": 200,
              "url": "https://docbeale.com/",
              "cache": "none",
              "networkRequestTime": 963.326000019908,
              "priority": "VeryHigh"
            },
            {
              "protocol": "http/1.1",
              "resourceType": "Image",
              "networkEndTime": 2781.9580000042915,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "image/webp",
              "finished": true,
              "rendererStartTime": 1864.5910000056028,
              "url": "https://docbeale.com/wp-content/uploads/2022/09/iStock-951045208-copy.jpg",
              "cache": "none",
              "isLinkPreload": true,
              "priority": "High",
              "networkRequestTime": 1865.955000013113,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 89984,
              "transferSize": 90366
            },
            {
              "priority": "VeryHigh",
              "networkRequestTime": 1866.0850000083447,
              "url": "https://docbeale.com/wp-includes/css/dist/block-library/style.min.css?ver=7.0.2",
              "cache": "none",
              "statusCode": 200,
              "resourceSize": 131189,
              "transferSize": 16206,
              "experimentalFromMainFrame": true,
              "networkEndTime": 2674.7860000133514,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "mimeType": "text/css",
              "rendererStartTime": 1865.0069999992847,
              "finished": true,
              "entity": "docbeale.com",
              "sessionTargetType": "page"
            },
            {
              "cache": "none",
              "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.10",
              "priority": "VeryHigh",
              "networkRequestTime": 1866.201000019908,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 1487,
              "transferSize": 837,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "networkEndTime": 2556.1590000241995,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "rendererStartTime": 1865.2630000263453,
              "finished": true,
              "mimeType": "text/css"
            },
            {
              "networkEndTime": 2556.8810000121593,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "rendererStartTime": 1865.4670000225306,
              "finished": true,
              "mimeType": "text/css",
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkRequestTime": 1866.3640000075102,
              "priority": "VeryHigh",
              "cache": "none",
              "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.10",
              "resourceSize": 10527,
              "transferSize": 1577,
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1865.6740000098944,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 2570.0340000092983,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "statusCode": 200,
              "transferSize": 1245,
              "resourceSize": 6405,
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "networkRequestTime": 1866.6650000065565,
              "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.10",
              "cache": "none"
            },
            {
              "networkEndTime": 2550.4580000191927,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "finished": true,
              "rendererStartTime": 1865.8910000175238,
              "mimeType": "text/css",
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkRequestTime": 1866.8550000041723,
              "priority": "VeryHigh",
              "cache": "none",
              "url": "https://docbeale.com/wp-content/plugins/aioseo-eeat/dist/Pro/assets/css/author-bio/global.nmHTDmBq.css?ver=1.2.13",
              "transferSize": 1265,
              "resourceSize": 7200,
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "finished": true,
              "rendererStartTime": 1866.0580000132322,
              "mimeType": "text/css",
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 2552.9810000061989,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "statusCode": 200,
              "resourceSize": 705,
              "transferSize": 644,
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "networkRequestTime": 1867.2420000135899,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/business-info.BWoeH1k0.css?ver=1.3.14"
            },
            {
              "cache": "none",
              "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/opening-hours.othxJ9PM.css?ver=1.3.14",
              "networkRequestTime": 1867.4040000140667,
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "transferSize": 602,
              "resourceSize": 640,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2566.858000010252,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "finished": true,
              "rendererStartTime": 1866.2540000081062,
              "mimeType": "text/css"
            },
            {
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/bootstrap.css?ver=7.0.2",
              "networkRequestTime": 1867.6750000119209,
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "transferSize": 18340,
              "resourceSize": 121200,
              "statusCode": 200,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "networkEndTime": 2689.8940000087023,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "finished": true,
              "rendererStartTime": 1866.4350000023842,
              "mimeType": "text/css"
            },
            {
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "rendererStartTime": 1866.6290000230074,
              "finished": true,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2564.679000005126,
              "experimentalFromMainFrame": true,
              "resourceSize": 36441,
              "transferSize": 7995,
              "statusCode": 200,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gui.css?ver=7.0.2",
              "cache": "none",
              "networkRequestTime": 1868.0680000185966,
              "priority": "VeryHigh"
            },
            {
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2552.2700000107288,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "finished": true,
              "rendererStartTime": 1866.8130000084639,
              "mimeType": "text/css",
              "cache": "none",
              "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
              "priority": "VeryHigh",
              "networkRequestTime": 1868.2460000216961,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 7063,
              "resourceSize": 30999
            },
            {
              "experimentalFromMainFrame": true,
              "transferSize": 2522,
              "resourceSize": 13782,
              "statusCode": 200,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/flaticon.css?ver=7.0.2",
              "cache": "none",
              "networkRequestTime": 1868.9720000177622,
              "priority": "VeryHigh",
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "rendererStartTime": 1866.9800000041723,
              "finished": true,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "networkEndTime": 2570.5620000064373
            },
            {
              "priority": "VeryHigh",
              "networkRequestTime": 1869.0860000103712,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/2-flaticon.css?ver=7.0.2",
              "cache": "none",
              "statusCode": 200,
              "resourceSize": 2221,
              "transferSize": 948,
              "experimentalFromMainFrame": true,
              "networkEndTime": 2568.2740000039339,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1867.1630000025034,
              "entity": "docbeale.com",
              "sessionTargetType": "page"
            },
            {
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/animate.css?ver=7.0.2",
              "cache": "none",
              "networkRequestTime": 1869.3930000066757,
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "transferSize": 4651,
              "resourceSize": 79169,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2560.8810000121593,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1867.3400000184774
            },
            {
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1867.5750000178814,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkEndTime": 2555.0590000152588,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "statusCode": 200,
              "transferSize": 1655,
              "resourceSize": 5878,
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "networkRequestTime": 1869.5530000180006,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/owl.css?ver=7.0.2",
              "cache": "none"
            },
            {
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1867.787000015378,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2549.466000020504,
              "experimentalFromMainFrame": true,
              "resourceSize": 5009,
              "transferSize": 1684,
              "statusCode": 200,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.fancybox.css?ver=7.0.2",
              "cache": "none",
              "networkRequestTime": 1869.6860000044107,
              "priority": "VeryHigh"
            },
            {
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.mCustomScrollbar.min.css?ver=7.0.2",
              "cache": "none",
              "priority": "VeryHigh",
              "networkRequestTime": 1869.772000014782,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 42907,
              "transferSize": 4153,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "networkEndTime": 2569.1930000036955,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1867.9860000163317
            },
            {
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2559.0910000056028,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1868.1239999979734,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.bootstrap-touchspin.css?ver=7.0.2",
              "cache": "none",
              "networkRequestTime": 1869.8570000231266,
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "resourceSize": 772,
              "transferSize": 679,
              "statusCode": 200
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 123150,
              "transferSize": 15711,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/style.css?ver=7.0.2",
              "priority": "VeryHigh",
              "networkRequestTime": 1869.9370000213385,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "rendererStartTime": 1868.3200000077486,
              "finished": true,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2678.0200000107288
            },
            {
              "resourceSize": 27947,
              "transferSize": 5647,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 1870.0560000240803,
              "priority": "VeryHigh",
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/custom.css?ver=7.0.2",
              "rendererStartTime": 1868.4350000172853,
              "finished": true,
              "mimeType": "text/css",
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkEndTime": 2567.1180000156164,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet"
            },
            {
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1868.6360000222921,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkEndTime": 2560.2570000141859,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "resourceSize": 3383,
              "transferSize": 1248,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 1870.292999997735,
              "priority": "VeryHigh",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gutenberg.css?ver=7.0.2",
              "cache": "none"
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 2186,
              "resourceSize": 8897,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/responsive.css?ver=7.0.2",
              "priority": "VeryHigh",
              "networkRequestTime": 1870.455000013113,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "rendererStartTime": 1868.7590000033379,
              "finished": true,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2210.7840000092983
            },
            {
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color.php?main_color=0070bb&second_color=cde5f5&ver=7.0.2",
              "cache": "none",
              "networkRequestTime": 1870.748000010848,
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "transferSize": 2731,
              "resourceSize": 11878,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2555.2690000087023,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "text/css",
              "rendererStartTime": 1868.8490000069141,
              "finished": true
            },
            {
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "networkEndTime": 2553.77800001204,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "rendererStartTime": 1868.9350000172853,
              "finished": true,
              "mimeType": "text/css",
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color-panel.css?ver=7.0.2",
              "networkRequestTime": 1871.1050000190735,
              "priority": "VeryHigh",
              "experimentalFromMainFrame": true,
              "resourceSize": 2761,
              "transferSize": 1201,
              "statusCode": 200
            },
            {
              "statusCode": 200,
              "transferSize": 4774,
              "resourceSize": 107110,
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "networkRequestTime": 1871.3230000138283,
              "cache": "none",
              "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
              "rendererStartTime": 1869.0450000166893,
              "finished": true,
              "mimeType": "text/css",
              "entity": "Google Fonts",
              "sessionTargetType": "page",
              "networkEndTime": 1887.1430000066757,
              "protocol": "h2",
              "resourceType": "Stylesheet"
            },
            {
              "mimeType": "text/css",
              "rendererStartTime": 1869.1380000114441,
              "finished": true,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 2783.4750000089407,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "resourceSize": 447199,
              "transferSize": 40272,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 1871.5120000243187,
              "priority": "VeryHigh",
              "url": "https://docbeale.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.7.3",
              "cache": "none"
            },
            {
              "priority": "Low",
              "networkRequestTime": 2800.744000017643,
              "cache": "none",
              "url": "https://docbeale.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",
              "statusCode": 200,
              "resourceSize": 87553,
              "transferSize": 30034,
              "experimentalFromMainFrame": true,
              "networkEndTime": 3262.5510000139475,
              "protocol": "http/1.1",
              "resourceType": "Script",
              "finished": true,
              "rendererStartTime": 1869.3090000003576,
              "mimeType": "application/javascript",
              "entity": "docbeale.com",
              "sessionTargetType": "page"
            },
            {
              "cache": "none",
              "url": "https://docbeale.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1",
              "networkRequestTime": 2800.9150000065565,
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "transferSize": 5113,
              "resourceSize": 13577,
              "statusCode": 200,
              "protocol": "http/1.1",
              "resourceType": "Script",
              "networkEndTime": 3033.4560000151396,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "finished": true,
              "rendererStartTime": 1869.3960000127554,
              "mimeType": "application/javascript"
            },
            {
              "url": "https://docbeale.com/wp-content/uploads/2026/04/gtr.jpg",
              "cache": "none",
              "priority": "Low",
              "isLinkPreload": true,
              "networkRequestTime": 2801.0120000094175,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 56136,
              "transferSize": 56517,
              "resourceType": "Image",
              "protocol": "http/1.1",
              "networkEndTime": 3256.6140000224113,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "image/webp",
              "finished": true,
              "rendererStartTime": 1869.4920000135899
            },
            {
              "resourceType": "Script",
              "protocol": "h2",
              "networkEndTime": 2886.56700001657,
              "entity": "Google Tag Manager",
              "sessionTargetType": "page",
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1869.6000000089407,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ",
              "cache": "none",
              "networkRequestTime": 2801.1150000095367,
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "resourceSize": 488394,
              "transferSize": 163027,
              "statusCode": 200
            },
            {
              "resourceType": "Image",
              "protocol": "http/1.1",
              "networkEndTime": 2680.7530000060797,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "finished": true,
              "rendererStartTime": 1869.6960000097752,
              "mimeType": "image/webp",
              "cache": "none",
              "url": "https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp",
              "networkRequestTime": 1871.7380000054836,
              "priority": "Medium",
              "experimentalFromMainFrame": true,
              "resourceSize": 12242,
              "transferSize": 12623,
              "statusCode": 200
            },
            {
              "url": "https://docbeale.com/wp-content/uploads/2026/04/istockphoto-2227587549-612x612-1.webp",
              "cache": "none",
              "networkRequestTime": 1871.9020000249147,
              "priority": "High",
              "experimentalFromMainFrame": true,
              "transferSize": 36665,
              "resourceSize": 36284,
              "statusCode": 200,
              "protocol": "http/1.1",
              "resourceType": "Image",
              "networkEndTime": 2678.6220000088215,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "image/webp",
              "rendererStartTime": 1869.8310000151396,
              "finished": true
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 65062,
              "transferSize": 65443,
              "url": "https://docbeale.com/wp-content/uploads/2022/09/pexels-andrea-piacquadio-3775603.jpg",
              "cache": "none",
              "priority": "Medium",
              "networkRequestTime": 1872.0530000180006,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "image/webp",
              "rendererStartTime": 1869.9640000164509,
              "finished": true,
              "resourceType": "Image",
              "protocol": "http/1.1",
              "networkEndTime": 2774.2940000146627
            },
            {
              "priority": "Medium",
              "networkRequestTime": 2684.4950000196695,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway-91dfb74847a490ce7ded015d417aa256.css",
              "statusCode": 200,
              "resourceSize": 1503,
              "transferSize": 603,
              "experimentalFromMainFrame": true,
              "networkEndTime": 3026.2970000058413,
              "resourceType": "Stylesheet",
              "protocol": "http/1.1",
              "rendererStartTime": 1870.0620000064373,
              "finished": true,
              "mimeType": "text/css",
              "entity": "docbeale.com",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 2776.3660000115633,
              "priority": "Medium",
              "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6",
              "cache": "none",
              "resourceSize": 2979,
              "transferSize": 1323,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 3028.205000013113,
              "protocol": "http/1.1",
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "finished": true,
              "rendererStartTime": 1870.1550000160933,
              "entity": "docbeale.com",
              "sessionTargetType": "page"
            },
            {
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1870.248000010848,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 3029.7170000225306,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "transferSize": 3228,
              "resourceSize": 9366,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 2801.218000009656,
              "priority": "Low",
              "url": "https://docbeale.com/wp-content/plugins/universally-language-translation-multilingual-tool/assets/js/language-switcher.js?ver=1.0.8",
              "cache": "none"
            },
            {
              "mimeType": "application/javascript",
              "rendererStartTime": 1870.3390000015497,
              "finished": true,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 3147.7250000089407,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "statusCode": 200,
              "resourceSize": 37045,
              "transferSize": 9871,
              "experimentalFromMainFrame": true,
              "priority": "Low",
              "networkRequestTime": 2801.3070000112057,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/bootstrap.min.js?ver=7.0.2",
              "cache": "none"
            },
            {
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.mCustomScrollbar.concat.min.js?ver=7.0.2",
              "networkRequestTime": 2801.4950000047684,
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "resourceSize": 40547,
              "transferSize": 12115,
              "statusCode": 200,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "networkEndTime": 3143.65300001204,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "finished": true,
              "rendererStartTime": 1870.4490000158548,
              "mimeType": "application/javascript"
            },
            {
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.fancybox.pack.js?ver=7.0.2",
              "networkRequestTime": 2801.6820000112057,
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "transferSize": 8652,
              "resourceSize": 23135,
              "statusCode": 200,
              "protocol": "http/1.1",
              "resourceType": "Script",
              "networkEndTime": 3027.4710000157356,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "finished": true,
              "rendererStartTime": 1870.537000015378,
              "mimeType": "application/javascript"
            },
            {
              "statusCode": 200,
              "resourceSize": 5305,
              "transferSize": 2300,
              "experimentalFromMainFrame": true,
              "priority": "Low",
              "networkRequestTime": 2802.1610000133514,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.fancybox-media.js?ver=7.0.2",
              "rendererStartTime": 1870.6670000106096,
              "finished": true,
              "mimeType": "application/javascript",
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 3143.9330000132322,
              "resourceType": "Script",
              "protocol": "http/1.1"
            },
            {
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1870.843000009656,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "networkEndTime": 3149.136000007391,
              "experimentalFromMainFrame": true,
              "resourceSize": 82221,
              "transferSize": 17373,
              "statusCode": 200,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/owl.js?ver=7.0.2",
              "cache": "none",
              "networkRequestTime": 2802.3590000122786,
              "priority": "Low"
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 6300,
              "transferSize": 2465,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/wow.js?ver=7.0.2",
              "priority": "Low",
              "networkRequestTime": 2802.4310000091791,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "rendererStartTime": 1870.9450000077486,
              "finished": true,
              "mimeType": "application/javascript",
              "resourceType": "Script",
              "protocol": "http/1.1",
              "networkEndTime": 3142.0440000146627
            },
            {
              "networkEndTime": 3029.2590000033379,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "rendererStartTime": 1871.0610000193119,
              "finished": true,
              "mimeType": "application/javascript",
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkRequestTime": 2802.4950000196695,
              "priority": "Low",
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/mixitup.js?ver=7.0.2",
              "resourceSize": 52224,
              "transferSize": 11270,
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 4725,
              "transferSize": 1598,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/map-script.js?ver=7.0.2",
              "cache": "none",
              "priority": "Low",
              "networkRequestTime": 2802.5660000145435,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1871.2520000189543,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "networkEndTime": 3142.3420000076294
            },
            {
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1871.3620000034571,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkEndTime": 3152.0610000044107,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "statusCode": 200,
              "resourceSize": 14592,
              "transferSize": 3683,
              "experimentalFromMainFrame": true,
              "priority": "Low",
              "networkRequestTime": 2802.8120000064373,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/script.js?ver=7.0.2",
              "cache": "none"
            },
            {
              "networkEndTime": 3026.6690000146627,
              "resourceType": "Script",
              "protocol": "http/1.1",
              "finished": true,
              "rendererStartTime": 1871.4710000157356,
              "mimeType": "application/javascript",
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 2802.8700000196695,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/script-2.js?ver=7.0.2",
              "statusCode": 200,
              "resourceSize": 3960,
              "transferSize": 1132,
              "experimentalFromMainFrame": true
            },
            {
              "experimentalFromMainFrame": true,
              "transferSize": 1691,
              "resourceSize": 1582,
              "statusCode": 200,
              "url": "https://www.google.com/recaptcha/api.js?render=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&ver=3.0",
              "cache": "none",
              "networkRequestTime": 2802.9330000132322,
              "priority": "Low",
              "entity": "Other Google APIs/SDKs",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 1871.6170000135899,
              "resourceType": "Script",
              "protocol": "h2",
              "networkEndTime": 2831.3240000158548
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 11982,
              "resourceSize": 33744,
              "url": "https://docbeale.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
              "cache": "none",
              "priority": "Low",
              "networkRequestTime": 2802.994000017643,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1871.7960000187159,
              "protocol": "http/1.1",
              "resourceType": "Script",
              "networkEndTime": 3148.009000018239
            },
            {
              "resourceType": "Script",
              "protocol": "http/1.1",
              "networkEndTime": 3145.2010000050068,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1871.9340000152588,
              "url": "https://docbeale.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.6",
              "cache": "none",
              "priority": "Low",
              "networkRequestTime": 2803.3370000123978,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 934,
              "transferSize": 852
            },
            {
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "finished": true,
              "rendererStartTime": 1872.0930000245571,
              "mimeType": "application/javascript",
              "protocol": "http/1.1",
              "resourceType": "Script",
              "networkEndTime": 3146.4280000180006,
              "experimentalFromMainFrame": true,
              "transferSize": 5326,
              "resourceSize": 17632,
              "statusCode": 200,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.7.3",
              "networkRequestTime": 2803.440000012517,
              "priority": "Low"
            },
            {
              "priority": "Low",
              "networkRequestTime": 2803.5350000113249,
              "cache": "none",
              "url": "https://cdn.trustindex.io/loader.js?ver=1",
              "statusCode": 200,
              "transferSize": 22200,
              "resourceSize": 86153,
              "experimentalFromMainFrame": true,
              "networkEndTime": 2815.2470000088215,
              "protocol": "h2",
              "resourceType": "Script",
              "rendererStartTime": 1872.2090000063181,
              "finished": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "entity": "trustindex.io"
            },
            {
              "networkEndTime": 3148.6750000119209,
              "protocol": "http/1.1",
              "resourceType": "Script",
              "finished": true,
              "rendererStartTime": 1872.315000012517,
              "mimeType": "application/javascript",
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "priority": "Low",
              "networkRequestTime": 2803.6970000118017,
              "cache": "none",
              "url": "https://docbeale.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d",
              "statusCode": 200,
              "resourceSize": 5050,
              "transferSize": 2171,
              "experimentalFromMainFrame": true
            },
            {
              "statusCode": 200,
              "transferSize": 2790,
              "resourceSize": 5732,
              "experimentalFromMainFrame": true,
              "priority": "Low",
              "networkRequestTime": 2803.772000014782,
              "cache": "none",
              "url": "https://docbeale.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec",
              "rendererStartTime": 1872.4450000077486,
              "finished": true,
              "mimeType": "application/javascript",
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkEndTime": 3148.472000002861,
              "resourceType": "Script",
              "protocol": "http/1.1"
            },
            {
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1872.5750000029802,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 3152.343000009656,
              "protocol": "http/1.1",
              "resourceType": "Script",
              "statusCode": 200,
              "resourceSize": 12512,
              "transferSize": 3797,
              "experimentalFromMainFrame": true,
              "priority": "Low",
              "networkRequestTime": 2803.843000009656,
              "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6",
              "cache": "none"
            },
            {
              "resourceType": "Script",
              "protocol": "http/1.1",
              "networkEndTime": 3153.7840000092983,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "application/javascript",
              "finished": true,
              "rendererStartTime": 1872.6760000139475,
              "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6",
              "cache": "none",
              "priority": "Low",
              "networkRequestTime": 2803.9320000112057,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 13452,
              "transferSize": 4436
            },
            {
              "protocol": "h2",
              "resourceType": "Script",
              "networkEndTime": 2888.259000018239,
              "entity": "Google Tag Manager",
              "sessionTargetType": "page",
              "mimeType": "application/javascript",
              "rendererStartTime": 2797.2700000107288,
              "finished": true,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "cache": "none",
              "networkRequestTime": 2803.9919999986887,
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "resourceSize": 456414,
              "transferSize": 154969,
              "statusCode": 200
            },
            {
              "cache": "none",
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH",
              "networkRequestTime": 2804.0830000191927,
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "transferSize": 112310,
              "resourceSize": 318350,
              "statusCode": 200,
              "protocol": "h2",
              "resourceType": "Script",
              "networkEndTime": 2903.6430000215769,
              "entity": "Google Tag Manager",
              "sessionTargetType": "page",
              "finished": true,
              "rendererStartTime": 2798.580000013113,
              "mimeType": "application/javascript"
            },
            {
              "mimeType": "image/webp",
              "rendererStartTime": 2829.1350000053644,
              "finished": true,
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkEndTime": 3150.1260000169277,
              "protocol": "http/1.1",
              "resourceType": "Image",
              "resourceSize": 1184,
              "transferSize": 1563,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 2829.7920000106096,
              "priority": "High",
              "url": "https://docbeale.com/wp-content/uploads/2022/09/header.jpeg",
              "cache": "none"
            },
            {
              "cache": "none",
              "url": "https://docbeale.com/wp-content/uploads/2022/09/iStock-596804694-1-1024x683.jpg",
              "priority": "Low",
              "networkRequestTime": 2833.5870000123978,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 40805,
              "resourceSize": 40424,
              "protocol": "http/1.1",
              "resourceType": "Image",
              "networkEndTime": 3027.15300001204,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "finished": true,
              "rendererStartTime": 2832.7450000047684,
              "mimeType": "image/webp"
            },
            {
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "mimeType": "image/webp",
              "finished": true,
              "rendererStartTime": 2833.483000010252,
              "resourceType": "Image",
              "protocol": "http/1.1",
              "networkEndTime": 3141.7400000095367,
              "experimentalFromMainFrame": true,
              "resourceSize": 23530,
              "transferSize": 23911,
              "statusCode": 200,
              "url": "https://docbeale.com/wp-content/uploads/2026/04/istockphoto-897892972-612x612-1.jpg",
              "cache": "none",
              "networkRequestTime": 2834.373000010848,
              "priority": "Low"
            },
            {
              "networkRequestTime": 2835.1490000039339,
              "priority": "Low",
              "url": "https://docbeale.com/wp-content/themes/healthcoach/images/icons/title-pattern.png",
              "cache": "none",
              "resourceSize": 426,
              "transferSize": 804,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 3150.3440000116825,
              "protocol": "http/1.1",
              "resourceType": "Image",
              "mimeType": "image/webp",
              "finished": true,
              "rendererStartTime": 2834.3149999976158,
              "sessionTargetType": "page",
              "entity": "docbeale.com"
            },
            {
              "networkEndTime": 3254.8520000129938,
              "resourceType": "Font",
              "protocol": "http/1.1",
              "mimeType": "font/woff2",
              "rendererStartTime": 2837.4540000110865,
              "finished": true,
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkRequestTime": 2838.3620000183582,
              "priority": "VeryHigh",
              "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0",
              "cache": "none",
              "transferSize": 77542,
              "resourceSize": 77160,
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "networkEndTime": 2842.0030000209808,
              "protocol": "h2",
              "resourceType": "Font",
              "rendererStartTime": 2837.6810000091791,
              "finished": true,
              "mimeType": "font/woff2",
              "entity": "Google Fonts",
              "sessionTargetType": "page",
              "networkRequestTime": 2838.70300000906,
              "priority": "VeryHigh",
              "cache": "none",
              "url": "https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2",
              "transferSize": 8711,
              "resourceSize": 7900,
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "entity": "Google Fonts",
              "sessionTargetType": "page",
              "mimeType": "font/woff2",
              "finished": true,
              "rendererStartTime": 2838.0810000151396,
              "resourceType": "Font",
              "protocol": "h2",
              "networkEndTime": 2841.74200001359,
              "experimentalFromMainFrame": true,
              "transferSize": 8551,
              "resourceSize": 7740,
              "statusCode": 200,
              "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2",
              "cache": "none",
              "networkRequestTime": 2839.0580000132322,
              "priority": "VeryHigh"
            },
            {
              "finished": true,
              "rendererStartTime": 2838.7840000092983,
              "mimeType": "font/woff2",
              "entity": "Google Fonts",
              "sessionTargetType": "page",
              "networkEndTime": 2843.134000018239,
              "protocol": "h2",
              "resourceType": "Font",
              "statusCode": 200,
              "transferSize": 8803,
              "resourceSize": 7992,
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "networkRequestTime": 2839.40300001204,
              "cache": "none",
              "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2"
            },
            {
              "finished": true,
              "rendererStartTime": 2839.2630000114441,
              "mimeType": "font/woff2",
              "entity": "Google Fonts",
              "sessionTargetType": "page",
              "networkEndTime": 2843.6310000121593,
              "resourceType": "Font",
              "protocol": "h2",
              "transferSize": 8659,
              "resourceSize": 7848,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 2840.1390000134706,
              "priority": "VeryHigh",
              "cache": "none",
              "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2"
            },
            {
              "networkEndTime": 3084.136000007391,
              "resourceType": "Fetch",
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 3060.6150000095367,
              "mimeType": "text/plain",
              "sessionTargetType": "page",
              "entity": "Google Analytics",
              "priority": "High",
              "networkRequestTime": 3061.5960000157356,
              "cache": "none",
              "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-R6H156YVSZ&gtm=45je67g0v9251879159za200zd9251879159&_p=1784577383810&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=959045061.1784577384&frm=0&ngs=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938469~118897920~118897930~118981135~119724320&sid=1784577384&sct=1&seg=0&dl=https%3A%2F%2Fdocbeale.com%2F&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3060",
              "statusCode": 204,
              "resourceSize": 0,
              "transferSize": 796,
              "experimentalFromMainFrame": true
            },
            {
              "priority": "VeryHigh",
              "networkRequestTime": 3068.9790000021458,
              "cache": "none",
              "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf",
              "statusCode": 200,
              "resourceSize": 49512,
              "transferSize": 28894,
              "experimentalFromMainFrame": true,
              "networkEndTime": 3412.9340000152588,
              "protocol": "http/1.1",
              "resourceType": "Font",
              "finished": true,
              "rendererStartTime": 3068.2940000146627,
              "mimeType": "application/x-font-ttf",
              "sessionTargetType": "page",
              "entity": "docbeale.com"
            },
            {
              "experimentalFromMainFrame": true,
              "resourceSize": 551923,
              "transferSize": 182198,
              "statusCode": 200,
              "cache": "none",
              "url": "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0",
              "networkRequestTime": 3171.4750000089407,
              "priority": "Low",
              "entity": "Google Tag Manager",
              "sessionTargetType": "page",
              "finished": true,
              "rendererStartTime": 3170.609999999404,
              "mimeType": "application/javascript",
              "resourceType": "Script",
              "protocol": "h2",
              "networkEndTime": 3248.2250000089407
            },
            {
              "rendererStartTime": 3173.2890000194311,
              "finished": true,
              "mimeType": "application/javascript",
              "entity": "Google Tag Manager",
              "sessionTargetType": "page",
              "networkEndTime": 3244.5970000177622,
              "resourceType": "Script",
              "protocol": "h2",
              "statusCode": 200,
              "transferSize": 150798,
              "resourceSize": 441230,
              "experimentalFromMainFrame": true,
              "priority": "Low",
              "networkRequestTime": 3174.0050000101328,
              "cache": "none",
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0"
            },
            {
              "priority": "High",
              "networkRequestTime": 3198.4450000077486,
              "url": "https://ad.doubleclick.net/ccm/s/collect?auid=1677337867.1784577384&gtm=45He67g0v9249203719za200zd9249203719xea",
              "cache": "none",
              "statusCode": 204,
              "resourceSize": 0,
              "transferSize": 532,
              "experimentalFromMainFrame": true,
              "networkEndTime": 3211.0350000113249,
              "protocol": "h2",
              "resourceType": "Fetch",
              "mimeType": "text/html",
              "rendererStartTime": 3197.5600000023842,
              "finished": true,
              "entity": "Google/Doubleclick Ads",
              "sessionTargetType": "page"
            },
            {
              "finished": true,
              "rendererStartTime": 3204.6890000104904,
              "mimeType": "text/plain",
              "sessionTargetType": "page",
              "entity": "Other Google APIs/SDKs",
              "networkEndTime": 3434.1380000114441,
              "protocol": "h2",
              "resourceType": "Fetch",
              "statusCode": 200,
              "transferSize": 552,
              "resourceSize": 0,
              "experimentalFromMainFrame": true,
              "priority": "High",
              "networkRequestTime": 3206.0890000164509,
              "cache": "none",
              "url": "https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&auid=1677337867.1784577384&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&dl=https%3A%2F%2Fdocbeale.com%2F&scrsrc=www.googletagmanager.com&rnd=1214889059.1784577384&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He67g0v9249203719za200zd9249203719xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938468~118897920~118897930~118981136~119724320&apve=1&apvf=f&apvc=1&tft=1784577384218&tfd=3205&fmt=8"
            },
            {
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "cache": "none",
              "networkRequestTime": 3391.4610000103712,
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "transferSize": 383075,
              "resourceSize": 891014,
              "statusCode": 200,
              "protocol": "h2",
              "resourceType": "Script",
              "networkEndTime": 3406.3140000104904,
              "sessionTargetType": "page",
              "entity": "Google CDN",
              "mimeType": "text/javascript",
              "rendererStartTime": 3390.8450000137091,
              "finished": true
            },
            {
              "finished": true,
              "rendererStartTime": 3414.5360000133514,
              "mimeType": "text/javascript",
              "sessionTargetType": "worker",
              "networkEndTime": 3538.1110000014305,
              "resourceType": "Script",
              "protocol": "blob",
              "resourceSize": 1327,
              "transferSize": -1,
              "statusCode": 200,
              "networkRequestTime": 3414.5360000133514,
              "priority": "VeryLow",
              "cache": "none",
              "url": "blob:https://docbeale.com/a885976d-fdb1-4c04-9d38-236b6f5b4e44"
            },
            {
              "rendererStartTime": 3420.011000007391,
              "finished": true,
              "mimeType": "application/json",
              "sessionTargetType": "page",
              "entity": "docbeale.com",
              "networkEndTime": 7098.19200001657,
              "resourceType": "Fetch",
              "protocol": "http/1.1",
              "resourceSize": 900,
              "transferSize": 978,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 3420.5630000084639,
              "priority": "High",
              "cache": "none",
              "url": "https://docbeale.com/wp-json/contact-form-7/v1/contact-forms/30/feedback/schema"
            },
            {
              "experimentalFromMainFrame": true,
              "transferSize": 3306,
              "resourceSize": 6182,
              "statusCode": 200,
              "url": "https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16724583254/?random=1784577384619&cv=11&fst=1784577384619&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=4",
              "cache": "none",
              "networkRequestTime": 3658.194000005722,
              "priority": "Low",
              "sessionTargetType": "page",
              "entity": "Google/Doubleclick Ads",
              "mimeType": "text/javascript",
              "rendererStartTime": 3656.2900000214577,
              "finished": true,
              "resourceType": "Script",
              "protocol": "h2",
              "networkEndTime": 3669.5330000072718
            },
            {
              "sessionTargetType": "page",
              "entity": "Other Google APIs/SDKs",
              "mimeType": "text/html",
              "finished": true,
              "rendererStartTime": 3658.7690000087023,
              "protocol": "h2",
              "resourceType": "Fetch",
              "networkEndTime": 3675.8140000104904,
              "experimentalFromMainFrame": true,
              "transferSize": 592,
              "resourceSize": 0,
              "statusCode": 200,
              "url": "https://www.google.com/rmkt/collect/16724583254/?random=1784577384619&cv=11&fst=1784577384619&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=68&gcp=5",
              "cache": "none",
              "networkRequestTime": 3660.5520000010729,
              "priority": "High"
            },
            {
              "networkEndTime": 3675.9770000129938,
              "resourceType": "Fetch",
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 3663.940000012517,
              "mimeType": "text/plain",
              "entity": "Other Google APIs/SDKs",
              "sessionTargetType": "page",
              "networkRequestTime": 3664.8950000107288,
              "priority": "High",
              "cache": "none",
              "url": "https://www.google.com/ccm/collect?rcb=19&frm=0&auid=1677337867.1784577384&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&dl=https%3A%2F%2Fdocbeale.com%2F&scrsrc=www.googletagmanager.com&rnd=1214889059.1784577384&navt=n&npa=0&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&apve=1&apvf=f&apvc=0&tids=AW-16724583254&tid=AW-16724583254&tft=1784577384677&tfd=3664&fmt=8",
              "transferSize": 552,
              "resourceSize": 0,
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "networkEndTime": 3829.3540000021458,
              "protocol": "h2",
              "resourceType": "Fetch",
              "finished": true,
              "rendererStartTime": 3818.2400000095367,
              "mimeType": "text/plain",
              "sessionTargetType": "page",
              "entity": "Google Analytics",
              "networkRequestTime": 3819.8920000195503,
              "priority": "High",
              "cache": "none",
              "url": "https://analytics.google.com/g/collect?v=2&tid=G-LKPN4LMZ7S&gtm=45je67g0v893085899z89249203719za20gzb9249203719zd9249203719&_p=1784577383810&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAACAC&are=1&cid=959045061.1784577384&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938469~118897920~118897930~119724320&sid=1784577384&sct=1&seg=0&dl=https%3A%2F%2Fdocbeale.com%2F&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=3818",
              "resourceSize": 0,
              "transferSize": 796,
              "statusCode": 204,
              "experimentalFromMainFrame": true
            },
            {
              "networkRequestTime": 3820.0450000017881,
              "priority": "VeryLow",
              "url": "https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-LKPN4LMZ7S&cid=959045061.1784577384&gtm=45je67g0v893085899z89249203719za20gzb9249203719zd9249203719&rcb=11&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938469~118897920~118897930~119724320",
              "cache": "none",
              "transferSize": 0,
              "resourceSize": 0,
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "networkEndTime": 3827.0680000185966,
              "resourceType": "Ping",
              "finished": true,
              "rendererStartTime": 3820.0450000017881,
              "entity": "Google/Doubleclick Ads",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 4002.8160000145435,
              "priority": "VeryHigh",
              "cache": "none",
              "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
              "resourceSize": 54742,
              "transferSize": 29530,
              "statusCode": 200,
              "networkEndTime": 4027.9220000058413,
              "resourceType": "Document",
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 3999.9870000034571,
              "mimeType": "text/html",
              "entity": "Other Google APIs/SDKs",
              "sessionTargetType": "page"
            },
            {
              "experimentalFromMainFrame": true,
              "resourceSize": 42,
              "transferSize": 620,
              "statusCode": 200,
              "url": "https://www.google.com/pagead/1p-user-list/16724583254/?random=1784577384619&cv=11&fst=1784574000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXAARCiqBgYK8gwpMBEq88vIJrpkMZEgjjBacdlaKa6akyXLIwjzHwjyF2cFEmvIV3979qkQyw7fbwS-zvY3NDgoWsfIMDVYeQ6E9Id7vtZlHGXCzbV4tJ699HLMv&random=2484733573&rmt_tld=0&ipr=y",
              "cache": "none",
              "networkRequestTime": 4023.4320000112057,
              "priority": "Low",
              "sessionTargetType": "page",
              "entity": "Other Google APIs/SDKs",
              "mimeType": "image/gif",
              "finished": true,
              "rendererStartTime": 4022.3450000137091,
              "resourceType": "Image",
              "protocol": "h2",
              "networkEndTime": 4031.9770000129938
            },
            {
              "resourceType": "Image",
              "protocol": "h2",
              "networkEndTime": 4034.9020000249147,
              "sessionTargetType": "page",
              "entity": "Other Google APIs/SDKs",
              "mimeType": "image/gif",
              "finished": true,
              "rendererStartTime": 4023.0320000201464,
              "url": "https://www.google.de/pagead/1p-user-list/16724583254/?random=1784577384619&cv=11&fst=1784574000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXAARCiqBgYK8gwpMBEq88vIJrpkMZEgjjBacdlaKa6akyXLIwjzHwjyF2cFEmvIV3979qkQyw7fbwS-zvY3NDgoWsfIMDVYeQ6E9Id7vtZlHGXCzbV4tJ699HLMv&random=2484733573&rmt_tld=1&ipr=y",
              "cache": "none",
              "priority": "Low",
              "networkRequestTime": 4024.0410000234842,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceSize": 42,
              "transferSize": 620
            },
            {
              "networkEndTime": 4050.1410000175238,
              "resourceType": "Stylesheet",
              "protocol": "h2",
              "finished": true,
              "rendererStartTime": 4039.8860000222921,
              "mimeType": "text/css",
              "entity": "Google CDN",
              "sessionTargetType": "page",
              "networkRequestTime": 4040.57800000906,
              "priority": "VeryHigh",
              "cache": "none",
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css",
              "resourceSize": 82980,
              "transferSize": 43200,
              "statusCode": 200
            },
            {
              "statusCode": 200,
              "resourceSize": 891014,
              "transferSize": 383075,
              "cache": "none",
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "priority": "High",
              "networkRequestTime": 4040.6550000160933,
              "entity": "Google CDN",
              "sessionTargetType": "page",
              "finished": true,
              "rendererStartTime": 4040.2460000067949,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "protocol": "h2",
              "networkEndTime": 4057.5410000085831
            },
            {
              "networkEndTime": 4428.0610000193119,
              "resourceType": "Script",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 4246.4670000076294,
              "entity": "Other Google APIs/SDKs",
              "sessionTargetType": "worker",
              "networkRequestTime": 4247.3200000077486,
              "priority": "VeryLow",
              "url": "https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv",
              "cache": "none",
              "resourceSize": 102,
              "transferSize": 964,
              "statusCode": 200
            },
            {
              "rendererStartTime": 4263.332000002265,
              "finished": true,
              "mimeType": "image/png",
              "sessionTargetType": "page",
              "entity": "Google CDN",
              "networkEndTime": 4267.4240000098944,
              "resourceType": "Image",
              "protocol": "h2",
              "resourceSize": 2228,
              "transferSize": 3001,
              "statusCode": 200,
              "networkRequestTime": 4263.9480000138283,
              "priority": "High",
              "cache": "none",
              "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png"
            },
            {
              "networkEndTime": 4268.0380000174046,
              "resourceType": "Font",
              "protocol": "h2",
              "mimeType": "font/woff2",
              "rendererStartTime": 4264.0050000101328,
              "finished": true,
              "entity": "Google Fonts",
              "sessionTargetType": "page",
              "priority": "VeryHigh",
              "networkRequestTime": 4264.6370000094175,
              "url": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
              "cache": "none",
              "statusCode": 200,
              "resourceSize": 34668,
              "transferSize": 35480
            },
            {
              "priority": "VeryHigh",
              "networkRequestTime": 4278.7090000063181,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "cache": "none",
              "statusCode": 200,
              "transferSize": 383075,
              "resourceSize": 891014,
              "networkEndTime": 4302.2020000070333,
              "resourceType": "Other",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 4277.6920000016689,
              "entity": "Google CDN",
              "sessionTargetType": "worker"
            },
            {
              "rendererStartTime": 4325.2900000065565,
              "finished": true,
              "mimeType": "application/json",
              "entity": "docbeale.com",
              "sessionTargetType": "page",
              "networkEndTime": 7583.4130000025034,
              "resourceType": "Fetch",
              "protocol": "http/1.1",
              "resourceSize": 2,
              "transferSize": 710,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkRequestTime": 4325.86700001359,
              "priority": "High",
              "cache": "none",
              "url": "https://docbeale.com/wp-json/contact-form-7/v1/contact-forms/30/refill"
            },
            {
              "resourceType": "XHR",
              "protocol": "h2",
              "networkEndTime": 5462.9070000201464,
              "sessionTargetType": "page",
              "entity": "Other Google APIs/SDKs",
              "mimeType": "application/json",
              "rendererStartTime": 5390.7830000072718,
              "finished": true,
              "url": "https://www.google.com/recaptcha/api2/reload?k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje",
              "cache": "none",
              "networkRequestTime": 5392.2160000056028,
              "priority": "High",
              "resourceSize": 2895,
              "transferSize": 3162,
              "statusCode": 200
            },
            {
              "networkRequestTime": 5524.07000002265,
              "priority": "High",
              "url": "https://www.google.com/recaptcha/api2/clr?k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje",
              "cache": "none",
              "resourceSize": 0,
              "transferSize": 583,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 5531.9420000016689,
              "resourceType": "Fetch",
              "protocol": "h2",
              "mimeType": "application/binary",
              "finished": true,
              "rendererStartTime": 5523.0460000038147,
              "entity": "Other Google APIs/SDKs",
              "sessionTargetType": "page"
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "key": "protocol",
              "label": "Protocol",
              "valueType": "text"
            },
            {
              "key": "networkRequestTime",
              "label": "Network Request Time",
              "granularity": 1,
              "valueType": "ms"
            },
            {
              "granularity": 1,
              "valueType": "ms",
              "label": "Network End Time",
              "key": "networkEndTime"
            },
            {
              "displayUnit": "kb",
              "valueType": "bytes",
              "label": "Transfer Size",
              "key": "transferSize",
              "granularity": 1
            },
            {
              "displayUnit": "kb",
              "valueType": "bytes",
              "key": "resourceSize",
              "label": "Resource Size",
              "granularity": 1
            },
            {
              "valueType": "text",
              "key": "statusCode",
              "label": "Status Code"
            },
            {
              "valueType": "text",
              "label": "MIME Type",
              "key": "mimeType"
            },
            {
              "label": "Resource Type",
              "key": "resourceType",
              "valueType": "text"
            }
          ]
        }
      },
      "unminified-javascript": {
        "id": "unminified-javascript",
        "title": "Minify JavaScript",
        "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 10 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "overallSavingsBytes": 9941,
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "FCP": 0,
              "LCP": 0
            }
          },
          "type": "opportunity",
          "sortedBy": [
            "wastedBytes"
          ],
          "items": [
            {
              "wastedPercent": 38.132593862881748,
              "wastedBytes": 6442,
              "totalBytes": 16894,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/owl.js?ver=7.0.2"
            },
            {
              "wastedBytes": 3499,
              "totalBytes": 10794,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/mixitup.js?ver=7.0.2",
              "wastedPercent": 32.4142156862745
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "label": "Transfer Size",
              "key": "totalBytes",
              "valueType": "bytes"
            },
            {
              "key": "wastedBytes",
              "label": "Est Savings",
              "valueType": "bytes"
            }
          ],
          "overallSavingsMs": 0
        },
        "warnings": [],
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "use-landmarks": {
        "id": "use-landmarks",
        "title": "HTML5 landmark elements are used to improve navigation",
        "description": "Landmark elements (`\u003cmain\u003e`, `\u003cnav\u003e`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "http-status-code": {
        "id": "http-status-code",
        "title": "Page has successful HTTP status code",
        "description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "largest-contentful-paint": {
        "id": "largest-contentful-paint",
        "title": "Largest Contentful Paint",
        "description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
        "score": 0.12,
        "scoreDisplayMode": "numeric",
        "displayValue": "6.1 s",
        "numericValue": 6082.0115625473018,
        "numericUnit": "millisecond"
      },
      "th-has-data-cells": {
        "id": "th-has-data-cells",
        "title": "`\u003cth\u003e` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-prohibited-attr": {
        "id": "aria-prohibited-attr",
        "title": "Elements use only permitted ARIA attributes",
        "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "crawlable-anchors": {
        "id": "crawlable-anchors",
        "title": "Links are crawlable",
        "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Uncrawlable Link",
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "image-delivery-insight": {
        "id": "image-delivery-insight",
        "title": "Improve image delivery",
        "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 65 KiB",
        "metricSavings": {
          "LCP": 300,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "node": {
                "lhId": "page-0-IMG",
                "selector": "div.outer-box \u003e div.image-column \u003e figure.image-box \u003e img.img-responsive",
                "type": "node",
                "boundingRect": {
                  "width": 352,
                  "top": 3690,
                  "right": 382,
                  "height": 235,
                  "left": 30,
                  "bottom": 3924
                },
                "snippet": "\u003cimg decoding=\"async\" width=\"1920\" height=\"1280\" src=\"https://docbeale.com/wp-content/uploads/2022/09/pexels-andrea-piacquadio-3…\" class=\"img-responsive\" alt=\"Yoga healthy exercise for medical weight loss\"\u003e",
                "nodeLabel": "Yoga healthy exercise for medical weight loss",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,4,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,1,DIV,0,FIGURE,0,IMG"
              },
              "url": "https://docbeale.com/wp-content/uploads/2022/09/pexels-andrea-piacquadio-3775603.jpg",
              "wastedBytes": 58365,
              "subItems": {
                "items": [
                  {
                    "reason": "This image file is larger than it needs to be (1920x1280) for its displayed dimensions (616x411). Use responsive images to reduce the image download size.",
                    "wastedBytes": 58365
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 65062
            },
            {
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 7921,
                    "reason": "Increasing the image compression factor could improve this image's download size."
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 12242,
              "wastedBytes": 7921,
              "url": "https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp",
              "node": {
                "snippet": "\u003cimg src=\"https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp\" alt=\"Health Coach Logo\"\u003e",
                "nodeLabel": "Health Coach Logo",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,A,0,IMG",
                "type": "node",
                "boundingRect": {
                  "width": 190,
                  "left": 15,
                  "bottom": 193,
                  "height": 53,
                  "right": 205,
                  "top": 140
                },
                "lhId": "page-1-IMG",
                "selector": "div.logo-box \u003e div.logo \u003e a \u003e img"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "key": "url",
              "subItemsHeading": {
                "valueType": "text",
                "key": "reason"
              },
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Resource Size"
            },
            {
              "valueType": "bytes",
              "subItemsHeading": {
                "valueType": "bytes",
                "key": "wastedBytes"
              },
              "label": "Est Savings",
              "key": "wastedBytes"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 66286
          },
          "type": "table"
        }
      },
      "redirects-http": {
        "id": "redirects-http",
        "title": "Redirects HTTP traffic to HTTPS",
        "description": "Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "identical-links-same-purpose": {
        "id": "identical-links-same-purpose",
        "title": "Identical links have the same purpose.",
        "description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.12/identical-links-same-purpose).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "impact": "minor",
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "wcag2aaa",
              "wcag249"
            ]
          },
          "type": "table",
          "items": [
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,2,DIV,1,DIV,0,DIV,0,DIV,2,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,3,H3,2,U,0,A",
                "nodeLabel": "202-463-7872",
                "snippet": "\u003ca style=\"color: #000;\" href=\"tel:+12024637872\"\u003e",
                "selector": "div.wpb_wrapper \u003e h3 \u003e u \u003e a",
                "lhId": "1-21-A",
                "explanation": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous.",
                "boundingRect": {
                  "width": 165,
                  "top": 3195,
                  "right": 195,
                  "height": 33,
                  "left": 30,
                  "bottom": 3228
                },
                "type": "node"
              },
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "selector": "div.row \u003e p.formtext \u003e b \u003e a",
                      "lhId": "1-22-A",
                      "boundingRect": {
                        "right": 215,
                        "top": 4261,
                        "left": 117,
                        "bottom": 4281,
                        "height": 20,
                        "width": 98
                      },
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,6,DIV,4,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,3,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,FORM,1,DIV,1,P,4,B,0,A",
                      "nodeLabel": "202-463-7872",
                      "snippet": "\u003ca style=\"color: blue;\" href=\"tel:2024637872\"\u003e"
                    }
                  },
                  {
                    "relatedNode": {
                      "snippet": "\u003ca href=\"tel:2024637872\"\u003e",
                      "path": "1,HTML,1,BODY,0,DIV,8,FOOTER,0,DIV,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,P,1,A",
                      "nodeLabel": "div.wp-block-group \u003e div.wp-block-group__inner-container \u003e p.foothour \u003e a",
                      "lhId": "1-23-A",
                      "selector": "div.wp-block-group \u003e div.wp-block-group__inner-container \u003e p.foothour \u003e a",
                      "type": "node",
                      "boundingRect": {
                        "width": 103,
                        "height": 20,
                        "left": 66,
                        "bottom": 5406,
                        "top": 5386,
                        "right": 169
                      }
                    }
                  }
                ],
                "type": "subitems"
              }
            }
          ],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "notification-on-start": {
        "id": "notification-on-start",
        "title": "Avoids requesting the notification permission on page load",
        "description": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "source-location",
              "key": "source",
              "label": "Source"
            }
          ]
        }
      },
      "aria-meter-name": {
        "id": "aria-meter-name",
        "title": "ARIA `meter` elements have accessible names",
        "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.12/aria-meter-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "list": {
        "id": "list",
        "title": "Lists contain only `\u003cli\u003e` elements and script supporting elements (`\u003cscript\u003e` and `\u003ctemplate\u003e`).",
        "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/list).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "non-composited-animations": {
        "id": "non-composited-animations",
        "title": "Avoid non-composited animations",
        "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Element",
              "subItemsHeading": {
                "valueType": "text",
                "key": "failureReason"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "cumulative-layout-shift": {
        "id": "cumulative-layout-shift",
        "title": "Cumulative Layout Shift",
        "description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "displayValue": "0",
        "details": {
          "type": "debugdata",
          "items": [
            {
              "newEngineResultDiffered": false,
              "cumulativeLayoutShiftMainFrame": 2.4543148761926617e-05
            }
          ]
        },
        "numericValue": 2.4543148761926617e-05,
        "numericUnit": "unitless"
      },
      "interactive": {
        "id": "interactive",
        "title": "Time to Interactive",
        "description": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).",
        "score": 0.04,
        "scoreDisplayMode": "numeric",
        "displayValue": "17.2 s",
        "numericValue": 17187.656081274054,
        "numericUnit": "millisecond"
      },
      "aria-valid-attr-value": {
        "id": "aria-valid-attr-value",
        "title": "`[aria-*]` attributes have valid values",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "visual-order-follows-dom": {
        "id": "visual-order-follows-dom",
        "title": "Visual order on the page follows DOM order",
        "description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https://developer.chrome.com/docs/lighthouse/accessibility/visual-order-follows-dom/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "label": {
        "id": "label",
        "title": "Form elements have associated labels",
        "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.12/label).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "robots-txt": {
        "id": "robots-txt",
        "title": "robots.txt is valid",
        "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Line #",
              "key": "index",
              "valueType": "text"
            },
            {
              "key": "line",
              "label": "Content",
              "valueType": "code"
            },
            {
              "label": "Error",
              "key": "message",
              "valueType": "code"
            }
          ],
          "type": "table"
        }
      },
      "charset": {
        "id": "charset",
        "title": "Properly defines charset",
        "description": "A character encoding declaration is required. It can be done with a `\u003cmeta\u003e` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/lighthouse/best-practices/charset/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "meta-viewport": {
        "id": "meta-viewport",
        "title": "`[user-scalable=\"no\"]` is used in the `\u003cmeta name=\"viewport\"\u003e` element or the `[maximum-scale]` attribute is less than 5.",
        "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-viewport).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "items": [
            {
              "node": {
                "boundingRect": {
                  "right": 0,
                  "top": 0,
                  "height": 0,
                  "left": 0,
                  "bottom": 0,
                  "width": 0
                },
                "type": "node",
                "explanation": "Fix any of the following:\n  user-scalable on \u003cmeta\u003e tag disables zooming on mobile devices",
                "lhId": "1-16-META",
                "selector": "head \u003e meta",
                "snippet": "\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"\u003e",
                "nodeLabel": "head \u003e meta",
                "path": "1,HTML,0,HEAD,3,META"
              }
            }
          ],
          "type": "table",
          "debugData": {
            "impact": "moderate",
            "type": "debugdata",
            "tags": [
              "cat.sensory-and-visual-cues",
              "wcag2aa",
              "wcag144",
              "EN-301-549",
              "EN-9.1.4.4",
              "ACT",
              "RGAAv4",
              "RGAA-10.4.2"
            ]
          }
        }
      },
      "select-name": {
        "id": "select-name",
        "title": "Select elements have associated label elements.",
        "description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.12/select-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "total-blocking-time": {
        "id": "total-blocking-time",
        "title": "Total Blocking Time",
        "description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).",
        "score": 0.54,
        "scoreDisplayMode": "numeric",
        "displayValue": "550 ms",
        "numericValue": 546,
        "numericUnit": "millisecond"
      },
      "canonical": {
        "id": "canonical",
        "title": "Document has a valid `rel=canonical`",
        "description": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "document-latency-insight": {
        "id": "document-latency-insight",
        "title": "Document request latency",
        "description": "Your first network request is the most important. [Reduce its latency](https://developer.chrome.com/docs/performance/insights/document-latency) by avoiding redirects, ensuring a fast server response, and enabling text compression.",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 960 ms",
        "metricSavings": {
          "LCP": 950,
          "FCP": 950
        },
        "details": {
          "items": {
            "usesCompression": {
              "value": true,
              "label": "Applies text compression"
            },
            "noRedirects": {
              "label": "Had redirects (2 redirects, +963 ms)",
              "value": false
            },
            "serverResponseIsFast": {
              "label": "Server responds quickly (observed 66 ms)",
              "value": true
            }
          },
          "debugData": {
            "serverResponseTime": 66,
            "uncompressedResponseBytes": 0,
            "wastedBytes": 0,
            "redirectDuration": 963,
            "type": "debugdata"
          },
          "type": "checklist"
        }
      },
      "presentation-role-conflict": {
        "id": "presentation-role-conflict",
        "title": "Elements with `role=\"none\"` or `role=\"presentation\"` do not have conflicts",
        "description": "There are certain cases where the semantic role of an element with `role=\"none\"` or `role=\"presentation\"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "user-timings": {
        "id": "user-timings",
        "title": "User Timing marks and measures",
        "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "details": {
          "items": [],
          "headings": [
            {
              "key": "name",
              "label": "Name",
              "valueType": "text"
            },
            {
              "label": "Type",
              "key": "timingType",
              "valueType": "text"
            },
            {
              "key": "startTime",
              "label": "Start Time",
              "granularity": 0.01,
              "valueType": "ms"
            },
            {
              "label": "Duration",
              "key": "duration",
              "granularity": 0.01,
              "valueType": "ms"
            }
          ],
          "type": "table"
        }
      },
      "mainthread-work-breakdown": {
        "id": "mainthread-work-breakdown",
        "title": "Minimize main-thread work",
        "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "3.2 s",
        "metricSavings": {
          "TBT": 550
        },
        "details": {
          "sortedBy": [
            "duration"
          ],
          "type": "table",
          "headings": [
            {
              "valueType": "text",
              "label": "Category",
              "key": "groupLabel"
            },
            {
              "key": "duration",
              "label": "Time Spent",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "items": [
            {
              "groupLabel": "Script Evaluation",
              "group": "scriptEvaluation",
              "duration": 1822.9259999999783
            },
            {
              "groupLabel": "Script Parsing & Compilation",
              "group": "scriptParseCompile",
              "duration": 606.82199999999966
            },
            {
              "groupLabel": "Other",
              "duration": 304.88759999999746,
              "group": "other"
            },
            {
              "groupLabel": "Style & Layout",
              "duration": 211.69679999999997,
              "group": "styleLayout"
            },
            {
              "groupLabel": "Garbage Collection",
              "group": "garbageCollection",
              "duration": 98.244
            },
            {
              "duration": 75.5508,
              "group": "parseHTML",
              "groupLabel": "Parse HTML & CSS"
            },
            {
              "group": "paintCompositeRender",
              "duration": 55.963200000000036,
              "groupLabel": "Rendering"
            }
          ]
        },
        "numericValue": 3176.0903999999759,
        "numericUnit": "millisecond"
      },
      "aria-tooltip-name": {
        "id": "aria-tooltip-name",
        "title": "ARIA `tooltip` elements have accessible names",
        "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "table-duplicate-name": {
        "id": "table-duplicate-name",
        "title": "Tables have different content in the summary attribute and `\u003ccaption\u003e`.",
        "description": "The summary attribute should describe the table structure, while `\u003ccaption\u003e` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "is-on-https": {
        "id": "is-on-https",
        "title": "Does not use HTTPS",
        "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "1 insecure request found",
        "details": {
          "type": "table",
          "items": [
            {
              "resolution": "Allowed",
              "url": "http://docbeale.com/"
            }
          ],
          "headings": [
            {
              "label": "Insecure URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "valueType": "text",
              "key": "resolution",
              "label": "Request Resolution"
            }
          ]
        }
      },
      "aria-conditional-attr": {
        "id": "aria-conditional-attr",
        "title": "ARIA attributes are used as specified for the element's role",
        "description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "html-lang-valid": {
        "id": "html-lang-valid",
        "title": "`\u003chtml\u003e` element has a valid value for its `[lang]` attribute",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-lang-valid).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "speed-index": {
        "id": "speed-index",
        "title": "Speed Index",
        "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).",
        "score": 0.26,
        "scoreDisplayMode": "numeric",
        "displayValue": "7.5 s",
        "numericValue": 7526.8619122783548,
        "numericUnit": "millisecond"
      },
      "offscreen-content-hidden": {
        "id": "offscreen-content-hidden",
        "title": "Offscreen content is hidden from assistive technology",
        "description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https://developer.chrome.com/docs/lighthouse/accessibility/offscreen-content-hidden/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "inspector-issues": {
        "id": "inspector-issues",
        "title": "No issues in the `Issues` panel in Chrome Devtools",
        "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "issueType",
              "label": "Issue type",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              },
              "valueType": "text"
            }
          ]
        }
      },
      "link-in-text-block": {
        "id": "link-in-text-block",
        "title": "Links rely on color to be distinguishable.",
        "description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.12/link-in-text-block).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "debugData": {
            "tags": [
              "cat.color",
              "wcag2a",
              "wcag141",
              "TTv5",
              "TT13.a",
              "EN-301-549",
              "EN-9.1.4.1",
              "RGAAv4",
              "RGAA-10.6.1"
            ],
            "type": "debugdata",
            "impact": "serious"
          },
          "type": "table",
          "items": [
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,4,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,3,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,FORM,1,DIV,1,P,2,A",
                "nodeLabel": "email",
                "snippet": "\u003ca style=\"color: blue;\" href=\"mailto:Lisabeale@docbeale.com\"\u003e",
                "selector": "form.wpcf7-form \u003e div.row \u003e p.formtext \u003e a",
                "lhId": "1-13-A",
                "explanation": "Fix any of the following:\n  The link has insufficient color contrast of 2.44:1 with the surrounding text. (Minimum contrast is 3:1, link text: #0000ff, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
                "boundingRect": {
                  "left": 30,
                  "bottom": 4281,
                  "height": 20,
                  "top": 4261,
                  "right": 68,
                  "width": 38
                },
                "type": "node"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "type": "node",
                      "boundingRect": {
                        "width": 352,
                        "right": 382,
                        "top": 4209,
                        "bottom": 4285,
                        "height": 76,
                        "left": 30
                      },
                      "lhId": "1-14-P",
                      "selector": "div#wpcf7-f30-p425-o1 \u003e form.wpcf7-form \u003e div.row \u003e p.formtext",
                      "snippet": "\u003cp class=\"formtext\"\u003e",
                      "path": "1,HTML,1,BODY,0,DIV,6,DIV,4,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,3,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,FORM,1,DIV,1,P",
                      "nodeLabel": "\nContact us by filling out the form below, send an email or call 202-463-7872."
                    }
                  }
                ]
              }
            }
          ],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "target-size": {
        "id": "target-size",
        "title": "Touch targets do not have sufficient size or spacing.",
        "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.12/target-size).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "left": 81,
                        "bottom": 4179,
                        "height": 47,
                        "right": 331,
                        "top": 4132,
                        "width": 250
                      },
                      "type": "node",
                      "selector": "form.wpcf7-form \u003e div.row \u003e p \u003e button.luna",
                      "lhId": "1-18-BUTTON",
                      "nodeLabel": "Schedule an Appointment",
                      "path": "1,HTML,1,BODY,0,DIV,6,DIV,4,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,3,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,FORM,1,DIV,0,P,0,BUTTON",
                      "snippet": "\u003cbutton class=\"luna solor\"\u003e"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "height": 20,
                  "left": 114,
                  "bottom": 4165,
                  "top": 4145,
                  "right": 298,
                  "width": 184
                },
                "type": "node",
                "explanation": "Fix any of the following:\n  Target has insufficient size (184px by 20px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 0px instead of at least 24px.",
                "lhId": "1-17-A",
                "selector": "div.row \u003e p \u003e button.luna \u003e a",
                "snippet": "\u003ca href=\"https://docbeale.com/appointments/\"\u003e",
                "nodeLabel": "Schedule an Appointment",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,4,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,3,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,FORM,1,DIV,0,P,0,BUTTON,0,A"
              }
            }
          ],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "valueType": "node"
            }
          ],
          "debugData": {
            "tags": [
              "cat.sensory-and-visual-cues",
              "wcag22aa",
              "wcag258"
            ],
            "impact": "serious",
            "type": "debugdata"
          },
          "type": "table"
        }
      },
      "screenshot-thumbnails": {
        "id": "screenshot-thumbnails",
        "title": "Screenshot Thumbnails",
        "description": "This is what the load of your site looked like.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "scale": 3569,
          "type": "filmstrip",
          "items": [
            {
              "timestamp": 114831486420,
              "timing": 446,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAMI/8QAHRABAAIDAQEBAQAAAAAAAAAAAAMEFFOSAgERMf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDVIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI5VfdH0ZVfdH0AGVX3R9GVX3R9ABlV90fRlV90fQAZVfdH0ZVfdH0AGVX3R9GVX3R9ABlV90fRlV90fQAZVfdH0ZVfdH0AGVX3R9KRyeJPP749fPXz+fvz7+gD//2Q=="
            },
            {
              "timestamp": 114831932545,
              "timing": 892,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k="
            },
            {
              "timestamp": 114832378670,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timing": 1338
            },
            {
              "timing": 1785,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timestamp": 114832824795
            },
            {
              "timestamp": 114833270920,
              "timing": 2231,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k="
            },
            {
              "timestamp": 114833717045,
              "timing": 2677,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k="
            },
            {
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAHAAAAQUBAQEAAAAAAAAAAAAAAAIDBAUGBwEI/8QASBAAAQMDAgQDBAcFAwkJAAAAAQIDBAAFERIhBjFBURMiYRQycYEHFSNSkaGxM0JTksEWQ/AIJGJyc6PR4fEXJlRjgqKys9L/xAAbAQEAAgMBAQAAAAAAAAAAAAAAAgMBBAUGB//EACoRAAICAQMDAwQDAQEAAAAAAAABAgMRBBITITFRBRRhMkFxsSOh0SLh/9oADAMBAAIRAxEAPwDB0UVKheyplIMsKUwEqKgnmTg4HTrivoLeD54u+CLRVxpsitS9UxPlOGwobq3xvp5H8vXp60izNzU5cddi+CCrxAQrXncJ0+nfb9RDf8Mls+Smoq0l/Vh9m8PKQVHxS1qyBkdFfPG/LGd6flGyeA4IyV6hr0k6tR83l9OWf+tN/wAMbO/UpKKt4zlqMJQeZAkgI0k6yD5zqzg/dx264pSVWlUhtakBDRRlTaCrynWNsnrozv3x82/4Y2/JTUVcrFkAY8NUgnxEhwqGBozuduuB/wC70pDotYz4Jz9mrOrV7+g40/6OrTjO/PNN/wAMOOPuVNFWFs9h8RZm40BIwFaslWRnGn07/wDMSFG0CVHVo1NZUVpSVgczpCs79tx09Ruc8PGAo5WclPRVwtdoVCkJDSg+AkNqTqBV5zk7kj3cfPlTwVYw035FFzwU6tWvHidc4PLvj0x1pv8AhmdnyihoqddTCLqPq5Kkt6d9Wc59c9fhtyqDUk8rJBrDwFFFFZAUUUUAUUUUA/CaS/IShZIThRwOZIBIA9SRj51ZPWmIiSy2i5NOIcCiVAoGnAyAcqxv8apqKi02+jMprHVFjJgsNR3FtSfG0pSoLTp0kkjbGSc7nnj3T8q6iispNdzDCiiisgKKKKAKKKKAZ1HvRqPerKxQG58lzx1lDDSNbih0FaAcOpLfjps8sxNOrxPGGrGM8u+N8c8b1rOzDwWqOTG6j3o1HvWvd4ctw8BxMl3wnwVIwnOAMc/xFCOGoDi0ITKdStSUqCSkclKwOR+H41D3EUTVEn2MhqPejUe9a88MQktB1cpxDZdLOop6jO/w2pKOHoC05Q7JVy/cHVOrv2p7iI4JGS1HvRqPetcOG4BaddTJeLTYJUrSMDcgD4nFVd9sot7QeYcLrBVp1Y6/4NZjfGTwmYlTKKyyl1HvRqPevKKtyys91HvRqPevK3lk+jC8Xe1RZ7EmChqQgLSla1agD3wmq7Lo1rM3gnXVK14gsmE1HvRqPethxV9H904atft81+I4zrDeGlKJyfiB2rHVmu2Ni3QeULK5VvbNYZ7qPejUe9eUVPLIF5wsUOOTIq1hCpDOhJPLOc1tIN1UxHW1Jsq37kWgylzUQgYGAsY5HAA/4b55glRSoKSSCOoqwF5uAa8P2pzRyxmqpw3FkZY6/wDpu4zsSDGhxnnYq3Gs+JrGSMke6amRnIL6ShCYakhSiUhP7o5H47CuUrWpaipSiSepNOR5L0ZwLZcUlQ6g1TLTbuuepdDUbcLHQ62lkENpLMbwsqU6MZ333FeLjxvZ1qcail7fGUDBIyB+Qrma7/c141Sl7Ul6+XF5sockrKT0qr2k/Jb7qHg6G9Ot4dWQqJkA6SU5OrOf1zVDxfNhrti2Y3gZUpB+zGDtzzWJKiTkk5oq6GmUWnkpnqXJNYPKKKK2TWCvpr6PJLA4JswLzeRHSCNQ2NfMtFa2p0/uIqOcGzpdT7eTljJ336a5DK+DClDrZUZCMAKBPWuBUUVLT0cENmcmNTfzz34wFFFFXmubM8HsjnKd/lFJVwiyOUpw/wDpFbFSe4ppTfatTkl5OnwV+DH/ANlGf/EufyiknhZoc5Dn8orWrRnmKaUnHwpyS8kHRBfYyp4YaxtIc/lFIPDbY5vufyitSUDptSFI23FOSXkxww8GXPDrY/v1/gKSeH2/46/wFaVTfam1I7isqyQ4YeDOGwIH98v8BXn1C3/HX/KK0JR2pCk9xU1Y39zHDDwUBsKOj6vwFeGxpH96v8BV9oHevCk1ncxxQ8FAbKgc3l/hR9TI/jL/AAFXxSe1JKBncU3McMPBRGyo6PK/AUCzJ/jK/CrsoFAbFNzHFDwbMpIpBT2qUUUgp9K01LBtkVSe4phbeDtyqcU02pAPpU0zDWSCpHypCkYqYps/Gm1I+RrJXjBDUnJptSD2zT059mHHU9JWlDY5qNYZ7jhCX5TC0aHEKCUkEEEdVZ/xzqqy6Ff1Mtqost+hGwLY7YpBbNZy3cZw574bRhsBPiOKWNkJx375rSQ30TGvFaCvDJ8qiPeHepwsjNZiyNlU6+kkNlHcUkoFTSg0go7ipptFZEKPWvNB9KllsfdpPhipb2MEbR6CvCn0qSW/Wp8ayT5LIdYjOKbPI7DP41Cd8YLM2kShXKbxFN/g0Sm+21NKb7irFTfam1N9xVOS5porlI7Ugp7ip6m88xTLqUtoUtROkdkkn5AbmsN4WWEtzwiIUZO1QIUxqet/2YFxlpWjxh7i1ddJ645Z71oLtDju8EXWTDU+uQppTBCk+Gpskb4552PMeorAzb3HtHD0Bi2o1OuR0KbSOSQU5ySOp/OtOGujOySTwo9/k3paGUK4trLl2+Bnj0pkwfq2MmQ5Nc3QlhBWR03GOW9cevdnuVrdWZ8ZbClJ8qFY83fP4V9EW+6WqzSIVpaQ9JvMx7RMk6CQ3tvp6kDp+dc244Zj3O8TkrTKYS0pQaTIGFEDrkDauDrPUHdbuS/5/s9Do/TlTVtbe7+jintEgOrSxqCCd0jkcV0DgzjtyG2zGlLdWgEANtNFe3XJJ2+QrBLbPtjiFKOAsgH50zJa9lcStl3Od8jmK2qNRKp5iaV1EbFiR9VxnGpLCHWVBSFpCgR2NL0etc3+hC6PS4kuK842pCCFJJVhYPL3e23Oup+EfSvR1WKyCkjzV1Tqm4Mh6D3qTDtsiZnwW/IOazskfOrnh2yfWMjW/wCWI3utXf0FOcVcQRGnmoEbDLCNsJG1cj1P1daT+OtZl+jr+l+jvV/yWPEf2IgwIMEhToEqR0GPKD8OtXoTKdSFreS0TyTnkKzMK6RQjMfzuDrjNNPT5LrhUVqHwrzkKNb6pJ2Prj7vovwj0dl+i9Kiq10/HV/lmnU1jmKbU32qwKPQ0gt7V7FSR5B1+CtW1vnH4U2W/wDBqyU12FNlrPY1NSZU4MgcQz02jgSbJWjWNZ8vcYArjn0WTzJ4xZYOFuJjLRHKk6y0QRlSR1IRrxXerpbm7pwbLiOIGylA454IrgvBItXC30hpN8UtuM02vwwRkElJSAfka8vqZN32x+7PVaSK9vW/Audcmm+JXrvZlSWXo8rV7O8yWyTnScHUpJ2JB5bVY3lTblllSHk5eUDue5omeyypi5MVoNR1KJQlJynnVXxRc2mLK+0PfKTjNceb3NJdzvJbU39jislYMp8D1I/X+lVkoq8ZWo5p9T5RJcUU6jnB+B50xL/bE5BBG2O1duCwkedseWzV/RfLbY4ojIeddZSs6Q43uQemfSvrCyWdy5v4A0sp3WvHL0+NfNv0FcAz+MeJEvJQtq1Rjl+Ty0nolPdXpX2Fd5Uaw2vwY4AIGB3J71fL1L21LhD6v0a8fTvc3Kcu37Ka/wA5u3RkwIIAwMYHSsJMt7ctRS4MrUQpSvuirBcpch4nGp5w5qWzG8NODuo7k45mub6bopa27ks+ld/l+P8ATqepa2OgpVVf1vt8Lz/hAZjtMthDSQlI6Cl6B3qf4JpPg17WOIrC7Hh5Jye5vqbMtfGkFr4Gp5apBbOeVc7cdDBXlrHTFILdWRbx3pBbB7VlTA/YUpUmVHWn9okEfL/rXEfpu4UkKuSZdvaUp9WlKUIHTOOfck12qKfAkIcG2DvjtUufDallbyw3hSNIKsZJTvtnqNq4+tqb1CmmdnQ3JUuLOAfRHwaJ3B3EL7rCkue2aGgVHKChO+Mf6w/CsdxbB9lS806sOOtpIUEnYHtnrX0Xw7bX+H+GbhCjJMhxx1bjZQcgggAEnbHu5Nc//wCyl25uJcm3ABt85V4GFEA9SpRAA+GfnXOnXKy1uJ1q7Y1VYmfKUaI/PuCI8WO9IkOKIQ00gqUo9gBzrtP0ef5P1zuqkS+LXVWyKAF+zIwXlJ57nknYep5cs13LhDgHhr6O2pb1tS4qTKToemzFAuaDzQgYGkHvgfPbGit0xUmMt4EFchL6jvjOhSEj/wCNdRReMnJbyxdohWrhazN2+zxmosNkYQ2j9Sep7k1geJ7z7ZcFICsoRud6h8X8RSojhi6VhfLXg6fkf8etRuELK/dHRLmJUiGk58w/an/hXCjVbqLeNLqdx2Vaavlb6F/ZIREYSXE/aujIz+6noP61Y+Ce1WRZ7YxXnhegr2unhCitVw7I8PqJT1Fjtn3ZWlo55Gjwj2NWPg+leeF6Gr9/yU8TNWUEdKSUdxUknFJKhjvXKUmdN1kYoHSklv0Bp8nJrwkdTUtzIbCP4IUeWANyew71bsoDKEI3U2nVgpLehYJ5nO+cUmG0QnxGlIKuimnxnHYgjFeyJLTGQ7NiMLIyPEdGf5Rp/Wta2e9m3TXsWSLPZQUhbjqGWErCgFPFCV7deQx+IrO3K8QreFJt2htbm5MOOVkn/aEFP5CmOJ+I0Q8ojS42o/vMRSSfzNYR65GQordn3VRP3YagP/rqVdfTL7E5SH7rKEp0uSrRMf33ceLbpHwBWSB6AfKpMaZAFlitodMdgLKWfAKmykknUnSnnyOUkcxyqsjqU87phXNxT2M+zykgZHqMBQ+P5Gnm5KfEW/jwgFIeI5lKkq0uD5DA+dWy7YCQxd7/ABbS7EExS33HlJSkyGAhRTqA3Jxgb9q3abjbW4hdEuOllAIOFjbHMYFfPfEN/uF4muJQlpCEnS0pYOonOcKHxztiqC3TPq5stOa30vEJCkElQHIj8+W36Vzo651ykorJG2nkxln0uzxFaZDetmWhxOrTsDsdvy3q2RpWCUEKHcHNfN0dDyo8mU26hseXSSSVkFOU4HMdxnvUm08X3mxyW5UZwuJcJK47mAhfTGAeg6+gFbMNfPK3rozXlpVjMWfRGkUaRVfw5eWr3ZYtxbSW0voCtKuh/qKluTWkK06gT8RXQ5DW2MvzIApCpAPI1hpPECYzZcedCEDmVHFeM8QJeb1suocRkjUlQIyNjVKj1wbXKbjx0nmTXiHkl1G4TuNyM4rE/Xavv0lV/S0tvxX0I1LCElSgMk8gPWpOt4I8ibOnuvMLI8eZaFr/APMbAP5qqNNuiGI5Dd4srQA93Ty/3gqaZhyEi5wNtil5vCwfXzD9KjXGatDCiblakgD+Gf8A91z0bxyHiK7GTc1ly9QVAH+5QP6qNVapzKRkXpCf9oGwP0H61P4iumue4UXO1p3/AIfP/eVXxpbzqxouVse/0UoIJ+es/pW9HsVPuTAl99pPjeDJaURokMDCm1dFAEnl3B+WKp+LpgicPynikJlvBTCwNxqISCceoAx32qyWgIV52W4UlzYONHU26T+6rYb/AB37HnWN4rkCRcG23HAtSFFlxJGRrCf2m2+cADatTV28cGyyEcmQgQlKdbdkPhtwHUElOUHfJ+G29V06Ez7KpxuSgNoUScOq1a9wRjucbAbfnVpPCHXkjf2VCvc3C17nO5PwG4+VZ+ahmO/4z6FeAMYHIpHx59a40G5PLJtDLd1kwtlKU4t5KQnKRuPQ457Y/Gtbwou3zZJU6CtwtOLCBy25ED15/wDDrg7nJZnNpcUUs6EaUo0nGOg/51Ht11mQF5YkOtp90hB6Z5eoz0roUyx3RXNdDuTv0gPxXWIrDKWGW1hAbSQNPpgbcjvj/rT3LjH/AD5/TIdCdZ05Chtn0/D5VzK43ORJbadeDaHhzUgY6bHaoYnvLGpayonqU5q92yXRMxxRxnB1O78c2q4eK2p9OhpetklC8OYHXbbfv07VTSOM2hCQzFlutHw1e4lQwonfbly5Y5Vzuiq5wc5bm3kzGKisI7C1x/amrW0Gn/DfGAW9Kz133I69+e9PWjjmwTb/AGh67PiPFiyQ+VrStRQQcBWkJOTgmuMUVsc0/PQrVEF1PthX048EpB/7xxX0/dVAko/PSf0rPX76aeFZKC3Gm28j73gv/wBWhXyRRVaeC473N+kOyuvKLV1hoT0/zR5X9BTCuPbIUkPXGDIH3FRHUfnhX6VwuireaRHadzHHnDjTSvBltpQsYcjJbc0H1SdIwfwB/Oue3O+xpUt0e1ksF/xkq0KySVblRPXBPIVjqKoujypKRJdDbC+QMltMtxtsHCcpURjqTgfE5A61WXOfFktBhqa4jXjxHCkkYCtgOvLes5RVK08UZyWOYIadSrDq8nS4oEHntgD+tQZgYc+0ZDiXM5LZA08++f6UiipqtL7mBn7XQACRikFtw436VJoqe1Gcim0FxxKE81EAVpf7D3v+183hssIFyhpcW9lXkCUJ1FWrsRjHfI71m2Fht9tZzhKgTj0NdSe+kq3OXmTcRDliTJkvode8upcQlxbSCM+9qcSDvjDSAM1kwc6XZLoi1Jua7dMTblbCUWVeEd8e9jHParWFwXeXoTsyXDkwoqENOJcejrHipcdQ2NG3mP2gOBzHKr+Xx3DdsZS0ypu4KtzVuU0ITGgpQlCCovHKyCEZ04GCfe2qQeNrIiZfZ7X1wuTeZDEpxhxKPDYKJCHVJB1ZXsFBJITjYY3yAMQvh67eyypbVtnOQYy1IckiOvQkpODk42x1zyrxfDt6RbRcF2memAUeIJBjrDZT97VjGPWtNeOJ7TdUokrXd4s2MzJjsNRilKHEuOOrClL1ZT+1IUkJVqA5jOz8zi6zvt36Yn60Fwu9vRDVG0o8BlSS2chWrKk/Z7DSNOcb0Bm5fDE2PfrxaUrZck2xLy3SlRAWGvf05G+wJ6bA089wbdmTA8ZDKEzbeu5tqK9gylKlHV2VhOQP9JPepb3E8Vf0lyuIPCfNulS3VuskDxFMO5StPPGShShzxVhdeOY0yyX2IiM+l6Q+pEBRxhiKotamzvnITHaSMbYK6AzUfhq6qVb1ybfOjxJzqGmpCoqylRWdtOB5iRuANz0pEbhu9y4ipUS03B+IFKT47cdZRlPPfGNq37v0kW9dybuCY7yHJEuK/KYbhR0BCWnEuKSHR53N0DTnRgcyan8Nyokk2viKSuVHbg26TGV4bjXgAYdA1nXqQtWv9npOokEHfYDnV24SvFtgsTlwpDsB2OzI9qbaWWkhxIUElWMZ8wHxpN14Uu1q4gi2a4RyxNklrwgsEJV4mNJyR3OD2IPardXFsdU0uKTKLP1ALSEHHvhkIzjPu6xq79cZqNc7/AkcZWq9siToa9kXIaW2kFKmkoSoIIUdQOjIJ088Y60BTRbFc5tykQLfBkTZTBUHERm1OEaTgnYcs9aGbDd3mpjjVrnLbhkiSpLCiGSOYXt5cYPPtWkcvPD6xeoPtN2FvuchuYZCYraXW1oLn2Zb8UhSCHM51A5A2qzPHNqkm4qms3AoVn2ZkBCiSI6WUrLoKVtrOgKURqCuRTtkgYSdZ7lAiR5U63y40aQMsuusqQlwYz5SRg7EGoNbHiziO23awxo8cTnLhraU66+lCAEoa0BJ0HDp7LKUqAGN81jqAKKKKAKKcDDpjqfDSywlQQpzSdIUQSAT3ISdvQ03QBRRViix3VduRcE22X9XrOEyiyoNHzaffxj3tufOgK6inJDK477rLoAcbUUKAIIBBwdxsaftttnXR8sWyHJmPBOooYaU4oDvgDlQESinJDDsZ9xiQ0tp5slK23ElKkkdCDyNeyYzsZaEvAArQlwYUFeVQyOXoeXOgGqKdEZ8xFSgy4YyVhtTuk6AsgkJJ5ZIBOPQ0Soz8R0NSmXGXClK9LiSk6VJCknB6EEEdwRQDVFFFAFFFFAFFFFAaKyXC3tcPS4c9SvE9tjy0NeHqS8ltDoUgnPlzrG/xrWN8aW5FxbeVPmyFh19bUh2LpVFbWkBLSNLgUB/qkBOBgEEiuY1ronCbEmC283NUVlLStISDr1aSop7hGog88Eb4oC+uHGlkc4euMGJHcy97SkIeZP2ynHVKQ6rQ4lsKSlSf3CQUDGx2j2biqzROG7dGkBRlMRFRnAiP9pn2tTww5qxowRkacncdcjLybVAEqQiNcUOoQ0taQAdQUlGrBJABGQU5B+VWg4Qiuxoi2Ls0p2Rg+EQCpGUFxIwDuSkEY+8QKA2cCa3Ns8iUiS/DtDsGayW1tI9nLzinQlxSgryrOtIwRqwBjy71g7LcLZEi3S1yJDoiuymn2pAY1B0NeIAhxGoHSoLzsTgpHxEwcEtpVMW7dGjGix1PqdaQVpJCAdIO3mJI27VDXwsPb3IbM1DjiGQ4XMYb1e0BpRz90DKs9gdqA11s46szF2hPtOTrfFjTUOyGmmA57c0ltpIC9S/LgtrISSoJC9txvAicbw4r1rSyqQiMl+F7cgNj7ZluO226g7+YEpV5Tsds1SscGuOrQn21CSp0NaVNkKSS3rAIzsehHTmSKZgcMtS4lvdFwaS7KCvsiMkFLhSd/hgj50BM4U4gtMKxzLTemX3oMuUh9xDQGcISopwSdjqwnP3VKrQyOP7fNnNTZLsppWppyaw0wkouCUxmWyyrzDCQptwDIIwvIGRg5xXBaWZsdp+5tKbcdQ0tbKCrRqWE5OSBg5yk/vDtTB4TSmMiS5cmW2VJSrJTk+bIwO5BG46Ap70Bp7Px5bmJj5kh5KfZoLLDvhqJbSyzpdbAQ4g4Uvfc4Vp3G+3N7i+iVcJUhlpDLTrqlpaQMJQCSQkDoByqXfbSq0ORkKfQ94zIdBQMAZyMd+Y59arKAKKKKAK1kHgibOgQ5Ed9rW834i21oVlrK0JRnSDsoLSrJwMZ7UUUAocBXLS+tciIhthOpalFaTjBOwKQSMA+YeU96dVwBLWtSI02OtaFOhfiJU2AEeHvyPMujbpiiigIcDg6XcoUB63qW4uTzStopSn7RKNiMlQGsEnAAGdzUh/gG6Ne0gvRssEpVkOJBI19SgAD7NWFHAO2CehRQCZfDlxg2p1qTcgiPpdeTFAdysthBJKCkaffG57Z5YNVkS0RJKZKm7iFpYhJkqKWsYcK0o8M6iORX7wz6CiigLR7giTGk21iVKQFzZTccBDK8oClrRqwoJ6tqwOoxvS5HBlyt7rkmPLS2w0lKhIUFoIUrUNHlBwrynbPUHO9FFAIRwJOXCfmInQDEaDii7qXuEDKsDTnuOW+KYg8HvzbTGntTI6UvMuveEoKCgG1BJ6YxlSOZHM7bblFASX+Ap8WQG5cmOlOso1NoccwQAcHCcDmAMkZ6ZpI4EnFbn+dxUNpWEBbgcAUS4G04wkg+YjOCcdcUUUBRXy0P2Z+O1JW2svspfSUasaSSOoHY1XUUUB/9k=",
              "timing": 3123,
              "timestamp": 114834163170
            },
            {
              "timing": 3569,
              "data": "data:image/jpeg;base64,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",
              "timestamp": 114834609295
            }
          ]
        }
      },
      "valid-lang": {
        "id": "valid-lang",
        "title": "`[lang]` attributes have a valid value",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/valid-lang).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "bootup-time": {
        "id": "bootup-time",
        "title": "Reduce JavaScript execution time",
        "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "2.3 s",
        "metricSavings": {
          "TBT": 750
        },
        "details": {
          "sortedBy": [
            "total"
          ],
          "items": [
            {
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "scriptParseCompile": 226.8216,
              "scripting": 1007.3279999999982,
              "total": 1326.4559999999981
            },
            {
              "total": 265.24680000000012,
              "scripting": 7.2479999999999967,
              "scriptParseCompile": 3.9635999999999987,
              "url": "https://docbeale.com/"
            },
            {
              "url": "Unattributable",
              "scriptParseCompile": 0,
              "scripting": 4.557599999999999,
              "total": 243.68280000000036
            },
            {
              "scripting": 110.96279999999977,
              "total": 212.55239999999975,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "scriptParseCompile": 100.728
            },
            {
              "scripting": 147.66240000000076,
              "total": 200.55840000000072,
              "scriptParseCompile": 1.9163999999999997,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/script.js?ver=7.0.2"
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ",
              "scriptParseCompile": 62.893199999999993,
              "total": 198.9624,
              "scripting": 127.0596
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0",
              "scriptParseCompile": 69.9132,
              "total": 180.03960000000009,
              "scripting": 108.8664000000001
            },
            {
              "scripting": 117.9372,
              "total": 168.6024,
              "scriptParseCompile": 49.7964,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0"
            },
            {
              "total": 61.359600000000029,
              "scripting": 44.040000000000028,
              "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
              "scriptParseCompile": 1.6991999999999998
            },
            {
              "total": 59.473200000000006,
              "scripting": 24.41040000000001,
              "scriptParseCompile": 34.9116,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH"
            },
            {
              "scriptParseCompile": 9.7092,
              "url": "https://docbeale.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",
              "total": 53.473200000000006,
              "scripting": 25.688400000000005
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "ms",
              "granularity": 1,
              "label": "Total CPU Time",
              "key": "total"
            },
            {
              "valueType": "ms",
              "granularity": 1,
              "key": "scripting",
              "label": "Script Evaluation"
            },
            {
              "label": "Script Parse",
              "key": "scriptParseCompile",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "summary": {
            "wastedMs": 2288.1131999999989
          },
          "type": "table"
        },
        "numericValue": 2288.1131999999989,
        "numericUnit": "millisecond"
      },
      "autocomplete-valid": {
        "id": "autocomplete-valid",
        "title": "`autocomplete` attributes are used correctly",
        "description": "The `autocomplete` attribute values must be valid and correctly applied for screen readers to function correctly. [Learn more about valid autocomplete values](https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "button-name": {
        "id": "button-name",
        "title": "Buttons do not have an accessible name",
        "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.12/button-name).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "node": {
                "snippet": "\u003cbutton class=\"hidden-bar-opener\"\u003e",
                "nodeLabel": "div.auto-container \u003e div.outer-container \u003e div.nav-toggler \u003e button.hidden-bar-opener",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,0,DIV,0,DIV,6,DIV,0,BUTTON",
                "boundingRect": {
                  "bottom": 184,
                  "height": 36,
                  "left": 297,
                  "top": 148,
                  "right": 337,
                  "width": 40
                },
                "type": "node",
                "explanation": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) \u003clabel\u003e\n  Element does not have an explicit \u003clabel\u003e\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
                "lhId": "1-0-BUTTON",
                "selector": "div.auto-container \u003e div.outer-container \u003e div.nav-toggler \u003e button.hidden-bar-opener"
              }
            },
            {
              "node": {
                "lhId": "1-1-BUTTON",
                "selector": "div.page-wrapper \u003e section.hidden-bar \u003e div.hidden-bar-closer \u003e button.btn",
                "boundingRect": {
                  "bottom": 36,
                  "height": 32,
                  "left": 510,
                  "right": 545,
                  "top": 4,
                  "width": 35
                },
                "type": "node",
                "explanation": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) \u003clabel\u003e\n  Element does not have an explicit \u003clabel\u003e\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
                "snippet": "\u003cbutton class=\"btn\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,4,SECTION,0,DIV,0,BUTTON",
                "nodeLabel": "div.page-wrapper \u003e section.hidden-bar \u003e div.hidden-bar-closer \u003e button.btn"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "debugData": {
            "impact": "critical",
            "type": "debugdata",
            "tags": [
              "cat.name-role-value",
              "wcag2a",
              "wcag412",
              "section508",
              "section508.22.a",
              "TTv5",
              "TT6.a",
              "EN-301-549",
              "EN-9.4.1.2",
              "ACT",
              "RGAAv4",
              "RGAA-11.9.1"
            ]
          },
          "type": "table"
        }
      },
      "viewport-insight": {
        "id": "viewport-insight",
        "title": "Optimize viewport for mobile",
        "description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/docs/performance/insights/viewport) if the viewport is not optimized for mobile.",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            }
          ],
          "items": [
            {
              "node": {
                "path": "1,HTML,0,HEAD,3,META",
                "nodeLabel": "head \u003e meta",
                "snippet": "\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"\u003e",
                "type": "node",
                "boundingRect": {
                  "top": 0,
                  "right": 0,
                  "height": 0,
                  "left": 0,
                  "bottom": 0,
                  "width": 0
                },
                "selector": "head \u003e meta",
                "lhId": "page-6-META"
              }
            }
          ],
          "type": "table"
        }
      },
      "third-party-cookies": {
        "id": "third-party-cookies",
        "title": "Avoids third-party cookies",
        "description": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "name",
              "label": "Name",
              "valueType": "text"
            },
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "aria-progressbar-name": {
        "id": "aria-progressbar-name",
        "title": "ARIA `progressbar` elements have accessible names",
        "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "meta-description": {
        "id": "meta-description",
        "title": "Document has a meta description",
        "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "aria-hidden-focus": {
        "id": "aria-hidden-focus",
        "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
        "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ],
          "type": "table"
        }
      },
      "lcp-discovery-insight": {
        "id": "lcp-discovery-insight",
        "title": "LCP request discovery",
        "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "items": {
                "eagerlyLoaded": {
                  "label": "LCP resources should not use loading=lazy",
                  "value": true
                },
                "requestDiscoverable": {
                  "label": "Request is discoverable in initial document",
                  "value": true
                },
                "priorityHinted": {
                  "value": true,
                  "label": "fetchpriority=high applied"
                }
              },
              "type": "checklist"
            },
            {
              "snippet": "\u003cdiv class=\"heroleft wpb_column vc_column_container vc_col-sm-6\" id=\"heroleft\"\u003e",
              "nodeLabel": "div.page-wrapper \u003e div.wpb-content-wrapper \u003e div#mewhero \u003e div#heroleft",
              "path": "1,HTML,1,BODY,0,DIV,6,DIV,0,DIV,0,DIV",
              "type": "node",
              "boundingRect": {
                "width": 442,
                "right": 427,
                "top": 223,
                "bottom": 603,
                "height": 380,
                "left": -15
              },
              "lhId": "page-2-DIV",
              "selector": "div.page-wrapper \u003e div.wpb-content-wrapper \u003e div#mewhero \u003e div#heroleft"
            }
          ],
          "type": "list"
        }
      },
      "aria-command-name": {
        "id": "aria-command-name",
        "title": "`button`, `link`, and `menuitem` elements have accessible names",
        "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-command-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "paste-preventing-inputs": {
        "id": "paste-preventing-inputs",
        "title": "Allows users to paste into input fields",
        "description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "svg-img-alt": {
        "id": "svg-img-alt",
        "title": "SVG elements with an `img` role have an accessible text alternative",
        "description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.12/svg-img-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "unminified-css": {
        "id": "unminified-css",
        "title": "Minify CSS",
        "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 3 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "sortedBy": [
            "wastedBytes"
          ],
          "overallSavingsMs": 0,
          "items": [
            {
              "totalBytes": 15711,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/style.css?ver=7.0.2",
              "wastedBytes": 2842,
              "wastedPercent": 18.087697929354441
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "key": "totalBytes",
              "label": "Transfer Size",
              "valueType": "bytes"
            },
            {
              "label": "Est Savings",
              "key": "wastedBytes",
              "valueType": "bytes"
            }
          ],
          "overallSavingsBytes": 2842,
          "type": "opportunity",
          "debugData": {
            "metricSavings": {
              "LCP": 0,
              "FCP": 0
            },
            "type": "debugdata"
          }
        },
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "aria-allowed-role": {
        "id": "aria-allowed-role",
        "title": "Uses ARIA roles only on compatible elements",
        "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "geolocation-on-start": {
        "id": "geolocation-on-start",
        "title": "Avoids requesting the geolocation permission on page load",
        "description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/). Also consider using the [`\u003cgeolocation\u003e` element](https://developer.chrome.com/blog/geolocation-html-element).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ],
          "type": "table"
        }
      },
      "document-title": {
        "id": "document-title",
        "title": "Document has a `\u003ctitle\u003e` element",
        "description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.12/document-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "html-xml-lang-mismatch": {
        "id": "html-xml-lang-mismatch",
        "title": "`\u003chtml\u003e` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
        "description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "listitem": {
        "id": "listitem",
        "title": "List items (`\u003cli\u003e`) are contained within `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` parent elements",
        "description": "Screen readers require list items (`\u003cli\u003e`) to be contained within a parent `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/listitem).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ],
          "type": "table"
        }
      },
      "tabindex": {
        "id": "tabindex",
        "title": "No element has a `[tabindex]` value greater than 0",
        "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.12/tabindex).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "aria-required-parent": {
        "id": "aria-required-parent",
        "title": "`[role]`s are contained by their required parent element",
        "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.12/aria-required-parent).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "forced-reflow-insight": {
        "id": "forced-reflow-insight",
        "title": "Forced reflow",
        "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "details": {
          "items": [
            {
              "type": "table",
              "items": [
                {
                  "source": {
                    "type": "text",
                    "value": "[unattributed]"
                  },
                  "reflowTime": 43.444
                }
              ],
              "headings": [
                {
                  "key": "source",
                  "label": "Source",
                  "valueType": "source-location"
                },
                {
                  "label": "Total reflow time",
                  "key": "reflowTime",
                  "granularity": 1,
                  "valueType": "ms"
                }
              ]
            }
          ],
          "type": "list"
        }
      },
      "td-headers-attr": {
        "id": "td-headers-attr",
        "title": "Cells in a `\u003ctable\u003e` element that use the `[headers]` attribute refer to table cells within the same table.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring `\u003ctd\u003e` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.12/td-headers-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "image-alt": {
        "id": "image-alt",
        "title": "Image elements have `[alt]` attributes",
        "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-alt).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "clickjacking-mitigation": {
        "id": "clickjacking-mitigation",
        "title": "Mitigate clickjacking with XFO or CSP",
        "description": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "severity": "High",
              "description": "No frame control policy found"
            }
          ],
          "headings": [
            {
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity"
            }
          ],
          "type": "table"
        }
      },
      "unused-css-rules": {
        "id": "unused-css-rules",
        "title": "Reduce unused CSS",
        "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 124 KiB",
        "metricSavings": {
          "LCP": 450,
          "FCP": 150
        },
        "details": {
          "overallSavingsBytes": 127221,
          "type": "opportunity",
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "LCP": 450,
              "FCP": 150
            }
          },
          "sortedBy": [
            "wastedBytes"
          ],
          "items": [
            {
              "wastedPercent": 96.4003374307062,
              "wastedBytes": 40739,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css",
              "totalBytes": 42260
            },
            {
              "wastedBytes": 39395,
              "totalBytes": 39783,
              "url": "https://docbeale.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.7.3",
              "wastedPercent": 99.025489770773191
            },
            {
              "wastedBytes": 17242,
              "totalBytes": 17853,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/bootstrap.css?ver=7.0.2",
              "wastedPercent": 96.575082508250816
            },
            {
              "wastedBytes": 15649,
              "url": "https://docbeale.com/wp-includes/css/dist/block-library/style.min.css?ver=7.0.2",
              "totalBytes": 15719,
              "wastedPercent": 99.556355098867257
            },
            {
              "wastedPercent": 93.246447421843285,
              "totalBytes": 15224,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/style.css?ver=7.0.2",
              "wastedBytes": 14196
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "key": "totalBytes",
              "label": "Transfer Size",
              "valueType": "bytes"
            },
            {
              "key": "wastedBytes",
              "label": "Est Savings",
              "valueType": "bytes"
            }
          ],
          "overallSavingsMs": 450
        },
        "numericValue": 450,
        "numericUnit": "millisecond"
      },
      "is-crawlable": {
        "id": "is-crawlable",
        "title": "Page isn’t blocked from indexing",
        "description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "source",
              "label": "Blocking Directive Source",
              "valueType": "code"
            }
          ]
        },
        "warnings": []
      },
      "landmark-one-main": {
        "id": "landmark-one-main",
        "title": "Document does not have a main landmark.",
        "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.12/landmark-one-main).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "items": [
            {
              "node": {
                "snippet": "\u003chtml dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"js_active vc_mobile vc_transform vc_transform\"\u003e",
                "path": "1,HTML",
                "nodeLabel": "html.js_active",
                "boundingRect": {
                  "height": 5055,
                  "left": 0,
                  "bottom": 5055,
                  "right": 412,
                  "top": 0,
                  "width": 412
                },
                "type": "node",
                "explanation": "Fix all of the following:\n  Document does not have a main landmark",
                "lhId": "1-12-HTML",
                "selector": "html.js_active"
              }
            }
          ],
          "type": "table",
          "debugData": {
            "impact": "moderate",
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "best-practice"
            ]
          }
        }
      },
      "aria-input-field-name": {
        "id": "aria-input-field-name",
        "title": "ARIA input fields have accessible names",
        "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "image-redundant-alt": {
        "id": "image-redundant-alt",
        "title": "Image elements do not have `[alt]` attributes that are redundant text.",
        "description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "cache-insight": {
        "id": "cache-insight",
        "title": "Use efficient cache lifetimes",
        "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 22 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "debugData": {
            "wastedBytes": 22500.1,
            "type": "debugdata"
          },
          "type": "table",
          "sortedBy": [
            "wastedBytes"
          ],
          "skipSumming": [
            "cacheLifetimeMs"
          ],
          "items": [
            {
              "totalBytes": 22200,
              "cacheLifetimeMs": 0,
              "url": "https://cdn.trustindex.io/loader.js?ver=1",
              "wastedBytes": 22200
            },
            {
              "totalBytes": 3001,
              "cacheLifetimeMs": 604800000,
              "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png",
              "wastedBytes": 300.09999999999991
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "Request",
              "key": "url"
            },
            {
              "displayUnit": "duration",
              "valueType": "ms",
              "label": "Cache TTL",
              "key": "cacheLifetimeMs"
            },
            {
              "displayUnit": "kb",
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Transfer Size",
              "granularity": 1
            }
          ]
        }
      },
      "custom-controls-labels": {
        "id": "custom-controls-labels",
        "title": "Custom controls have associated labels",
        "description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https://developer.chrome.com/docs/lighthouse/accessibility/custom-controls-labels/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "custom-controls-roles": {
        "id": "custom-controls-roles",
        "title": "Custom controls have ARIA roles",
        "description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https://developer.chrome.com/docs/lighthouse/accessibility/custom-control-roles/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "third-parties-insight": {
        "id": "third-parties-insight",
        "title": "3rd parties",
        "description": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page's content.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "transferSize": 763302,
              "mainThreadTime": 669.09800004959106,
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
                    "transferSize": 154969,
                    "mainThreadTime": 175.69499999284744
                  },
                  {
                    "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ",
                    "transferSize": 163027,
                    "mainThreadTime": 156.10099999606609
                  },
                  {
                    "url": "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0",
                    "mainThreadTime": 148.48500001430511,
                    "transferSize": 182198
                  },
                  {
                    "transferSize": 150798,
                    "mainThreadTime": 139.53300003707409,
                    "url": "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0"
                  },
                  {
                    "url": "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH",
                    "transferSize": 112310,
                    "mainThreadTime": 49.284000009298325
                  }
                ]
              },
              "entity": "Google Tag Manager"
            },
            {
              "entity": "Google CDN",
              "transferSize": 812351,
              "mainThreadTime": 516.95499996840954,
              "subItems": {
                "items": [
                  {
                    "transferSize": 766150,
                    "mainThreadTime": 516.95499996840954,
                    "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
                  },
                  {
                    "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/styles__ltr.css",
                    "transferSize": 43200,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png",
                    "transferSize": 3001,
                    "mainThreadTime": 0
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "entity": "docbeale.com",
              "transferSize": 743756,
              "mainThreadTime": 233.68600018322468,
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.mCustomScrollbar.concat.min.js?ver=7.0.2",
                    "mainThreadTime": 74.3440001308918,
                    "transferSize": 12115
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/script.js?ver=7.0.2",
                    "transferSize": 3683,
                    "mainThreadTime": 38.765000030398369
                  },
                  {
                    "url": "https://docbeale.com/",
                    "transferSize": 23759,
                    "mainThreadTime": 30.0799999833107
                  },
                  {
                    "transferSize": 30034,
                    "mainThreadTime": 28.481000021100044,
                    "url": "https://docbeale.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"
                  },
                  {
                    "url": "https://docbeale.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
                    "transferSize": 11982,
                    "mainThreadTime": 11.375000014901161
                  },
                  {
                    "transferSize": 4436,
                    "mainThreadTime": 8.1159999817609787,
                    "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6"
                  },
                  {
                    "transferSize": 2465,
                    "mainThreadTime": 7.7370000183582306,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/wow.js?ver=7.0.2"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/bootstrap.min.js?ver=7.0.2",
                    "mainThreadTime": 6.83500000834465,
                    "transferSize": 9871
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/owl.js?ver=7.0.2",
                    "transferSize": 17373,
                    "mainThreadTime": 6.3660000115633011
                  },
                  {
                    "transferSize": 11270,
                    "mainThreadTime": 4.21900001168251,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/mixitup.js?ver=7.0.2"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.fancybox.pack.js?ver=7.0.2",
                    "transferSize": 8652,
                    "mainThreadTime": 3.1319999992847443
                  },
                  {
                    "transferSize": 2790,
                    "mainThreadTime": 2.8989999890327454,
                    "url": "https://docbeale.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"
                  },
                  {
                    "transferSize": 5113,
                    "mainThreadTime": 2.6620000004768372,
                    "url": "https://docbeale.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"
                  },
                  {
                    "transferSize": 5326,
                    "mainThreadTime": 2.0619999915361404,
                    "url": "https://docbeale.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.7.3"
                  },
                  {
                    "mainThreadTime": 1.2349999845027924,
                    "transferSize": 3797,
                    "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6"
                  },
                  {
                    "transferSize": 2171,
                    "mainThreadTime": 1.199999988079071,
                    "url": "https://docbeale.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"
                  },
                  {
                    "transferSize": 1598,
                    "mainThreadTime": 0.91299998760223389,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/map-script.js?ver=7.0.2"
                  },
                  {
                    "transferSize": 2300,
                    "mainThreadTime": 0.83300000429153442,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/jquery.fancybox-media.js?ver=7.0.2"
                  },
                  {
                    "transferSize": 3228,
                    "mainThreadTime": 0.76400001347064972,
                    "url": "https://docbeale.com/wp-content/plugins/universally-language-translation-multilingual-tool/assets/js/language-switcher.js?ver=1.0.8"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/js/script-2.js?ver=7.0.2",
                    "transferSize": 1132,
                    "mainThreadTime": 0.7460000067949295
                  },
                  {
                    "url": "https://docbeale.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.6",
                    "transferSize": 852,
                    "mainThreadTime": 0.63100001215934753
                  },
                  {
                    "mainThreadTime": 0.29099999368190765,
                    "transferSize": 0,
                    "url": "https://docbeale.com/wp-includes/js/wp-emoji-loader.min.js"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/uploads/2022/09/iStock-951045208-copy.jpg",
                    "transferSize": 90366,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 77542,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/uploads/2022/09/pexels-andrea-piacquadio-3775603.jpg",
                    "transferSize": 65443,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 56517,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/uploads/2026/04/gtr.jpg"
                  },
                  {
                    "transferSize": 40805,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/uploads/2022/09/iStock-596804694-1-1024x683.jpg"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.7.3",
                    "transferSize": 40272,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 36665,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/uploads/2026/04/istockphoto-2227587549-612x612-1.webp"
                  },
                  {
                    "transferSize": 28894,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf"
                  },
                  {
                    "transferSize": 23911,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/uploads/2026/04/istockphoto-897892972-612x612-1.jpg"
                  },
                  {
                    "transferSize": 18340,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/bootstrap.css?ver=7.0.2"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 16206,
                    "url": "https://docbeale.com/wp-includes/css/dist/block-library/style.min.css?ver=7.0.2"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 15711,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/style.css?ver=7.0.2"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp",
                    "transferSize": 12623,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 7995,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gui.css?ver=7.0.2"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
                    "transferSize": 7063,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/custom.css?ver=7.0.2",
                    "transferSize": 5647,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 4651,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/animate.css?ver=7.0.2"
                  },
                  {
                    "transferSize": 4153,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.mCustomScrollbar.min.css?ver=7.0.2"
                  },
                  {
                    "transferSize": 2731,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color.php?main_color=0070bb&second_color=cde5f5&ver=7.0.2"
                  },
                  {
                    "transferSize": 2522,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/flaticon.css?ver=7.0.2"
                  },
                  {
                    "transferSize": 2186,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/responsive.css?ver=7.0.2"
                  },
                  {
                    "transferSize": 1684,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.fancybox.css?ver=7.0.2"
                  },
                  {
                    "transferSize": 1655,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/owl.css?ver=7.0.2"
                  },
                  {
                    "transferSize": 1577,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.10"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/uploads/2022/09/header.jpeg",
                    "transferSize": 1563,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1323,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 1265,
                    "url": "https://docbeale.com/wp-content/plugins/aioseo-eeat/dist/Pro/assets/css/author-bio/global.nmHTDmBq.css?ver=1.2.13"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gutenberg.css?ver=7.0.2",
                    "transferSize": 1248,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1245,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.10"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color-panel.css?ver=7.0.2",
                    "mainThreadTime": 0,
                    "transferSize": 1201
                  },
                  {
                    "transferSize": 978,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-json/contact-form-7/v1/contact-forms/30/feedback/schema"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 948,
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/2-flaticon.css?ver=7.0.2"
                  },
                  {
                    "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.10",
                    "transferSize": 837,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/images/icons/title-pattern.png",
                    "transferSize": 804,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://docbeale.com/wp-json/contact-form-7/v1/contact-forms/30/refill",
                    "transferSize": 710,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.bootstrap-touchspin.css?ver=7.0.2",
                    "transferSize": 679,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 644,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/business-info.BWoeH1k0.css?ver=1.3.14"
                  },
                  {
                    "transferSize": 603,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway-91dfb74847a490ce7ded015d417aa256.css"
                  },
                  {
                    "transferSize": 602,
                    "mainThreadTime": 0,
                    "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/opening-hours.othxJ9PM.css?ver=1.3.14"
                  }
                ]
              }
            },
            {
              "entity": "Other Google APIs/SDKs",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&co=aHR0cHM6Ly9kb2NiZWFsZS5jb206NDQz&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=n9s2es1o1tib",
                    "mainThreadTime": 43.58899998664856,
                    "transferSize": 29530
                  },
                  {
                    "url": "https://www.google.com/recaptcha/api.js?render=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje&ver=3.0",
                    "transferSize": 1691,
                    "mainThreadTime": 1.3780000060796738
                  },
                  {
                    "transferSize": 3162,
                    "mainThreadTime": 0.19599999487400055,
                    "url": "https://www.google.com/recaptcha/api2/reload?k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje"
                  },
                  {
                    "transferSize": 620,
                    "mainThreadTime": 0,
                    "url": "https://www.google.com/pagead/1p-user-list/16724583254/?random=1784577384619&cv=11&fst=1784574000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXAARCiqBgYK8gwpMBEq88vIJrpkMZEgjjBacdlaKa6akyXLIwjzHwjyF2cFEmvIV3979qkQyw7fbwS-zvY3NDgoWsfIMDVYeQ6E9Id7vtZlHGXCzbV4tJ699HLMv&random=2484733573&rmt_tld=0&ipr=y"
                  },
                  {
                    "url": "https://www.google.de/pagead/1p-user-list/16724583254/?random=1784577384619&cv=11&fst=1784574000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXAARCiqBgYK8gwpMBEq88vIJrpkMZEgjjBacdlaKa6akyXLIwjzHwjyF2cFEmvIV3979qkQyw7fbwS-zvY3NDgoWsfIMDVYeQ6E9Id7vtZlHGXCzbV4tJ699HLMv&random=2484733573&rmt_tld=1&ipr=y",
                    "transferSize": 620,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 592,
                    "mainThreadTime": 0,
                    "url": "https://www.google.com/rmkt/collect/16724583254/?random=1784577384619&cv=11&fst=1784577384619&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=68&gcp=5"
                  },
                  {
                    "transferSize": 583,
                    "mainThreadTime": 0,
                    "url": "https://www.google.com/recaptcha/api2/clr?k=6LdIRNIsAAAAAKUZckYuUzlkbuOtq0gsOiX9ZBje"
                  },
                  {
                    "url": "https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&auid=1677337867.1784577384&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&dl=https%3A%2F%2Fdocbeale.com%2F&scrsrc=www.googletagmanager.com&rnd=1214889059.1784577384&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He67g0v9249203719za200zd9249203719xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938468~118897920~118897930~118981136~119724320&apve=1&apvf=f&apvc=1&tft=1784577384218&tfd=3205&fmt=8",
                    "transferSize": 552,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 552,
                    "mainThreadTime": 0,
                    "url": "https://www.google.com/ccm/collect?rcb=19&frm=0&auid=1677337867.1784577384&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&dl=https%3A%2F%2Fdocbeale.com%2F&scrsrc=www.googletagmanager.com&rnd=1214889059.1784577384&navt=n&npa=0&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&apve=1&apvf=f&apvc=0&tids=AW-16724583254&tid=AW-16724583254&tft=1784577384677&tfd=3664&fmt=8"
                  }
                ]
              },
              "transferSize": 37902,
              "mainThreadTime": 45.162999987602234
            },
            {
              "entity": "trustindex.io",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "url": "https://cdn.trustindex.io/loader.js?ver=1",
                    "transferSize": 22200,
                    "mainThreadTime": 10.532000005245209
                  }
                ]
              },
              "transferSize": 22200,
              "mainThreadTime": 10.532000005245209
            },
            {
              "subItems": {
                "items": [
                  {
                    "transferSize": 3306,
                    "mainThreadTime": 1.38400000333786,
                    "url": "https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16724583254/?random=1784577384619&cv=11&fst=1784577384619&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be67g0v9249238043z89249203719za20gzb9249203719zd9249203719xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118395335~118897920~118897930~118981135~119724320&u_w=412&u_h=823&url=https%3A%2F%2Fdocbeale.com%2F&rcb=19&frm=0&tiba=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1677337867.1784577384&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=4"
                  },
                  {
                    "url": "https://ad.doubleclick.net/ccm/s/collect?auid=1677337867.1784577384&gtm=45He67g0v9249203719za200zd9249203719xea",
                    "transferSize": 532,
                    "mainThreadTime": 0
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 3838,
              "mainThreadTime": 1.38400000333786,
              "entity": "Google/Doubleclick Ads"
            },
            {
              "entity": "Google Fonts",
              "subItems": {
                "items": [
                  {
                    "url": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
                    "transferSize": 35480,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2",
                    "transferSize": 8803,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2",
                    "transferSize": 8711,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 8659,
                    "mainThreadTime": 0,
                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2"
                  },
                  {
                    "transferSize": 8551,
                    "mainThreadTime": 0,
                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2"
                  },
                  {
                    "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
                    "transferSize": 4774,
                    "mainThreadTime": 0
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 74978,
              "mainThreadTime": 0
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "transferSize": 796,
                    "mainThreadTime": 0,
                    "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-R6H156YVSZ&gtm=45je67g0v9251879159za200zd9251879159&_p=1784577383810&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=959045061.1784577384&frm=0&ngs=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938469~118897920~118897930~118981135~119724320&sid=1784577384&sct=1&seg=0&dl=https%3A%2F%2Fdocbeale.com%2F&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=3060"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 796,
                    "url": "https://analytics.google.com/g/collect?v=2&tid=G-LKPN4LMZ7S&gtm=45je67g0v893085899z89249203719za20gzb9249203719zd9249203719&_p=1784577383810&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAACAC&are=1&cid=959045061.1784577384&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938465~115938469~118897920~118897930~119724320&sid=1784577384&sct=1&seg=0&dl=https%3A%2F%2Fdocbeale.com%2F&dt=Beale%20Medical%20Weight%20Loss%20Clinic%20Washington%20DC&en=page_view&_fv=1&_ss=1&gap.plf=5&tfd=3818"
                  }
                ]
              },
              "transferSize": 1592,
              "mainThreadTime": 0,
              "entity": "Google Analytics"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "key": "entity",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              },
              "label": "3rd party"
            },
            {
              "granularity": 1,
              "key": "transferSize",
              "subItemsHeading": {
                "key": "transferSize"
              },
              "label": "Transfer size",
              "valueType": "bytes"
            },
            {
              "valueType": "ms",
              "subItemsHeading": {
                "key": "mainThreadTime"
              },
              "label": "Main thread time",
              "key": "mainThreadTime",
              "granularity": 1
            }
          ],
          "isEntityGrouped": true
        }
      },
      "unsized-images": {
        "id": "unsized-images",
        "title": "Image elements do not have explicit `width` and `height`",
        "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "table",
          "items": [
            {
              "url": "https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp",
              "node": {
                "lhId": "1-78-IMG",
                "selector": "div.logo-box \u003e div.logo \u003e a \u003e img",
                "boundingRect": {
                  "top": 140,
                  "right": 205,
                  "bottom": 193,
                  "height": 53,
                  "left": 15,
                  "width": 190
                },
                "type": "node",
                "snippet": "\u003cimg src=\"https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp\" alt=\"Health Coach Logo\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,A,0,IMG",
                "nodeLabel": "Health Coach Logo"
              }
            },
            {
              "url": "https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp",
              "node": {
                "type": "node",
                "boundingRect": {
                  "top": 30,
                  "right": 812,
                  "height": 85,
                  "left": 507,
                  "bottom": 115,
                  "width": 305
                },
                "lhId": "1-79-IMG",
                "selector": "div#mCSB_1_container \u003e div.logo \u003e a \u003e img.mCS_img_loaded",
                "snippet": "\u003cimg src=\"https://docbeale.com/wp-content/uploads/2026/05/logo_2_cropped.webp\" alt=\"Health Coach Logo\" class=\"mCS_img_loaded\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,4,SECTION,2,DIV,0,DIV,0,DIV,1,DIV,0,A,0,IMG",
                "nodeLabel": "Health Coach Logo"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            }
          ]
        }
      },
      "redirects": {
        "id": "redirects",
        "title": "Avoid multiple page redirects",
        "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 1,410 ms",
        "metricSavings": {
          "LCP": 1400,
          "FCP": 1400
        },
        "details": {
          "items": [
            {
              "url": "https://bealeweightloss.com/",
              "wastedMs": 780
            },
            {
              "wastedMs": 630,
              "url": "http://docbeale.com/"
            },
            {
              "url": "https://docbeale.com/",
              "wastedMs": 0
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "label": "Time Spent",
              "key": "wastedMs",
              "valueType": "timespanMs"
            }
          ],
          "overallSavingsMs": 1410,
          "type": "opportunity"
        },
        "numericValue": 1410,
        "numericUnit": "millisecond"
      },
      "dlitem": {
        "id": "dlitem",
        "title": "Definition list items are wrapped in `\u003cdl\u003e` elements",
        "description": "Definition list items (`\u003cdt\u003e` and `\u003cdd\u003e`) must be wrapped in a parent `\u003cdl\u003e` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/dlitem).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "input-button-name": {
        "id": "input-button-name",
        "title": "Input buttons have discernible text.",
        "description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.12/input-button-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "hreflang": {
        "id": "hreflang",
        "title": "Document has a valid `hreflang`",
        "description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "code",
              "key": "source",
              "subItemsHeading": {
                "valueType": "text",
                "key": "reason"
              }
            }
          ],
          "type": "table"
        }
      },
      "html-has-lang": {
        "id": "html-has-lang",
        "title": "`\u003chtml\u003e` element has a `[lang]` attribute",
        "description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-has-lang).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "structured-data": {
        "id": "structured-data",
        "title": "Structured data is valid",
        "description": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "main-thread-tasks": {
        "id": "main-thread-tasks",
        "title": "Tasks",
        "description": "Lists the toplevel main thread tasks that executed during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "startTime": 1851.533,
              "duration": 23.391
            },
            {
              "startTime": 2784.291,
              "duration": 12.067
            },
            {
              "startTime": 2797.759,
              "duration": 10.042
            },
            {
              "startTime": 2807.811,
              "duration": 66.774
            },
            {
              "startTime": 2877.878,
              "duration": 7.275
            },
            {
              "startTime": 2888.168,
              "duration": 11.697
            },
            {
              "startTime": 2899.892,
              "duration": 6.359
            },
            {
              "startTime": 2911.609,
              "duration": 86.967
            },
            {
              "startTime": 2999.322,
              "duration": 62.57
            },
            {
              "startTime": 3063.891,
              "duration": 6.302
            },
            {
              "startTime": 3077.371,
              "duration": 6.671
            },
            {
              "startTime": 3089.345,
              "duration": 62.84
            },
            {
              "startTime": 3157.344,
              "duration": 48.035
            },
            {
              "startTime": 3211.259,
              "duration": 63.448
            },
            {
              "startTime": 3280.049,
              "duration": 19.645
            },
            {
              "startTime": 3303.303,
              "duration": 7.015
            },
            {
              "startTime": 3310.344,
              "duration": 7.589
            },
            {
              "startTime": 3317.941,
              "duration": 5.578
            },
            {
              "startTime": 3327.761,
              "duration": 6.529
            },
            {
              "startTime": 3340.805,
              "duration": 48.085
            },
            {
              "startTime": 3391.295,
              "duration": 11.509
            },
            {
              "startTime": 3412.092,
              "duration": 9.453
            },
            {
              "startTime": 3422.271,
              "duration": 11.775
            },
            {
              "startTime": 3435.111,
              "duration": 8.796
            },
            {
              "startTime": 3448.9,
              "duration": 7.153
            },
            {
              "startTime": 3456.062,
              "duration": 5.597
            },
            {
              "startTime": 3466.894,
              "duration": 44.807
            },
            {
              "startTime": 3518.232,
              "duration": 7.228
            },
            {
              "startTime": 3525.584,
              "duration": 139.598
            },
            {
              "startTime": 3676.176,
              "duration": 147.303
            },
            {
              "startTime": 3829.566,
              "duration": 179.978
            },
            {
              "startTime": 4011.71,
              "duration": 7.574
            },
            {
              "startTime": 4031.434,
              "duration": 12.686
            },
            {
              "startTime": 4048.512,
              "duration": 34.459
            },
            {
              "startTime": 4088.931,
              "duration": 134.175
            },
            {
              "startTime": 4223.213,
              "duration": 38.533
            },
            {
              "startTime": 4261.762,
              "duration": 5.415
            },
            {
              "startTime": 4269.818,
              "duration": 20.244
            },
            {
              "startTime": 4295.636,
              "duration": 16.956
            },
            {
              "startTime": 4320.225,
              "duration": 7.516
            },
            {
              "startTime": 4332.581,
              "duration": 24.867
            },
            {
              "startTime": 4365.112,
              "duration": 6.101
            },
            {
              "startTime": 4372.121,
              "duration": 9.258
            },
            {
              "startTime": 4801.532,
              "duration": 142.062
            },
            {
              "startTime": 4943.616,
              "duration": 93.964
            },
            {
              "startTime": 5039.594,
              "duration": 37.834
            },
            {
              "startTime": 5077.441,
              "duration": 9.855
            },
            {
              "startTime": 5088.803,
              "duration": 63.067
            },
            {
              "startTime": 5154.572,
              "duration": 31.384
            },
            {
              "startTime": 5186.818,
              "duration": 15.692
            },
            {
              "startTime": 5204.02,
              "duration": 6.316
            },
            {
              "startTime": 5232.098,
              "duration": 9.37
            },
            {
              "startTime": 5243.385,
              "duration": 11.602
            },
            {
              "duration": 5.739,
              "startTime": 5267.722
            },
            {
              "startTime": 5276.243,
              "duration": 10.63
            },
            {
              "startTime": 5296.724,
              "duration": 6.562
            },
            {
              "duration": 37.055,
              "startTime": 5304.926
            },
            {
              "startTime": 5348.081,
              "duration": 5.078
            },
            {
              "startTime": 5368.71,
              "duration": 24.936
            },
            {
              "startTime": 5395.138,
              "duration": 15.335
            },
            {
              "startTime": 5463.929,
              "duration": 15.68
            },
            {
              "startTime": 5480.353,
              "duration": 17.911
            },
            {
              "startTime": 5499.059,
              "duration": 10.421
            },
            {
              "startTime": 5515.687,
              "duration": 8.849
            },
            {
              "startTime": 6306.564,
              "duration": 8.035
            },
            {
              "startTime": 6835.417,
              "duration": 5.593
            },
            {
              "startTime": 6841.027,
              "duration": 17.086
            }
          ],
          "headings": [
            {
              "key": "startTime",
              "label": "Start Time",
              "granularity": 1,
              "valueType": "ms"
            },
            {
              "granularity": 1,
              "valueType": "ms",
              "label": "End Time",
              "key": "duration"
            }
          ],
          "type": "table"
        }
      },
      "js-libraries": {
        "id": "js-libraries",
        "title": "Detected JavaScript libraries",
        "description": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/js-libraries/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "stacks": [
              {
                "version": "3.7.1",
                "id": "jquery"
              },
              {
                "id": "jquery-fast"
              },
              {
                "version": "7.0.2",
                "id": "wordpress"
              },
              {
                "id": "corejs",
                "version": "core-js-global@3.39.0"
              },
              {
                "id": "wp-rocket"
              }
            ],
            "type": "debugdata"
          },
          "type": "table",
          "items": [
            {
              "version": "3.7.1",
              "name": "jQuery",
              "npm": "jquery"
            },
            {
              "name": "WordPress",
              "version": "7.0.2"
            },
            {
              "version": "core-js-global@3.39.0",
              "name": "core-js",
              "npm": "core-js"
            },
            {
              "name": "WP Rocket"
            }
          ],
          "headings": [
            {
              "label": "Name",
              "key": "name",
              "valueType": "text"
            },
            {
              "key": "version",
              "label": "Version",
              "valueType": "text"
            }
          ]
        }
      },
      "object-alt": {
        "id": "object-alt",
        "title": "`\u003cobject\u003e` elements have alternate text",
        "description": "Screen readers cannot translate non-text content. Adding alternate text to `\u003cobject\u003e` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.12/object-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-toggle-field-name": {
        "id": "aria-toggle-field-name",
        "title": "ARIA toggle fields have accessible names",
        "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "csp-xss": {
        "id": "csp-xss",
        "title": "Ensure CSP is effective against XSS attacks",
        "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "valueType": "text"
            },
            {
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "key": "directive",
              "valueType": "code"
            },
            {
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "valueType": "text"
            }
          ],
          "items": [
            {
              "severity": "High",
              "description": "No CSP found in enforcement mode"
            }
          ],
          "type": "table"
        }
      },
      "bypass": {
        "id": "bypass",
        "title": "The page contains a heading, skip link, or landmark region",
        "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.12/bypass).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "definition-list": {
        "id": "definition-list",
        "title": "`\u003cdl\u003e`'s contain only properly-ordered `\u003cdt\u003e` and `\u003cdd\u003e` groups, `\u003cscript\u003e`, `\u003ctemplate\u003e` or `\u003cdiv\u003e` elements.",
        "description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/definition-list).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-text": {
        "id": "aria-text",
        "title": "Elements with the `role=text` attribute do not have focusable descendents.",
        "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.12/aria-text).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "color-contrast": {
        "id": "color-contrast",
        "title": "Background and foreground colors do not have a sufficient contrast ratio.",
        "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.12/color-contrast).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "snippet": "\u003cdiv class=\"vc-hoverbox-block vc-hoverbox-back\" style=\"background-color: #ebebeb;\"\u003e",
                      "nodeLabel": "Safe & Affordable Weight Loss\n\nWe are committed to helping you reach and mainta…",
                      "path": "1,HTML,1,BODY,0,DIV,6,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                      "boundingRect": {
                        "left": 30,
                        "bottom": 1462,
                        "height": 444,
                        "right": 382,
                        "top": 1018,
                        "width": 352
                      },
                      "type": "node",
                      "lhId": "1-3-DIV",
                      "selector": "div.vc-hoverbox-wrapper \u003e div.vc-hoverbox \u003e div.vc-hoverbox-inner \u003e div.vc-hoverbox-block"
                    }
                  }
                ]
              },
              "node": {
                "snippet": "\u003cp\u003e",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,P",
                "nodeLabel": "We are committed to helping you reach and maintain a healthy weight. You are no…",
                "boundingRect": {
                  "height": 101,
                  "left": 50,
                  "bottom": 1308,
                  "top": 1207,
                  "right": 362,
                  "width": 312
                },
                "type": "node",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 2.24 (foreground color: #9e9e9e, background color: #ebebeb, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
                "lhId": "1-2-P",
                "selector": "div.vc-hoverbox-inner \u003e div.vc-hoverbox-block \u003e div.vc-hoverbox-block-inner \u003e p"
              }
            },
            {
              "node": {
                "lhId": "1-4-A",
                "selector": "div.vc-hoverbox-block \u003e div.vc-hoverbox-block-inner \u003e div.vc_btn3-container \u003e a.vc_general",
                "boundingRect": {
                  "top": 1318,
                  "right": 285,
                  "bottom": 1369,
                  "height": 51,
                  "left": 128,
                  "width": 157
                },
                "type": "node",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 4.45 (foreground color: #ffffff, background color: #5472d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
                "snippet": "\u003ca class=\"vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-cla…\" href=\"https://docbeale.com/medical-weight-loss-plans-washington-dc/\"\u003e",
                "nodeLabel": "Get Started Now",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,2,DIV,0,A"
              }
            },
            {
              "node": {
                "snippet": "\u003cp\u003e",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,P",
                "nodeLabel": "Life is still happening when getting to a healthy weight. You’ll never be a fai…",
                "type": "node",
                "boundingRect": {
                  "height": 101,
                  "left": 50,
                  "bottom": 1787,
                  "top": 1686,
                  "right": 362,
                  "width": 312
                },
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 2.24 (foreground color: #9e9e9e, background color: #ebebeb, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
                "lhId": "1-5-P",
                "selector": "div.vc-hoverbox-inner \u003e div.vc-hoverbox-block \u003e div.vc-hoverbox-block-inner \u003e p"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "type": "node",
                      "boundingRect": {
                        "width": 352,
                        "height": 444,
                        "left": 30,
                        "bottom": 1941,
                        "top": 1497,
                        "right": 382
                      },
                      "selector": "div.vc-hoverbox-wrapper \u003e div.vc-hoverbox \u003e div.vc-hoverbox-inner \u003e div.vc-hoverbox-block",
                      "lhId": "1-6-DIV",
                      "path": "1,HTML,1,BODY,0,DIV,6,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV",
                      "nodeLabel": "Your Weight Is NOT Your Fault\n\nLife is still happening when getting to a health…",
                      "snippet": "\u003cdiv class=\"vc-hoverbox-block vc-hoverbox-back\" style=\"background-color: #ebebeb;\"\u003e"
                    }
                  }
                ]
              }
            },
            {
              "node": {
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 4.45 (foreground color: #ffffff, background color: #5472d2, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
                "boundingRect": {
                  "width": 157,
                  "height": 51,
                  "left": 128,
                  "bottom": 1848,
                  "top": 1797,
                  "right": 285
                },
                "type": "node",
                "selector": "div.vc-hoverbox-block \u003e div.vc-hoverbox-block-inner \u003e div.vc_btn3-container \u003e a.vc_general",
                "lhId": "1-7-A",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,2,DIV,0,A",
                "nodeLabel": "Get Started Now",
                "snippet": "\u003ca class=\"vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-cla…\" href=\"https://docbeale.com/medical-weight-loss-plans-washington-dc/\"\u003e"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ],
          "debugData": {
            "impact": "serious",
            "type": "debugdata",
            "tags": [
              "cat.color",
              "wcag2aa",
              "wcag143",
              "TTv5",
              "TT13.c",
              "EN-301-549",
              "EN-9.1.4.3",
              "ACT",
              "RGAAv4",
              "RGAA-3.2.1"
            ]
          },
          "type": "table"
        }
      },
      "final-screenshot": {
        "id": "final-screenshot",
        "title": "Final Screenshot",
        "description": "The last screenshot captured of the pageload.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "timing": 3587,
          "data": "data:image/jpeg;base64,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",
          "type": "screenshot",
          "timestamp": 114834627620
        }
      },
      "meta-refresh": {
        "id": "meta-refresh",
        "title": "The document does not use `\u003cmeta http-equiv=\"refresh\"\u003e`",
        "description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-refresh).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-hidden-body": {
        "id": "aria-hidden-body",
        "title": "`[aria-hidden=\"true\"]` is not present on the document `\u003cbody\u003e`",
        "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `\u003cbody\u003e`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "baseline": {
        "id": "baseline",
        "title": "Baseline Features",
        "description": "Lists web features used on the page and their Baseline status as of 2026-06-05. [Learn more about Baseline](https://webstatus.dev/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "ua-client-hints",
                "url": "https://webstatus.dev/features/ua-client-hints",
                "type": "link"
              },
              "source": {
                "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ",
                "column": 121,
                "urlProvider": "network",
                "type": "source-location",
                "line": 858
              }
            },
            {
              "source": {
                "url": "https://docbeale.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",
                "column": 50642,
                "urlProvider": "network",
                "type": "source-location",
                "line": 1
              },
              "displayStatus": {
                "status": "limited",
                "type": "baseline-status",
                "displayString": "Limited Availability"
              },
              "featureId": {
                "text": "background-clip-text",
                "url": "https://webstatus.dev/features/background-clip-text",
                "type": "link"
              }
            },
            {
              "source": {
                "column": 214,
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "urlProvider": "network",
                "line": 140,
                "type": "source-location"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/non-cookie-storage-access",
                "type": "link",
                "text": "non-cookie-storage-access"
              }
            },
            {
              "source": {
                "line": 8,
                "type": "source-location",
                "urlProvider": "network",
                "column": 109,
                "url": "_lighthouse-eval.js"
              },
              "displayStatus": {
                "status": "limited",
                "type": "baseline-status",
                "displayString": "Limited Availability"
              },
              "featureId": {
                "text": "requestidlecallback",
                "url": "https://webstatus.dev/features/requestidlecallback",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/speculation-rules",
                "type": "link",
                "text": "speculation-rules"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2025-12-12)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "scrollend",
                "url": "https://webstatus.dev/features/scrollend",
                "type": "link"
              },
              "source": {
                "urlProvider": "network",
                "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ",
                "column": 105,
                "type": "source-location",
                "line": 234
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 6,
                "urlProvider": "network",
                "url": "https://docbeale.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
                "column": 15136
              },
              "displayStatus": {
                "displayString": "Newly Available (2024-03-05)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/array-group",
                "type": "link",
                "text": "array-group"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 6,
                "url": "https://docbeale.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
                "column": 18088,
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Newly Available (2025-01-07)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "promise-try",
                "url": "https://webstatus.dev/features/promise-try",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/url-canparse",
                "type": "link",
                "text": "url-canparse"
              },
              "source": {
                "column": 30273,
                "url": "https://docbeale.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
                "urlProvider": "network",
                "line": 6,
                "type": "source-location"
              },
              "displayStatus": {
                "type": "baseline-status",
                "status": "low",
                "displayString": "Newly Available (2023-12-07)"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/fetch-priority",
                "type": "link",
                "text": "fetch-priority"
              },
              "displayStatus": {
                "displayString": "Newly Available (2024-10-29)",
                "status": "low",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2023-12-19)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/has",
                "type": "link",
                "text": "has"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2023-12-07)",
                "status": "low",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "masks",
                "url": "https://webstatus.dev/features/masks",
                "type": "link"
              }
            },
            {
              "featureId": {
                "text": "content-visibility",
                "url": "https://webstatus.dev/features/content-visibility",
                "type": "link"
              },
              "displayStatus": {
                "status": "low",
                "type": "baseline-status",
                "displayString": "Newly Available (2025-09-15)"
              }
            },
            {
              "displayStatus": {
                "status": "low",
                "type": "baseline-status",
                "displayString": "Newly Available (2025-09-05)"
              },
              "featureId": {
                "text": "uint8array-base64-hex",
                "url": "https://webstatus.dev/features/uint8array-base64-hex",
                "type": "link"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "url": "https://docbeale.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",
                "column": 10009,
                "type": "source-location",
                "line": 1
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2020-01-15)"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/slot",
                "text": "slot"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "url": "https://docbeale.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1",
                "column": 57055,
                "type": "source-location",
                "line": 1
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)"
              },
              "featureId": {
                "text": "request-animation-frame",
                "url": "https://webstatus.dev/features/request-animation-frame",
                "type": "link"
              }
            },
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/structured-clone",
                "text": "structured-clone"
              },
              "source": {
                "url": "https://docbeale.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0",
                "column": 23032,
                "urlProvider": "network",
                "type": "source-location",
                "line": 6
              },
              "displayStatus": {
                "displayString": "Widely Available (2022-03-14)",
                "status": "high",
                "type": "baseline-status"
              }
            },
            {
              "featureId": {
                "text": "logical-assignments",
                "type": "link",
                "url": "https://webstatus.dev/features/logical-assignments"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "column": 0,
                "url": "https://docbeale.com/",
                "urlProvider": "network"
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2020-09-16)"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 0,
                "urlProvider": "network",
                "url": "https://docbeale.com/",
                "column": 0
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-09-16)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/nullish-coalescing",
                "text": "nullish-coalescing"
              }
            },
            {
              "source": {
                "line": 1604,
                "type": "source-location",
                "column": 40,
                "url": "https://docbeale.com/",
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Widely Available (2019-03-25)",
                "type": "baseline-status",
                "status": "high"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/intersection-observer",
                "type": "link",
                "text": "intersection-observer"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "column": 151,
                "type": "source-location",
                "line": 140
              },
              "displayStatus": {
                "displayString": "Widely Available (2023-12-05)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "storage-access",
                "url": "https://webstatus.dev/features/storage-access",
                "type": "link"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 0,
                "urlProvider": "network",
                "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6",
                "column": 4367
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-08-27)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "string-replaceall",
                "type": "link",
                "url": "https://webstatus.dev/features/string-replaceall"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 820,
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "column": 386,
                "urlProvider": "network"
              },
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2015-07-29)"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas",
                "type": "link",
                "text": "canvas"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "column": 386,
                "type": "source-location",
                "line": 820
              },
              "displayStatus": {
                "displayString": "Widely Available (2015-07-29)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "webgl",
                "url": "https://webstatus.dev/features/webgl",
                "type": "link"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
                "column": 450,
                "type": "source-location",
                "line": 309
              },
              "displayStatus": {
                "displayString": "Widely Available (2023-10-24)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "aria-attribute-reflection",
                "url": "https://webstatus.dev/features/aria-attribute-reflection",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/is",
                "type": "link",
                "text": "is"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2023-09-18)"
              },
              "featureId": {
                "text": "contain-intrinsic-size",
                "type": "link",
                "url": "https://webstatus.dev/features/contain-intrinsic-size"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/where",
                "type": "link",
                "text": "where"
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2021-01-21)"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "not",
                "url": "https://webstatus.dev/features/not",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2023-03-27)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/media-query-range-syntax",
                "type": "link",
                "text": "media-query-range-syntax"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2022-03-14)"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/focus-visible",
                "type": "link",
                "text": "focus-visible"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)"
              },
              "featureId": {
                "text": "text-indent",
                "url": "https://webstatus.dev/features/text-indent",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2020-09-16)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "webp",
                "url": "https://webstatus.dev/features/webp",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2015-11-12)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/template",
                "text": "template"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2021-09-20)"
              },
              "featureId": {
                "text": "referrer-policy",
                "type": "link",
                "url": "https://webstatus.dev/features/referrer-policy"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2022-09-12)"
              },
              "featureId": {
                "text": "forced-colors",
                "url": "https://webstatus.dev/features/forced-colors",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "status": "high",
                "displayString": "Widely Available (2023-03-27)"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/outline",
                "text": "outline"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2015-09-30)"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/flexbox",
                "type": "link",
                "text": "flexbox"
              }
            },
            {
              "featureId": {
                "text": "js-modules",
                "url": "https://webstatus.dev/features/js-modules",
                "type": "link"
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2018-05-09)"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "type": "baseline-status",
                "status": "high"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/clip-path",
                "text": "clip-path"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2023-03-27)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/offscreen-canvas",
                "type": "link",
                "text": "offscreen-canvas"
              }
            }
          ],
          "headings": [
            {
              "valueType": "link",
              "label": "Web-features",
              "key": "featureId"
            },
            {
              "valueType": "baseline-status",
              "key": "displayStatus",
              "label": "Baseline Status"
            },
            {
              "valueType": "source-location",
              "label": "Source",
              "key": "source"
            }
          ],
          "type": "table"
        }
      },
      "network-server-latency": {
        "id": "network-server-latency",
        "title": "Server Backend Latencies",
        "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "40 ms",
        "details": {
          "sortedBy": [
            "serverResponseTime"
          ],
          "items": [
            {
              "serverResponseTime": 39,
              "origin": "https://www.googletagmanager.com"
            },
            {
              "origin": "https://www.gstatic.com",
              "serverResponseTime": 6
            },
            {
              "origin": "https://fonts.googleapis.com",
              "serverResponseTime": 2
            },
            {
              "origin": "https://docbeale.com",
              "serverResponseTime": 1
            },
            {
              "origin": "https://www.google.com",
              "serverResponseTime": 1
            },
            {
              "origin": "https://cdn.trustindex.io",
              "serverResponseTime": 1
            },
            {
              "serverResponseTime": 1,
              "origin": "https://ad.doubleclick.net"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://googleads.g.doubleclick.net"
            },
            {
              "origin": "https://fonts.gstatic.com",
              "serverResponseTime": 0
            },
            {
              "origin": "https://www.google-analytics.com",
              "serverResponseTime": 0
            },
            {
              "origin": "https://analytics.google.com",
              "serverResponseTime": 0
            },
            {
              "origin": "https://www.google.de",
              "serverResponseTime": 0
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "key": "origin",
              "label": "URL"
            },
            {
              "key": "serverResponseTime",
              "label": "Time Spent",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "type": "table"
        },
        "numericValue": 39,
        "numericUnit": "millisecond"
      },
      "focusable-controls": {
        "id": "focusable-controls",
        "title": "Interactive controls are keyboard focusable",
        "description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https://developer.chrome.com/docs/lighthouse/accessibility/focusable-controls/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "duplicate-id-aria": {
        "id": "duplicate-id-aria",
        "title": "ARIA IDs are unique",
        "description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "network-rtt": {
        "id": "network-rtt",
        "title": "Network Round Trip Times",
        "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "0 ms",
        "details": {
          "sortedBy": [
            "rtt"
          ],
          "items": [
            {
              "rtt": 0.89999999999999991,
              "origin": "https://fonts.googleapis.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://fonts.gstatic.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google-analytics.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://ad.doubleclick.net"
            },
            {
              "origin": "https://googleads.g.doubleclick.net",
              "rtt": 0.89999999999999991
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://analytics.google.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google.de"
            },
            {
              "rtt": 0.002469703161422834,
              "origin": "https://docbeale.com"
            },
            {
              "rtt": 0.0019019918531069026,
              "origin": "https://cdn.trustindex.io"
            },
            {
              "rtt": 0.00051320177939724241,
              "origin": "https://www.googletagmanager.com"
            },
            {
              "rtt": 0.00037975385890399576,
              "origin": "https://www.gstatic.com"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "key": "origin",
              "label": "URL"
            },
            {
              "label": "Time Spent",
              "key": "rtt",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "type": "table"
        },
        "numericValue": 0.89999999999999991,
        "numericUnit": "millisecond"
      },
      "long-tasks": {
        "id": "long-tasks",
        "title": "Avoid long main-thread tasks",
        "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "13 long tasks found",
        "metricSavings": {
          "TBT": 550
        },
        "details": {
          "sortedBy": [
            "duration"
          ],
          "skipSumming": [
            "startTime"
          ],
          "items": [
            {
              "startTime": 14950.019569422531,
              "duration": 177,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0"
            },
            {
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "startTime": 17942.406081274054,
              "duration": 170
            },
            {
              "startTime": 17050.021437693416,
              "duration": 168,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0"
            },
            {
              "startTime": 17651.406081274054,
              "duration": 161,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "startTime": 18112.406081274054,
              "duration": 113,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "startTime": 9591.0146318494772,
              "duration": 108,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "startTime": 11200.016233224524,
              "duration": 104,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ"
            },
            {
              "duration": 76,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "startTime": 9475.0146318494772
            },
            {
              "startTime": 18270.406081274054,
              "duration": 76,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "startTime": 11304.016233224524,
              "duration": 75,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ"
            },
            {
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "startTime": 9400.0146318494772,
              "duration": 75
            },
            {
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "startTime": 11379.016233224524,
              "duration": 58
            },
            {
              "startTime": 12850.017701151646,
              "duration": 54,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH"
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "granularity": 1,
              "valueType": "ms",
              "key": "startTime",
              "label": "Start Time"
            },
            {
              "key": "duration",
              "label": "Duration",
              "valueType": "ms",
              "granularity": 1
            }
          ],
          "type": "table",
          "debugData": {
            "urls": [
              "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0",
              "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js",
              "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0",
              "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ",
              "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783",
              "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH"
            ],
            "tasks": [
              {
                "duration": 177,
                "startTime": 14950,
                "urlIndex": 0,
                "scriptEvaluation": 0,
                "other": 177
              },
              {
                "urlIndex": 1,
                "other": 170,
                "duration": 170,
                "startTime": 17942.4
              },
              {
                "other": 168,
                "scriptEvaluation": 0,
                "urlIndex": 2,
                "duration": 168,
                "startTime": 17050
              },
              {
                "duration": 161,
                "startTime": 17651.4,
                "urlIndex": 1,
                "other": 161,
                "parseHTML": 0
              },
              {
                "urlIndex": 1,
                "duration": 113,
                "startTime": 18112.4,
                "other": 113
              },
              {
                "urlIndex": 1,
                "scriptEvaluation": 0,
                "other": 108,
                "duration": 108,
                "startTime": 9591
              },
              {
                "duration": 104,
                "startTime": 11200,
                "urlIndex": 3,
                "scriptEvaluation": 0,
                "other": 104
              },
              {
                "other": 76,
                "urlIndex": 4,
                "scriptEvaluation": 0,
                "startTime": 9475,
                "duration": 76
              },
              {
                "urlIndex": 1,
                "other": 76,
                "duration": 76,
                "startTime": 18270.4
              },
              {
                "startTime": 11304,
                "duration": 75,
                "urlIndex": 3,
                "scriptEvaluation": 0,
                "other": 75
              },
              {
                "duration": 75,
                "startTime": 9400,
                "scriptEvaluation": 0,
                "urlIndex": 4,
                "other": 75
              },
              {
                "urlIndex": 4,
                "scriptEvaluation": 0,
                "other": 58,
                "startTime": 11379,
                "duration": 58
              },
              {
                "duration": 54,
                "startTime": 12850,
                "other": 54,
                "scriptEvaluation": 0,
                "urlIndex": 5
              }
            ],
            "type": "debugdata"
          }
        }
      },
      "form-field-multiple-labels": {
        "id": "form-field-multiple-labels",
        "title": "No form fields have multiple labels",
        "description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "skip-link": {
        "id": "skip-link",
        "title": "Skip links are focusable.",
        "description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.12/skip-link).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "font-display-insight": {
        "id": "font-display-insight",
        "title": "Font display",
        "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 420 ms",
        "metricSavings": {
          "FCP": 400,
          "INP": 0
        },
        "details": {
          "type": "table",
          "skipSumming": [
            "wastedMs"
          ],
          "items": [
            {
              "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0",
              "wastedMs": 415
            },
            {
              "wastedMs": 340,
              "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf"
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "valueType": "ms",
              "key": "wastedMs",
              "label": "Est Savings"
            }
          ]
        }
      },
      "label-content-name-mismatch": {
        "id": "label-content-name-mismatch",
        "title": "Elements with visible text labels have matching accessible names.",
        "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.12/label-content-name-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "image-size-responsive": {
        "id": "image-size-responsive",
        "title": "Serves images with appropriate resolution",
        "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "key": "displayedSize",
              "label": "Displayed size",
              "valueType": "text"
            },
            {
              "label": "Actual size",
              "key": "actualSize",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "label": "Expected size",
              "key": "expectedSize"
            }
          ],
          "type": "table"
        }
      },
      "table-fake-caption": {
        "id": "table-fake-caption",
        "title": "Tables use `\u003ccaption\u003e` instead of cells with the `[colspan]` attribute to indicate a caption.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.12/table-fake-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "legacy-javascript-insight": {
        "id": "legacy-javascript-insight",
        "title": "Legacy JavaScript",
        "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 6 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 5933
          },
          "type": "table",
          "items": [
            {
              "wastedBytes": 5933,
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "location": {
                      "column": 5,
                      "url": "https://docbeale.com/wp-content/themes/healthcoach/js/mixitup.js?ver=7.0.2",
                      "urlProvider": "network",
                      "line": 341,
                      "type": "source-location"
                    },
                    "signal": "Object.getPrototypeOf"
                  }
                ]
              },
              "url": "https://docbeale.com/wp-content/themes/healthcoach/js/mixitup.js?ver=7.0.2"
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL",
              "subItemsHeading": {
                "valueType": "source-location",
                "key": "location"
              }
            },
            {
              "valueType": "code",
              "key": null,
              "subItemsHeading": {
                "key": "signal"
              }
            },
            {
              "label": "Wasted bytes",
              "key": "wastedBytes",
              "valueType": "bytes"
            }
          ]
        }
      },
      "link-text": {
        "id": "link-text",
        "title": "Links have descriptive text",
        "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "href",
              "label": "Link destination",
              "valueType": "url"
            },
            {
              "key": "text",
              "label": "Link Text",
              "valueType": "text"
            }
          ]
        }
      },
      "image-aspect-ratio": {
        "id": "image-aspect-ratio",
        "title": "Displays images with correct aspect ratio",
        "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "valueType": "node"
            },
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "key": "displayedAspectRatio",
              "label": "Aspect Ratio (Displayed)",
              "valueType": "text"
            },
            {
              "label": "Aspect Ratio (Actual)",
              "key": "actualAspectRatio",
              "valueType": "text"
            }
          ]
        }
      },
      "cls-culprits-insight": {
        "id": "cls-culprits-insight",
        "title": "Layout shift culprits",
        "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "list",
          "items": [
            {
              "items": [
                {
                  "node": {
                    "value": "Total",
                    "type": "text"
                  },
                  "score": 2.4543148761926617e-05
                },
                {
                  "node": {
                    "nodeLabel": "div.top-left \u003e ul \u003e li \u003e span.fa",
                    "path": "1,HTML,1,BODY,0,DIV,1,HEADER,1,DIV,0,DIV,0,DIV,1,DIV,0,UL,1,LI,0,SPAN",
                    "snippet": "\u003cspan class=\"fa fa-phone\"\u003e",
                    "boundingRect": {
                      "right": 44,
                      "top": 26,
                      "left": 28,
                      "bottom": 54,
                      "height": 28,
                      "width": 16
                    },
                    "type": "node",
                    "selector": "div.top-left \u003e ul \u003e li \u003e span.fa",
                    "lhId": "page-3-SPAN"
                  },
                  "subItems": {
                    "items": [
                      {
                        "cause": "Web font",
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2",
                          "type": "url"
                        }
                      },
                      {
                        "cause": "Web font",
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2",
                          "type": "url"
                        }
                      },
                      {
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2",
                          "type": "url"
                        },
                        "cause": "Web font"
                      },
                      {
                        "cause": "Web font",
                        "extra": {
                          "type": "url",
                          "value": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2"
                        }
                      }
                    ],
                    "type": "subitems"
                  },
                  "score": 2.1748046406210051e-05
                },
                {
                  "node": {
                    "boundingRect": {
                      "width": 14,
                      "bottom": 173,
                      "height": 16,
                      "left": 310,
                      "right": 324,
                      "top": 157
                    },
                    "type": "node",
                    "selector": "div.outer-container \u003e div.nav-toggler \u003e button.hidden-bar-opener \u003e span.icon",
                    "lhId": "page-4-SPAN",
                    "nodeLabel": "div.outer-container \u003e div.nav-toggler \u003e button.hidden-bar-opener \u003e span.icon",
                    "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,0,DIV,0,DIV,6,DIV,0,BUTTON,0,SPAN",
                    "snippet": "\u003cspan class=\"icon fa fa-bars\"\u003e"
                  },
                  "subItems": {
                    "type": "subitems",
                    "items": [
                      {
                        "extra": {
                          "value": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0",
                          "type": "url"
                        },
                        "cause": "Web font"
                      }
                    ]
                  },
                  "score": 2.7951023557165661e-06
                }
              ],
              "headings": [
                {
                  "valueType": "node",
                  "label": "Element",
                  "subItemsHeading": {
                    "key": "extra"
                  },
                  "key": "node"
                },
                {
                  "granularity": 0.001,
                  "label": "Layout shift score",
                  "subItemsHeading": {
                    "valueType": "text",
                    "key": "cause"
                  },
                  "key": "score",
                  "valueType": "numeric"
                }
              ],
              "type": "table"
            }
          ]
        }
      },
      "max-potential-fid": {
        "id": "max-potential-fid",
        "title": "Max Potential First Input Delay",
        "description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).",
        "score": 0.75,
        "scoreDisplayMode": "numeric",
        "displayValue": "180 ms",
        "numericValue": 177,
        "numericUnit": "millisecond"
      },
      "aria-treeitem-name": {
        "id": "aria-treeitem-name",
        "title": "ARIA `treeitem` elements have accessible names",
        "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "logical-tab-order": {
        "id": "logical-tab-order",
        "title": "The page has a logical tab order",
        "description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https://developer.chrome.com/docs/lighthouse/accessibility/logical-tab-order/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "aria-roles": {
        "id": "aria-roles",
        "title": "`[role]` values are valid",
        "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-roles).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "aria-valid-attr": {
        "id": "aria-valid-attr",
        "title": "`[aria-*]` attributes are valid and not misspelled",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "network-dependency-tree-insight": {
        "id": "network-dependency-tree-insight",
        "title": "Network dependency tree",
        "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "type": "list-section",
              "value": {
                "longestChain": {
                  "duration": 3422
                },
                "chains": {
                  "A0E3E55D500D8C7C268864A3D54B1CC4": {
                    "children": {
                      "A0E3E55D500D8C7C268864A3D54B1CC4": {
                        "isLongest": true,
                        "transferSize": 23759,
                        "children": {
                          "A0E3E55D500D8C7C268864A3D54B1CC4": {
                            "url": "https://docbeale.com/",
                            "navStartToEndTime": 1880,
                            "isLongest": true,
                            "transferSize": 23759,
                            "children": {
                              "54.26": {
                                "children": {
                                  "54.362": {
                                    "children": {},
                                    "transferSize": 8711,
                                    "navStartToEndTime": 2876,
                                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2"
                                  },
                                  "54.368": {
                                    "navStartToEndTime": 2877,
                                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2",
                                    "transferSize": 8803,
                                    "children": {}
                                  },
                                  "54.365": {
                                    "navStartToEndTime": 2875,
                                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2",
                                    "transferSize": 8551,
                                    "children": {}
                                  },
                                  "54.371": {
                                    "transferSize": 8659,
                                    "navStartToEndTime": 2877,
                                    "url": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2",
                                    "children": {}
                                  }
                                },
                                "navStartToEndTime": 1892,
                                "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
                                "transferSize": 4774
                              },
                              "54.24": {
                                "children": {},
                                "navStartToEndTime": 2558,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color.php?main_color=0070bb&second_color=cde5f5&ver=7.0.2",
                                "transferSize": 2731
                              },
                              "54.36": {
                                "isLongest": true,
                                "transferSize": 603,
                                "children": {
                                  "54.406": {
                                    "navStartToEndTime": 3422,
                                    "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf",
                                    "isLongest": true,
                                    "transferSize": 28894,
                                    "children": {}
                                  }
                                },
                                "navStartToEndTime": 3062,
                                "url": "https://docbeale.com/wp-content/uploads/wpb-fonts/docbeale-com/raleway-91dfb74847a490ce7ded015d417aa256.css"
                              },
                              "54.27": {
                                "children": {},
                                "transferSize": 40272,
                                "navStartToEndTime": 2796,
                                "url": "https://docbeale.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.7.3"
                              },
                              "54.4": {
                                "children": {},
                                "navStartToEndTime": 2558,
                                "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.10",
                                "transferSize": 837
                              },
                              "54.10": {
                                "children": {},
                                "navStartToEndTime": 2695,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/bootstrap.css?ver=7.0.2",
                                "transferSize": 18340
                              },
                              "54.22": {
                                "transferSize": 1248,
                                "navStartToEndTime": 2561,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gutenberg.css?ver=7.0.2",
                                "children": {}
                              },
                              "54.17": {
                                "transferSize": 1684,
                                "navStartToEndTime": 2551,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.fancybox.css?ver=7.0.2",
                                "children": {}
                              },
                              "54.3": {
                                "navStartToEndTime": 2680,
                                "url": "https://docbeale.com/wp-includes/css/dist/block-library/style.min.css?ver=7.0.2",
                                "transferSize": 16206,
                                "children": {}
                              },
                              "54.8": {
                                "children": {},
                                "transferSize": 644,
                                "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/business-info.BWoeH1k0.css?ver=1.3.14",
                                "navStartToEndTime": 2556
                              },
                              "54.18": {
                                "navStartToEndTime": 2571,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.mCustomScrollbar.min.css?ver=7.0.2",
                                "transferSize": 4153,
                                "children": {}
                              },
                              "54.13": {
                                "navStartToEndTime": 2572,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/flaticon.css?ver=7.0.2",
                                "transferSize": 2522,
                                "children": {}
                              },
                              "54.5": {
                                "children": {},
                                "transferSize": 1577,
                                "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.10",
                                "navStartToEndTime": 2559
                              },
                              "54.6": {
                                "transferSize": 1245,
                                "navStartToEndTime": 2571,
                                "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.10",
                                "children": {}
                              },
                              "54.11": {
                                "navStartToEndTime": 2566,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gui.css?ver=7.0.2",
                                "transferSize": 7995,
                                "children": {}
                              },
                              "54.23": {
                                "navStartToEndTime": 2212,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/responsive.css?ver=7.0.2",
                                "transferSize": 2186,
                                "children": {}
                              },
                              "54.21": {
                                "transferSize": 5647,
                                "navStartToEndTime": 2568,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/custom.css?ver=7.0.2",
                                "children": {}
                              },
                              "54.15": {
                                "children": {},
                                "transferSize": 4651,
                                "navStartToEndTime": 2565,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/animate.css?ver=7.0.2"
                              },
                              "54.9": {
                                "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/opening-hours.othxJ9PM.css?ver=1.3.14",
                                "navStartToEndTime": 2567,
                                "transferSize": 602,
                                "children": {}
                              },
                              "54.12": {
                                "navStartToEndTime": 2556,
                                "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0",
                                "transferSize": 7063,
                                "children": {
                                  "54.100": {
                                    "navStartToEndTime": 3276,
                                    "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0",
                                    "transferSize": 77542,
                                    "children": {}
                                  }
                                }
                              },
                              "54.14": {
                                "navStartToEndTime": 2569,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/2-flaticon.css?ver=7.0.2",
                                "transferSize": 948,
                                "children": {}
                              },
                              "54.25": {
                                "children": {},
                                "transferSize": 1201,
                                "navStartToEndTime": 2556,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color-panel.css?ver=7.0.2"
                              },
                              "54.7": {
                                "transferSize": 1265,
                                "navStartToEndTime": 2551,
                                "url": "https://docbeale.com/wp-content/plugins/aioseo-eeat/dist/Pro/assets/css/author-bio/global.nmHTDmBq.css?ver=1.2.13",
                                "children": {}
                              },
                              "54.16": {
                                "children": {},
                                "navStartToEndTime": 2557,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/owl.css?ver=7.0.2",
                                "transferSize": 1655
                              },
                              "54.37": {
                                "children": {},
                                "transferSize": 1323,
                                "navStartToEndTime": 3063,
                                "url": "https://docbeale.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6"
                              },
                              "54.20": {
                                "children": {},
                                "navStartToEndTime": 2682,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/style.css?ver=7.0.2",
                                "transferSize": 15711
                              },
                              "54.19": {
                                "children": {},
                                "transferSize": 679,
                                "navStartToEndTime": 2560,
                                "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.bootstrap-touchspin.css?ver=7.0.2"
                              }
                            }
                          }
                        },
                        "navStartToEndTime": 1880,
                        "url": "https://docbeale.com/"
                      }
                    },
                    "isLongest": true,
                    "transferSize": 23759,
                    "navStartToEndTime": 1880,
                    "url": "https://docbeale.com/"
                  }
                },
                "type": "network-tree"
              }
            },
            {
              "type": "list-section",
              "value": {
                "type": "text",
                "value": "no origins were preconnected"
              },
              "description": "[preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.",
              "title": "Preconnected origins"
            },
            {
              "title": "Preconnect candidates",
              "type": "list-section",
              "value": {
                "type": "text",
                "value": "No additional origins are good candidates for preconnecting"
              },
              "description": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4."
            }
          ],
          "type": "list"
        }
      },
      "valid-source-maps": {
        "id": "valid-source-maps",
        "title": "Page has valid source maps",
        "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "label": "URL",
              "subItemsHeading": {
                "key": "error"
              },
              "key": "scriptUrl",
              "valueType": "url"
            },
            {
              "key": "sourceMapUrl",
              "label": "Map URL",
              "valueType": "url"
            }
          ],
          "items": [
            {
              "subItems": {
                "type": "subitems",
                "items": []
              },
              "sourceMapUrl": "https://cdn.trustindex.io/loader.js.map",
              "scriptUrl": "https://cdn.trustindex.io/loader.js?ver=1"
            }
          ],
          "type": "table"
        }
      },
      "diagnostics": {
        "id": "diagnostics",
        "title": "Diagnostics",
        "description": "Collection of useful page vitals.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "totalByteWeight": 2844654,
              "numFonts": 7,
              "numTasks": 2482,
              "numTasksOver50ms": 12,
              "throughput": 76233730.661541387,
              "mainDocumentTransferSize": 23759,
              "maxRtt": 0.89999999999999991,
              "numTasksOver100ms": 5,
              "numStylesheets": 28,
              "numTasksOver500ms": 0,
              "numTasksOver25ms": 20,
              "maxServerLatency": 39,
              "rtt": 0.00037975385890399576,
              "numRequests": 95,
              "numScripts": 32,
              "numTasksOver10ms": 40,
              "totalTaskTime": 2646.7420000000088
            }
          ],
          "type": "debugdata"
        }
      },
      "trusted-types-xss": {
        "id": "trusted-types-xss",
        "title": "Mitigate DOM-based XSS with Trusted Types",
        "description": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "severity": "High",
              "description": "No `Content-Security-Policy` header with Trusted Types directive found"
            }
          ],
          "headings": [
            {
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              }
            }
          ]
        }
      },
      "first-contentful-paint": {
        "id": "first-contentful-paint",
        "title": "First Contentful Paint",
        "description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).",
        "score": 0.2,
        "scoreDisplayMode": "numeric",
        "displayValue": "4.2 s",
        "numericValue": 4152.0045622586213,
        "numericUnit": "millisecond"
      },
      "frame-title": {
        "id": "frame-title",
        "title": "`\u003cframe\u003e` or `\u003ciframe\u003e` elements do not have a title",
        "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.12/frame-title).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "debugData": {
            "impact": "serious",
            "type": "debugdata",
            "tags": [
              "cat.text-alternatives",
              "wcag2a",
              "wcag412",
              "section508",
              "section508.22.i",
              "TTv5",
              "TT12.d",
              "EN-301-549",
              "EN-9.4.1.2",
              "RGAAv4",
              "RGAA-2.1.1"
            ]
          },
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "items": [
            {
              "node": {
                "explanation": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
                "boundingRect": {
                  "height": 200,
                  "left": 15,
                  "bottom": 5905,
                  "top": 5705,
                  "right": 315,
                  "width": 300
                },
                "type": "node",
                "selector": "div.row \u003e div#block-6 \u003e div.footer-widget \u003e iframe",
                "lhId": "1-8-IFRAME",
                "path": "1,HTML,1,BODY,0,DIV,8,FOOTER,0,DIV,1,DIV,0,DIV,1,DIV,0,DIV,1,IFRAME",
                "nodeLabel": "div.row \u003e div#block-6 \u003e div.footer-widget \u003e iframe",
                "snippet": "\u003ciframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2809.8626249593726!2…\" width=\"300\" height=\"200\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"\u003e"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,8,FOOTER,0,DIV,1,DIV,0,DIV,2,DIV,0,DIV,8,IFRAME",
                "nodeLabel": "div.row \u003e div#block-12 \u003e div.footer-widget \u003e iframe",
                "snippet": "\u003ciframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2811.2529401918355!2…\" width=\"300\" height=\"200\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"\u003e",
                "selector": "div.row \u003e div#block-12 \u003e div.footer-widget \u003e iframe",
                "lhId": "1-9-IFRAME",
                "explanation": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
                "boundingRect": {
                  "top": 6257,
                  "right": 315,
                  "height": 200,
                  "left": 15,
                  "bottom": 6457,
                  "width": 300
                },
                "type": "node"
              }
            }
          ]
        }
      },
      "managed-focus": {
        "id": "managed-focus",
        "title": "The user's focus is directed to new content added to the page",
        "description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https://developer.chrome.com/docs/lighthouse/accessibility/managed-focus/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "resource-summary": {
        "id": "resource-summary",
        "title": "Resources Summary",
        "description": "Aggregates all network requests and groups them by type",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "transferSize": 2844655,
              "requestCount": 94,
              "label": "Total",
              "resourceType": "total"
            },
            {
              "label": "Script",
              "resourceType": "script",
              "transferSize": 1697801,
              "requestCount": 31
            },
            {
              "transferSize": 393025,
              "requestCount": 14,
              "label": "Other",
              "resourceType": "other"
            },
            {
              "label": "Image",
              "resourceType": "image",
              "transferSize": 332938,
              "requestCount": 12
            },
            {
              "label": "Stylesheet",
              "resourceType": "stylesheet",
              "requestCount": 28,
              "transferSize": 190962
            },
            {
              "label": "Font",
              "resourceType": "font",
              "requestCount": 7,
              "transferSize": 176640
            },
            {
              "label": "Document",
              "resourceType": "document",
              "transferSize": 53289,
              "requestCount": 2
            },
            {
              "transferSize": 0,
              "requestCount": 0,
              "label": "Media",
              "resourceType": "media"
            },
            {
              "label": "Third-party",
              "resourceType": "third-party",
              "transferSize": 2100590,
              "requestCount": 33
            }
          ],
          "headings": [
            {
              "key": "label",
              "label": "Resource Type",
              "valueType": "text"
            },
            {
              "valueType": "numeric",
              "label": "Requests",
              "key": "requestCount"
            },
            {
              "valueType": "bytes",
              "key": "transferSize",
              "label": "Transfer Size"
            }
          ],
          "type": "table"
        }
      },
      "dom-size-insight": {
        "id": "dom-size-insight",
        "title": "Optimize DOM size",
        "description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/performance/insights/dom-size).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "debugData": {
            "type": "debugdata",
            "maxDepth": 21,
            "maxChildren": 40,
            "totalElements": 429
          },
          "type": "table",
          "items": [
            {
              "statistic": "Total elements",
              "value": {
                "value": 429,
                "type": "numeric",
                "granularity": 1
              }
            },
            {
              "node": {
                "type": "node",
                "boundingRect": {
                  "width": 322,
                  "left": 45,
                  "bottom": 4355,
                  "height": 50,
                  "top": 4305,
                  "right": 367
                },
                "lhId": "page-8-INPUT",
                "selector": "div.form-group \u003e p \u003e span.wpcf7-form-control-wrap \u003e input.wpcf7-form-control",
                "snippet": "\u003cinput size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First Name\" value=\"\" type=\"text\" name=\"text-452\"\u003e",
                "path": "1,HTML,1,BODY,0,DIV,6,DIV,4,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,3,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,FORM,1,DIV,2,DIV,0,DIV,0,P,0,SPAN,0,INPUT",
                "nodeLabel": "div.form-group \u003e p \u003e span.wpcf7-form-control-wrap \u003e input.wpcf7-form-control"
              },
              "statistic": "DOM depth",
              "value": {
                "value": 21,
                "type": "numeric",
                "granularity": 1
              }
            },
            {
              "node": {
                "nodeLabel": "body.home",
                "path": "1,HTML,1,BODY",
                "snippet": "\u003cbody class=\"home wp-singular page-template page-template-tpl-visual_composer page-temp…\"\u003e",
                "selector": "body.home",
                "lhId": "page-7-BODY",
                "boundingRect": {
                  "top": 0,
                  "right": 412,
                  "height": 5055,
                  "left": 0,
                  "bottom": 5055,
                  "width": 412
                },
                "type": "node"
              },
              "value": {
                "type": "numeric",
                "value": 40,
                "granularity": 1
              },
              "statistic": "Most children"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "Statistic",
              "key": "statistic"
            },
            {
              "valueType": "node",
              "label": "Element",
              "key": "node"
            },
            {
              "valueType": "numeric",
              "key": "value",
              "label": "Value"
            }
          ]
        },
        "numericValue": 429,
        "numericUnit": "element"
      },
      "input-image-alt": {
        "id": "input-image-alt",
        "title": "`\u003cinput type=\"image\"\u003e` elements have `[alt]` text",
        "description": "When an image is being used as an `\u003cinput\u003e` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.12/input-image-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "total-byte-weight": {
        "id": "total-byte-weight",
        "title": "Avoid enormous network payloads",
        "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Total size was 2,778 KiB",
        "details": {
          "type": "table",
          "items": [
            {
              "totalBytes": 383075,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "totalBytes": 383075,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "totalBytes": 383075,
              "url": "https://www.gstatic.com/recaptcha/releases/A7KpaEASfhDcK0nXxgQEyyYv/recaptcha__en.js"
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-LKPN4LMZ7S&cx=c&gtm=4e67g0",
              "totalBytes": 182198
            },
            {
              "totalBytes": 163027,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-R6H156YVSZ"
            },
            {
              "totalBytes": 154969,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-5ZV4R783"
            },
            {
              "totalBytes": 150798,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-16724583254&cx=c&gtm=4e67g0"
            },
            {
              "totalBytes": 112310,
              "url": "https://www.googletagmanager.com/gtm.js?id=GTM-546GSTMH"
            },
            {
              "totalBytes": 90366,
              "url": "https://docbeale.com/wp-content/uploads/2022/09/iStock-951045208-copy.jpg"
            },
            {
              "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0",
              "totalBytes": 77542
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "key": "totalBytes",
              "label": "Transfer Size",
              "valueType": "bytes"
            }
          ],
          "sortedBy": [
            "totalBytes"
          ]
        },
        "numericValue": 2844655,
        "numericUnit": "byte"
      },
      "aria-required-attr": {
        "id": "aria-required-attr",
        "title": "`[role]`s have all required `[aria-*]` attributes",
        "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.12/aria-required-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "render-blocking-insight": {
        "id": "render-blocking-insight",
        "title": "Render-blocking requests",
        "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 2,840 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 2850
        },
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "label": "Transfer Size",
              "key": "totalBytes",
              "valueType": "bytes"
            },
            {
              "key": "wastedMs",
              "label": "Duration",
              "valueType": "timespanMs"
            }
          ],
          "items": [
            {
              "wastedMs": 960,
              "totalBytes": 40272,
              "url": "https://docbeale.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.7.3"
            },
            {
              "wastedMs": 1279,
              "totalBytes": 18340,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/bootstrap.css?ver=7.0.2"
            },
            {
              "wastedMs": 640,
              "totalBytes": 16206,
              "url": "https://docbeale.com/wp-includes/css/dist/block-library/style.min.css?ver=7.0.2"
            },
            {
              "wastedMs": 960,
              "totalBytes": 15711,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/style.css?ver=7.0.2"
            },
            {
              "wastedMs": 960,
              "totalBytes": 1245,
              "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.10"
            },
            {
              "wastedMs": 321,
              "totalBytes": 2522,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/flaticon.css?ver=7.0.2"
            },
            {
              "wastedMs": 321,
              "totalBytes": 4153,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.mCustomScrollbar.min.css?ver=7.0.2"
            },
            {
              "wastedMs": 321,
              "totalBytes": 948,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/2-flaticon.css?ver=7.0.2"
            },
            {
              "totalBytes": 602,
              "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/opening-hours.othxJ9PM.css?ver=1.3.14",
              "wastedMs": 321
            },
            {
              "totalBytes": 5647,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/custom.css?ver=7.0.2",
              "wastedMs": 321
            },
            {
              "totalBytes": 7995,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gui.css?ver=7.0.2",
              "wastedMs": 640
            },
            {
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/animate.css?ver=7.0.2",
              "totalBytes": 4651,
              "wastedMs": 321
            },
            {
              "totalBytes": 1577,
              "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.10",
              "wastedMs": 960
            },
            {
              "url": "https://docbeale.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.10",
              "totalBytes": 837,
              "wastedMs": 960
            },
            {
              "totalBytes": 1248,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/gutenberg.css?ver=7.0.2",
              "wastedMs": 321
            },
            {
              "totalBytes": 679,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.bootstrap-touchspin.css?ver=7.0.2",
              "wastedMs": 321
            },
            {
              "wastedMs": 960,
              "totalBytes": 644,
              "url": "https://docbeale.com/wp-content/plugins/aioseo-local-business/dist/css/business-info.BWoeH1k0.css?ver=1.3.14"
            },
            {
              "totalBytes": 1655,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/owl.css?ver=7.0.2",
              "wastedMs": 321
            },
            {
              "wastedMs": 640,
              "totalBytes": 7063,
              "url": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0"
            },
            {
              "wastedMs": 321,
              "totalBytes": 2731,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color.php?main_color=0070bb&second_color=cde5f5&ver=7.0.2"
            },
            {
              "wastedMs": 321,
              "totalBytes": 1201,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/color-panel.css?ver=7.0.2"
            },
            {
              "wastedMs": 960,
              "totalBytes": 1265,
              "url": "https://docbeale.com/wp-content/plugins/aioseo-eeat/dist/Pro/assets/css/author-bio/global.nmHTDmBq.css?ver=1.2.13"
            },
            {
              "totalBytes": 1684,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/jquery.fancybox.css?ver=7.0.2",
              "wastedMs": 321
            },
            {
              "wastedMs": 321,
              "totalBytes": 2186,
              "url": "https://docbeale.com/wp-content/themes/healthcoach/css/responsive.css?ver=7.0.2"
            },
            {
              "totalBytes": 4774,
              "url": "https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C300i%2C400%2C400i%7CQuicksand%3A300%2C400%2C500%2C600%2C700%26display%3Dswap%7CEB+Garamond%3A400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%26display%3Dswap%7CExo+2%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CAlegreya%3A400%2C400i%2C500%2C500i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26display%3Dswap%7CQuestrial%26display%3Dswap%7CPoppins%3A300%2C400%2C500%2C600%2C700%7CShadows%2BInto%2BLight%7CShadows+Into+Light&subset=latin%2Clatin-ext",
              "wastedMs": 902
            }
          ]
        }
      },
      "layout-shifts": {
        "id": "layout-shifts",
        "title": "Avoid large layout shifts",
        "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "2 layout shifts found",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "extra": {
                      "value": "https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2",
                      "type": "url"
                    },
                    "cause": "Web font loaded"
                  },
                  {
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2"
                    },
                    "cause": "Web font loaded"
                  },
                  {
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2"
                    },
                    "cause": "Web font loaded"
                  },
                  {
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2"
                    },
                    "cause": "Web font loaded"
                  }
                ],
                "type": "subitems"
              },
              "score": 2.1748046406210051e-05,
              "node": {
                "nodeLabel": "div.top-left \u003e ul \u003e li \u003e span.fa",
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,1,DIV,0,DIV,0,DIV,1,DIV,0,UL,1,LI,0,SPAN",
                "snippet": "\u003cspan class=\"fa fa-phone\"\u003e",
                "type": "node",
                "boundingRect": {
                  "width": 16,
                  "right": 44,
                  "top": 26,
                  "height": 28,
                  "left": 28,
                  "bottom": 54
                },
                "selector": "div.top-left \u003e ul \u003e li \u003e span.fa",
                "lhId": "page-3-SPAN"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "value": "https://docbeale.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0",
                      "type": "url"
                    }
                  }
                ]
              },
              "score": 2.7951023557165661e-06,
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,1,HEADER,4,DIV,0,DIV,0,DIV,6,DIV,0,BUTTON,0,SPAN",
                "nodeLabel": "div.outer-container \u003e div.nav-toggler \u003e button.hidden-bar-opener \u003e span.icon",
                "snippet": "\u003cspan class=\"icon fa fa-bars\"\u003e",
                "selector": "div.outer-container \u003e div.nav-toggler \u003e button.hidden-bar-opener \u003e span.icon",
                "lhId": "page-4-SPAN",
                "type": "node",
                "boundingRect": {
                  "width": 14,
                  "bottom": 173,
                  "height": 16,
                  "left": 310,
                  "right": 324,
                  "top": 157
                }
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Element",
              "subItemsHeading": {
                "key": "extra"
              }
            },
            {
              "valueType": "numeric",
              "key": "score",
              "subItemsHeading": {
                "valueType": "text",
                "key": "cause"
              },
              "label": "Layout shift score",
              "granularity": 0.001
            }
          ],
          "type": "table"
        }
      },
      "focus-traps": {
        "id": "focus-traps",
        "title": "User focus is not accidentally trapped in a region",
        "description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https://developer.chrome.com/docs/lighthouse/accessibility/focus-traps/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "aria-dialog-name": {
        "id": "aria-dialog-name",
        "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
        "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "empty-heading": {
        "id": "empty-heading",
        "title": "All heading elements contain content.",
        "description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.12/empty-heading).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "accesskeys": {
        "id": "accesskeys",
        "title": "`[accesskey]` values are unique",
        "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.12/accesskeys).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "video-caption": {
        "id": "video-caption",
        "title": "`\u003cvideo\u003e` elements contain a `\u003ctrack\u003e` element with `[kind=\"captions\"]`",
        "description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.12/video-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-allowed-attr": {
        "id": "aria-allowed-attr",
        "title": "`[aria-*]` attributes match their roles",
        "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ]
        }
      },
      "td-has-header": {
        "id": "td-has-header",
        "title": "`\u003ctd\u003e` elements in a large `\u003ctable\u003e` have one or more table headers.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that `\u003ctd\u003e` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/td-has-header).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "server-response-time": {
        "id": "server-response-time",
        "title": "Initial server response time was short",
        "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Root document took 70 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "responseTime": 66,
              "url": "https://docbeale.com/"
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "label": "Time Spent",
              "key": "responseTime",
              "valueType": "timespanMs"
            }
          ],
          "overallSavingsMs": 0,
          "type": "opportunity"
        },
        "numericValue": 66,
        "numericUnit": "millisecond"
      },
      "lcp-breakdown-insight": {
        "id": "lcp-breakdown-insight",
        "title": "LCP breakdown",
        "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "type": "list",
          "items": [
            {
              "items": [
                {
                  "subpart": "timeToFirstByte",
                  "duration": 66.133,
                  "label": "Time to first byte"
                },
                {
                  "duration": 1798.591,
                  "label": "Resource load delay",
                  "subpart": "resourceLoadDelay"
                },
                {
                  "subpart": "resourceLoadDuration",
                  "duration": 917.367,
                  "label": "Resource load duration"
                },
                {
                  "duration": 152.201,
                  "label": "Element render delay",
                  "subpart": "elementRenderDelay"
                }
              ],
              "headings": [
                {
                  "label": "Subpart",
                  "key": "label",
                  "valueType": "text"
                },
                {
                  "label": "Duration",
                  "key": "duration",
                  "valueType": "ms"
                }
              ],
              "type": "table"
            },
            {
              "type": "node",
              "boundingRect": {
                "height": 380,
                "left": -15,
                "bottom": 603,
                "right": 427,
                "top": 223,
                "width": 442
              },
              "selector": "div.page-wrapper \u003e div.wpb-content-wrapper \u003e div#mewhero \u003e div#heroleft",
              "lhId": "page-2-DIV",
              "path": "1,HTML,1,BODY,0,DIV,6,DIV,0,DIV,0,DIV",
              "nodeLabel": "div.page-wrapper \u003e div.wpb-content-wrapper \u003e div#mewhero \u003e div#heroleft",
              "snippet": "\u003cdiv class=\"heroleft wpb_column vc_column_container vc_col-sm-6\" id=\"heroleft\"\u003e"
            }
          ]
        }
      },
      "has-hsts": {
        "id": "has-hsts",
        "title": "Use a strong HSTS policy",
        "description": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "description": "No HSTS header found",
              "severity": "High"
            }
          ],
          "headings": [
            {
              "key": "description",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "valueType": "text"
            },
            {
              "key": "directive",
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "valueType": "code"
            },
            {
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "valueType": "text"
            }
          ]
        }
      },
      "doctype": {
        "id": "doctype",
        "title": "Page has the HTML doctype",
        "description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https://developer.chrome.com/docs/lighthouse/best-practices/doctype/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "duplicated-javascript-insight": {
        "id": "duplicated-javascript-insight",
        "title": "Duplicated JavaScript",
        "description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "type": "table",
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 0
          },
          "items": [],
          "headings": [
            {
              "label": "Source",
              "subItemsHeading": {
                "key": "url",
                "valueType": "url"
              },
              "key": "source",
              "valueType": "code"
            },
            {
              "key": "wastedBytes",
              "subItemsHeading": {
                "key": "sourceTransferBytes"
              },
              "label": "Duplicated bytes",
              "valueType": "bytes",
              "granularity": 10
            }
          ]
        }
      }
    },
    "categories": {
      "performance": {
        "id": "performance",
        "title": "Performance",
        "score": 0.49,
        "auditRefs": [
          {
            "id": "first-contentful-paint",
            "weight": 10,
            "group": "metrics",
            "acronym": "FCP"
          },
          {
            "id": "largest-contentful-paint",
            "weight": 25,
            "group": "metrics",
            "acronym": "LCP"
          },
          {
            "id": "total-blocking-time",
            "weight": 30,
            "group": "metrics",
            "acronym": "TBT"
          },
          {
            "id": "cumulative-layout-shift",
            "weight": 25,
            "group": "metrics",
            "acronym": "CLS"
          },
          {
            "id": "speed-index",
            "weight": 10,
            "group": "metrics",
            "acronym": "SI"
          },
          {
            "id": "cache-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "cls-culprits-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "document-latency-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "dom-size-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "duplicated-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "font-display-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "forced-reflow-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "image-delivery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "inp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-discovery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "legacy-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "network-dependency-tree-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "render-blocking-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "third-parties-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "viewport-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "interactive",
            "weight": 0,
            "group": "hidden",
            "acronym": "TTI"
          },
          {
            "id": "max-potential-fid",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "unminified-css",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unminified-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-css-rules",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "total-byte-weight",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "user-timings",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "bootup-time",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "mainthread-work-breakdown",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "long-tasks",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "non-composited-animations",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unsized-images",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "network-requests",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-rtt",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-server-latency",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "main-thread-tasks",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "diagnostics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "metrics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "screenshot-thumbnails",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "final-screenshot",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "script-treemap-data",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "resource-summary",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "redirects",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "server-response-time",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "layout-shifts",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "accessibility": {
        "id": "accessibility",
        "title": "Accessibility",
        "description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
        "score": 0.73,
        "manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review).",
        "auditRefs": [
          {
            "id": "accesskeys",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "aria-allowed-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-command-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-conditional-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-deprecated-role",
            "weight": 1,
            "group": "a11y-aria"
          },
          {
            "id": "aria-dialog-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-body",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-focus",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-input-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-meter-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-progressbar-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-prohibited-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-children",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-parent",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-roles",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-text",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-toggle-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-tooltip-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-treeitem-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr-value",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "button-name",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "bypass",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "color-contrast",
            "weight": 7,
            "group": "a11y-color-contrast"
          },
          {
            "id": "definition-list",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "dlitem",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "document-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "duplicate-id-aria",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "form-field-multiple-labels",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "frame-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "heading-order",
            "weight": 3,
            "group": "a11y-navigation"
          },
          {
            "id": "html-has-lang",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-lang-valid",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-xml-lang-mismatch",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "image-alt",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-button-name",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-image-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "label",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "link-in-text-block",
            "weight": 7,
            "group": "a11y-color-contrast"
          },
          {
            "id": "link-name",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "list",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "listitem",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "meta-refresh",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "meta-viewport",
            "weight": 10,
            "group": "a11y-best-practices"
          },
          {
            "id": "object-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "select-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "skip-link",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "tabindex",
            "weight": 7,
            "group": "a11y-navigation"
          },
          {
            "id": "target-size",
            "weight": 7,
            "group": "a11y-best-practices"
          },
          {
            "id": "td-headers-attr",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "th-has-data-cells",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "valid-lang",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "video-caption",
            "weight": 0,
            "group": "a11y-audio-video"
          },
          {
            "id": "landmark-one-main",
            "weight": 3,
            "group": "a11y-best-practices"
          },
          {
            "id": "autocomplete-valid",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "presentation-role-conflict",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "svg-img-alt",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "focusable-controls",
            "weight": 0
          },
          {
            "id": "interactive-element-affordance",
            "weight": 0
          },
          {
            "id": "logical-tab-order",
            "weight": 0
          },
          {
            "id": "visual-order-follows-dom",
            "weight": 0
          },
          {
            "id": "focus-traps",
            "weight": 0
          },
          {
            "id": "managed-focus",
            "weight": 0
          },
          {
            "id": "use-landmarks",
            "weight": 0
          },
          {
            "id": "offscreen-content-hidden",
            "weight": 0
          },
          {
            "id": "custom-controls-labels",
            "weight": 0
          },
          {
            "id": "custom-controls-roles",
            "weight": 0
          },
          {
            "id": "table-duplicate-name",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "empty-heading",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "aria-allowed-role",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "image-redundant-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "identical-links-same-purpose",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "label-content-name-mismatch",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "table-fake-caption",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "td-has-header",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "best-practices": {
        "id": "best-practices",
        "title": "Best Practices",
        "score": 0.77,
        "auditRefs": [
          {
            "id": "is-on-https",
            "weight": 5,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "redirects-http",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "geolocation-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "notification-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "csp-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "has-hsts",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "origin-isolation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "clickjacking-mitigation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "trusted-types-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "paste-preventing-inputs",
            "weight": 3,
            "group": "best-practices-ux"
          },
          {
            "id": "image-aspect-ratio",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "image-size-responsive",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "doctype",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "charset",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "baseline",
            "weight": 0,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "js-libraries",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "deprecations",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "third-party-cookies",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "errors-in-console",
            "weight": 1,
            "group": "best-practices-general"
          },
          {
            "id": "valid-source-maps",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "inspector-issues",
            "weight": 1,
            "group": "best-practices-general"
          }
        ]
      },
      "seo": {
        "id": "seo",
        "title": "SEO",
        "description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769).",
        "score": 1,
        "manualDescription": "Run these additional validators on your site to check additional SEO best practices.",
        "auditRefs": [
          {
            "id": "is-crawlable",
            "weight": 4.0434782608695654,
            "group": "seo-crawl"
          },
          {
            "id": "document-title",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "meta-description",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "http-status-code",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "link-text",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "crawlable-anchors",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "robots-txt",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "image-alt",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "hreflang",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "canonical",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "structured-data",
            "weight": 0
          }
        ]
      }
    },
    "categoryGroups": {
      "a11y-audio-video": {
        "title": "Audio and video",
        "description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
      },
      "a11y-color-contrast": {
        "title": "Contrast",
        "description": "These are opportunities to improve the legibility of your content."
      },
      "best-practices-trust-safety": {
        "title": "Trust and Safety"
      },
      "seo-content": {
        "title": "Content Best Practices",
        "description": "Format your HTML in a way that enables crawlers to better understand your app’s content."
      },
      "best-practices-browser-compat": {
        "title": "Browser Compatibility"
      },
      "a11y-tables-lists": {
        "title": "Tables and lists",
        "description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
      },
      "a11y-navigation": {
        "title": "Navigation",
        "description": "These are opportunities to improve keyboard navigation in your application."
      },
      "best-practices-general": {
        "title": "General"
      },
      "seo-crawl": {
        "title": "Crawling and Indexing",
        "description": "To appear in search results, crawlers need access to your app."
      },
      "best-practices-ux": {
        "title": "User Experience"
      },
      "a11y-language": {
        "title": "Internationalization and localization",
        "description": "These are opportunities to improve the interpretation of your content by users in different locales."
      },
      "metrics": {
        "title": "Metrics"
      },
      "agent-accessibility": {
        "title": "Agent Accessibility",
        "description": "These audits highlight best practices for improving the accessibility of the website for AI agents."
      },
      "a11y-best-practices": {
        "title": "Best practices",
        "description": "These items highlight common accessibility best practices."
      },
      "seo-mobile": {
        "title": "Mobile Friendly",
        "description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https://developers.google.com/search/mobile-sites/)."
      },
      "insights": {
        "title": "Insights",
        "description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
      },
      "a11y-names-labels": {
        "title": "Names and labels",
        "description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
      },
      "a11y-aria": {
        "title": "ARIA",
        "description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
      },
      "diagnostics": {
        "title": "Diagnostics",
        "description": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
      },
      "webmcp": {
        "title": "WebMCP",
        "description": "Audits validating WebMCP integration."
      }
    },
    "timing": {
      "total": 23270.1
    },
    "i18n": {
      "rendererFormattedStrings": {
        "varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics.",
        "opportunityResourceColumnLabel": "Opportunity",
        "opportunitySavingsColumnLabel": "Estimated Savings",
        "errorMissingAuditInfo": "Report error: no audit information",
        "errorLabel": "Error!",
        "warningHeader": "Warnings: ",
        "passedAuditsGroupTitle": "Passed audits",
        "notApplicableAuditsGroupTitle": "Not applicable",
        "manualAuditsGroupTitle": "Additional items to manually check",
        "toplevelWarningsMessage": "There were issues affecting this run of Lighthouse:",
        "crcLongestDurationLabel": "Maximum critical path latency:",
        "crcInitialNavigation": "Initial Navigation",
        "lsPerformanceCategoryDescription": "[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",
        "labDataTitle": "Lab Data",
        "warningAuditsGroupTitle": "Passed audits but with warnings",
        "snippetExpandButtonLabel": "Expand snippet",
        "snippetCollapseButtonLabel": "Collapse snippet",
        "thirdPartyResourcesLabel": "Show 3rd-party resources",
        "runtimeDesktopEmulation": "Emulated Desktop",
        "runtimeMobileEmulation": "Emulated Moto G Power",
        "runtimeNoEmulation": "No emulation",
        "runtimeSettingsBenchmark": "Unthrottled CPU/Memory Power",
        "runtimeSettingsCPUThrottling": "CPU throttling",
        "runtimeSettingsDevice": "Device",
        "runtimeSettingsNetworkThrottling": "Network throttling",
        "runtimeSettingsUANetwork": "User agent (network)",
        "runtimeUnknown": "Unknown",
        "dropdownCopyJSON": "Copy JSON",
        "dropdownDarkTheme": "Toggle Dark Theme",
        "dropdownPrintExpanded": "Print Expanded",
        "dropdownPrintSummary": "Print Summary",
        "dropdownSaveGist": "Save as Gist",
        "dropdownSaveHTML": "Save as HTML",
        "dropdownSaveJSON": "Save as JSON",
        "dropdownViewer": "Open in Viewer",
        "footerIssue": "File an issue",
        "throttlingProvided": "Provided by environment",
        "calculatorLink": "See calculator.",
        "runtimeSettingsAxeVersion": "Axe version",
        "viewTreemapLabel": "View Treemap",
        "showRelevantAudits": "Show audits relevant to:"
      }
    },
    "stackPacks": [
      {
        "id": "wordpress",
        "title": "WordPress",
        "iconDataURL": "data:image/svg+xml,\u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 122.5 122.5\"\u003e\u003cg fill=\"%232f3439\"\u003e\u003cpath d=\"M8.7 61.3c0 20.8 12.1 38.7 29.6 47.3l-25-68.7c-3 6.5-4.6 13.7-4.6 21.4zm88-2.7c0-6.5-2.3-11-4.3-14.5-2.7-4.3-5.2-8-5.2-12.3 0-4.8 3.7-9.3 8.9-9.3h.7a52.4 52.4 0 0 0-79.4 9.9h3.3c5.5 0 14-.6 14-.6 2.9-.2 3.2 4 .4 4.3 0 0-2.9.4-6 .5l19.1 57L59.7 59l-8.2-22.5c-2.8-.1-5.5-.5-5.5-.5-2.8-.1-2.5-4.5.3-4.3 0 0 8.7.7 13.9.7 5.5 0 14-.7 14-.7 2.8-.2 3.2 4 .3 4.3 0 0-2.8.4-6 .5l19 56.5 5.2-17.5c2.3-7.3 4-12.5 4-17z\"/\u003e\u003cpath d=\"m62.2 65.9-15.8 45.8a52.6 52.6 0 0 0 32.3-.9l-.4-.7zM107.4 36a49.6 49.6 0 0 1-3.6 24.2l-16.1 46.5A52.5 52.5 0 0 0 107.4 36z\"/\u003e\u003cpath d=\"M61.3 0a61.3 61.3 0 1 0 .1 122.7A61.3 61.3 0 0 0 61.3 0zm0 119.7a58.5 58.5 0 1 1 .1-117 58.5 58.5 0 0 1-.1 117z\"/\u003e\u003c/g\u003e\u003c/svg\u003e",
        "descriptions": {
          "unused-css-rules": "Consider reducing, or switching, the number of [WordPress plugins](https://wordpress.org/plugins/) loading unused CSS in your page. To identify plugins that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage/) in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the stylesheet. Look out for plugins that have many stylesheets in the list which have a lot of red in code coverage. A plugin should only enqueue a stylesheet if it is actually used on the page.",
          "modern-image-formats": "Consider using the [Performance Lab](https://wordpress.org/plugins/performance-lab/) plugin to automatically convert your uploaded JPEG images into WebP, wherever supported.",
          "uses-responsive-images": "Upload images directly through the [media library](https://wordpress.org/support/article/media-library-screen/) to ensure that the required image sizes are available, and then insert them from the media library or use the image widget to ensure the optimal image sizes are used (including those for the responsive breakpoints). Avoid using `Full Size` images unless the dimensions are adequate for their usage. [Learn More](https://wordpress.org/support/article/inserting-images-into-posts-and-pages/).",
          "unused-javascript": "Consider reducing, or switching, the number of [WordPress plugins](https://wordpress.org/plugins/) loading unused JavaScript in your page. To identify plugins that are adding extraneous JS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage/) in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the script. Look out for plugins that have many scripts in the list which have a lot of red in code coverage. A plugin should only enqueue a script if it is actually used on the page.",
          "uses-long-cache-ttl": "Read about [Browser Caching in WordPress](https://wordpress.org/support/article/optimization/#browser-caching).",
          "total-byte-weight": "Consider showing excerpts in your post lists (e.g. via the more tag), reducing the number of posts shown on a given page, breaking your long posts into multiple pages, or using a plugin to lazy-load comments.",
          "server-response-time": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service.",
          "efficient-animated-content": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video.",
          "offscreen-images": "Install a [lazy-load WordPress plugin](https://wordpress.org/plugins/search/lazy+load/) that provides the ability to defer any offscreen images, or switch to a theme that provides that functionality. Also consider using [the AMP plugin](https://wordpress.org/plugins/amp/).",
          "unminified-javascript": "A number of [WordPress plugins](https://wordpress.org/plugins/search/minify+javascript/) can speed up your site by concatenating, minifying, and compressing your scripts. You may also want to use a build process to do this minification up front if possible.",
          "uses-text-compression": "You can enable text compression in your web server configuration.",
          "render-blocking-resources": "There are a number of WordPress plugins that can help you [inline critical assets](https://wordpress.org/plugins/search/critical+css/) or [defer less important resources](https://wordpress.org/plugins/search/defer+css+javascript/). Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes.",
          "uses-optimized-images": "Consider using an [image optimization WordPress plugin](https://wordpress.org/plugins/search/optimize+images/) that compresses your images while retaining quality.",
          "unminified-css": "A number of [WordPress plugins](https://wordpress.org/plugins/search/minify+css/) can speed up your site by concatenating, minifying, and compressing your styles. You may also want to use a build process to do this minification up-front if possible."
        }
      },
      {
        "id": "wp-rocket",
        "title": "WP Rocket",
        "iconDataURL": "data:image/svg+xml,\u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 294 524\"\u003e\u003cdefs\u003e\u003clinearGradient id=\"a\" x1=\"36.742%\" x2=\"37.116%\" y1=\"100.518%\" y2=\"-.001%\"\u003e\u003cstop offset=\"0%\" stop-color=\"%23DD5F29\"/\u003e\u003cstop offset=\"26.042%\" stop-color=\"%23F26B32\"/\u003e\u003cstop offset=\"100%\" stop-color=\"%23FAC932\"/\u003e\u003c/linearGradient\u003e\u003clinearGradient id=\"b\" x1=\"28.046%\" x2=\"28.421%\" y1=\"100.518%\" y2=\"-.003%\"\u003e\u003cstop offset=\"0%\" stop-color=\"%23DD5F29\"/\u003e\u003cstop offset=\"26.042%\" stop-color=\"%23F26B32\"/\u003e\u003cstop offset=\"100%\" stop-color=\"%23FAC932\"/\u003e\u003c/linearGradient\u003e\u003clinearGradient id=\"c\" x1=\"38.215%\" x2=\"38.589%\" y1=\"100.518%\" y2=\"0%\"\u003e\u003cstop offset=\"0%\" stop-color=\"%23DD5F29\"/\u003e\u003cstop offset=\"26.042%\" stop-color=\"%23F26B32\"/\u003e\u003cstop offset=\"100%\" stop-color=\"%23FAC932\"/\u003e\u003c/linearGradient\u003e\u003c/defs\u003e\u003cg fill=\"none\" fill-rule=\"evenodd\"\u003e\u003cpath fill=\"url(%23a)\" d=\"M218.617 270.615c-9.752 0-18.896-5.689-23.366-14.63l-7.72-17.27h-76.6l-7.722 17.27c-4.47 8.941-13.613 14.63-23.366 14.63H75.78l32.712 249.306c1.625 4.671 4.673 4.671 6.502 0l32.51-79.648 28.242 79.442c1.625 4.676 4.673 4.676 6.501 0L220.04 270.82l-1.423-.204Z\" transform=\"translate(-1.58 -.2)\"/\u003e\u003cpath fill=\"url(%23b)\" d=\"M184.47 231.784h-70.3l-10.77 24.179c-3.657 7.314-10.768 12.597-18.489 14.02L109.7 423.791c1.625 2.844 4.673 2.844 6.501 0l31.697-48.155 29.055 47.951c1.829 2.845 4.673 2.845 6.502 0l28.039-154.012c-6.908-2.032-13.004-6.908-16.255-13.613l-10.768-24.18Z\" transform=\"translate(-1.58 -.2)\"/\u003e\u003cpath fill=\"url(%23c)\" d=\"m195.259 255.988-46.123-103.014-45.92 103.014c-1.625 3.048-3.656 5.69-6.095 7.925l19.1 102.2c1.015 1.423 3.657 1.83 5.485 0l25.601-33.931 25.602 33.728c1.625 2.032 4.47 1.626 5.485 0l21.131-103.42c-1.625-2.032-3.047-4.064-4.266-6.502Z\" transform=\"translate(-1.58 -.2)\"/\u003e\u003cpath fill=\"%23F56F46\" d=\"M.439 12.559c-1.422-4.877 1.422-8.33 6.299-8.33H47.17c2.845 0 5.486 2.437 6.299 4.876l29.665 116.83h1.422l53.437-121.3c1.016-2.032 3.048-3.86 5.892-3.86h6.299c3.047 0 5.08 1.625 5.892 3.86l53.437 121.3h1.423L240.6 9.105c.61-2.439 3.454-4.877 6.299-4.877h40.433c4.877 0 7.518 3.454 6.299 8.33l-65.221 231.63c-.61 2.845-3.454 4.876-6.298 4.876h-5.487c-2.438 0-4.876-1.625-5.892-3.86l-63.19-141.009h-1.015L83.744 245.203c-1.016 2.032-3.454 3.86-5.892 3.86h-5.486c-2.845 0-5.486-2.031-6.299-4.876L.44 12.559Z\"/\u003e\u003c/g\u003e\u003c/svg\u003e",
        "descriptions": {
          "unminified-css": "Enable [Minify CSS files](https://docs.wp-rocket.me/article/1350-css-minify-combine) in 'WP Rocket' to fix this issue. Any spaces and comments in your site's CSS files will be removed to make the file size smaller and faster to download.",
          "uses-rel-preload": "To fix this issue for fonts, enable [Remove Unused CSS](https://docs.wp-rocket.me/article/1529-remove-unused-css) in 'WP Rocket'. Your site's critical fonts will be preloaded with priority.",
          "unused-javascript": "Enable [Delay JavaScript execution](https://docs.wp-rocket.me/article/1349-delay-javascript-execution) in 'WP Rocket' to fix this problem. It will improve the loading of your page by delaying the execution of scripts until user interaction. If your site has iframes, you can use WP Rocket's [LazyLoad for iframes and videos](https://docs.wp-rocket.me/article/1674-lazyload-for-iframes-and-videos) and [Replace YouTube iframe with preview image](https://docs.wp-rocket.me/article/1488-replace-youtube-iframe-with-preview-image) as well.",
          "uses-optimized-images": "Enable 'Imagify' from the Image Optimization tab in 'WP Rocket' and run Bulk Optimization to compress your images.",
          "render-blocking-resources": "Enable [Remove Unused CSS](https://docs.wp-rocket.me/article/1529-remove-unused-css) and [Load JavaScript deferred](https://docs.wp-rocket.me/article/1265-load-javascript-deferred) in 'WP Rocket' to address this recommendation. These features will respectively optimize the CSS and JavaScript files so that they don't block the rendering of your page.",
          "uses-rel-preconnect": "Use [Prefetch DNS Requests](https://docs.wp-rocket.me/article/1302-prefetch-dns-requests) in 'WP Rocket' to add \"dns-prefetch\" and speed up the connection with external domains. Also, 'WP Rocket' automatically adds \"preconnect\" to [Google Fonts domain](https://docs.wp-rocket.me/article/1312-optimize-google-fonts) and any CNAME(S) added via the [Enable CDN](https://docs.wp-rocket.me/article/42-using-wp-rocket-with-a-cdn) feature.",
          "offscreen-images": "Enable [LazyLoad](https://docs.wp-rocket.me/article/1141-lazyload-for-images) in WP Rocket to fix this recommendation. This feature delays the loading of the images until the visitor scrolls down the page and actually needs to see them.",
          "unminified-javascript": "Enable [Minify JavaScript files](https://docs.wp-rocket.me/article/1351-javascript-minify-combine) in 'WP Rocket' to fix this issue. Empty spaces and comments will be removed from JavaScript files to make their size smaller and faster to download.",
          "modern-image-formats": "Enable 'Imagify' from the Image Optimization tab in 'WP Rocket' to convert your images to WebP.",
          "unused-css-rules": "Enable [Remove Unused CSS](https://docs.wp-rocket.me/article/1529-remove-unused-css) in 'WP Rocket' to fix this issue. It reduces page size by removing all CSS and stylesheets that are not used while keeping only the used CSS for each page."
        }
      }
    ],
    "entities": [
      {
        "name": "bealeweightloss.com",
        "isUnrecognized": true,
        "origins": [
          "https://bealeweightloss.com"
        ]
      },
      {
        "name": "docbeale.com",
        "isFirstParty": true,
        "isUnrecognized": true,
        "origins": [
          "http://docbeale.com",
          "https://docbeale.com"
        ]
      },
      {
        "name": "Google Fonts",
        "homepage": "https://fonts.google.com/",
        "category": "cdn",
        "origins": [
          "https://fonts.googleapis.com",
          "https://fonts.gstatic.com"
        ]
      },
      {
        "name": "Google Tag Manager",
        "homepage": "https://marketingplatform.google.com/about/tag-manager/",
        "category": "tag-manager",
        "origins": [
          "https://www.googletagmanager.com"
        ]
      },
      {
        "name": "Other Google APIs/SDKs",
        "homepage": "https://developers.google.com/apis-explorer/#p/",
        "category": "utility",
        "origins": [
          "https://www.google.com",
          "https://www.google.de"
        ]
      },
      {
        "name": "trustindex.io",
        "isUnrecognized": true,
        "origins": [
          "https://cdn.trustindex.io"
        ]
      },
      {
        "name": "Google Analytics",
        "homepage": "https://marketingplatform.google.com/about/analytics/",
        "category": "analytics",
        "origins": [
          "https://www.google-analytics.com",
          "https://analytics.google.com"
        ]
      },
      {
        "name": "Google/Doubleclick Ads",
        "homepage": "https://marketingplatform.google.com/about/enterprise/",
        "category": "ad",
        "origins": [
          "https://ad.doubleclick.net",
          "https://googleads.g.doubleclick.net",
          "https://stats.g.doubleclick.net"
        ]
      },
      {
        "name": "Google CDN",
        "homepage": "https://developers.google.com/speed/libraries/",
        "category": "cdn",
        "origins": [
          "https://www.gstatic.com"
        ]
      }
    ],
    "fullPageScreenshot": {
      "screenshot": {
        "width": 412,
        "height": 5055,
        "data": "data:image/webp;base64,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"
      },
      "nodes": {
        "1-2-P": {
          "width": 312,
          "height": 101,
          "left": 50,
          "bottom": 1308,
          "right": 362,
          "top": 1207
        },
        "1-101-LINK": {
          "width": 0,
          "id": "aioseo/css/src/vue/standalone/blocks/pro/recipe/global.scss-css",
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0
        },
        "1-125-LINK": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-13-A": {
          "width": 38,
          "top": 4261,
          "right": 68,
          "height": 20,
          "left": 30,
          "bottom": 4281
        },
        "1-97-LINK": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "top": 0,
          "width": 0
        },
        "1-80-IMG": {
          "width": 352,
          "bottom": 2817,
          "height": 235,
          "left": 30,
          "top": 2582,
          "right": 382
        },
        "1-129-LINK": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-62-A": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-153-META": {
          "width": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0
        },
        "1-115-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "id": "bootstrap-touchspin-css"
        },
        "1-58-A": {
          "width": 70,
          "top": 5288,
          "right": 85,
          "bottom": 5308,
          "height": 20,
          "left": 15
        },
        "1-31-A": {
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-72-INPUT": {
          "right": 367,
          "top": 4375,
          "left": 45,
          "bottom": 4425,
          "height": 50,
          "width": 322
        },
        "1-18-BUTTON": {
          "right": 331,
          "top": 4132,
          "left": 81,
          "bottom": 4179,
          "height": 47,
          "width": 250
        },
        "1-131-LINK": {
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-21-A": {
          "width": 165,
          "height": 33,
          "left": 30,
          "bottom": 3228,
          "top": 3195,
          "right": 195
        },
        "1-4-A": {
          "bottom": 1369,
          "height": 51,
          "left": 128,
          "right": 285,
          "top": 1318,
          "width": 157
        },
        "1-102-LINK": {
          "id": "aioseo/css/src/vue/standalone/blocks/pro/product/global.scss-css",
          "width": 0,
          "right": 0,
          "top": 0,
          "bottom": 0,
          "height": 0,
          "left": 0
        },
        "1-23-A": {
          "height": 20,
          "left": 66,
          "bottom": 5406,
          "right": 169,
          "top": 5386,
          "width": 103
        },
        "1-36-A": {
          "top": 287,
          "right": 812,
          "left": 507,
          "bottom": 334,
          "height": 47,
          "width": 305
        },
        "1-0-BUTTON": {
          "left": 297,
          "bottom": 184,
          "height": 36,
          "right": 337,
          "top": 148,
          "width": 40
        },
        "1-57-A": {
          "width": 53,
          "height": 20,
          "left": 15,
          "bottom": 5283,
          "top": 5263,
          "right": 68
        },
        "1-71-INPUT": {
          "height": 50,
          "left": 45,
          "bottom": 4355,
          "top": 4305,
          "right": 367,
          "width": 322
        },
        "1-123-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "id": "js_composer_front-css"
        },
        "1-106-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0,
          "id": "bootstrap-css"
        },
        "1-107-LINK": {
          "width": 0,
          "id": "gui-css",
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0
        },
        "1-44-A": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-15-A": {
          "left": 642,
          "bottom": 561,
          "height": 36,
          "top": 525,
          "right": 678,
          "width": 36
        },
        "1-48-A": {
          "width": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0
        },
        "1-35-A": {
          "width": 305,
          "right": 812,
          "top": 239,
          "bottom": 287,
          "height": 47,
          "left": 507
        },
        "page-10-DIV": {
          "left": 30,
          "bottom": 1462,
          "height": 444,
          "top": 1018,
          "right": 382,
          "width": 352
        },
        "1-52-A": {
          "width": 42,
          "left": 15,
          "bottom": 5157,
          "height": 20,
          "top": 5137,
          "right": 57
        },
        "1-139-META": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-96-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0
        },
        "1-7-A": {
          "right": 285,
          "top": 1797,
          "height": 51,
          "left": 128,
          "bottom": 1848,
          "width": 157
        },
        "1-50-A": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-158-META": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-121-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "id": "healthcoach-color-panel-css"
        },
        "1-144-META": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-133-LINK": {
          "width": 0,
          "id": "contact-form-7-css",
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0
        },
        "1-38-A": {
          "width": 305,
          "right": 812,
          "top": 381,
          "height": 47,
          "left": 507,
          "bottom": 428
        },
        "1-114-LINK": {
          "width": 0,
          "id": "mCustomScrollbar-css",
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0
        },
        "1-39-A": {
          "height": 47,
          "left": 507,
          "bottom": 475,
          "top": 428,
          "right": 812,
          "width": 305
        },
        "1-63-FORM": {
          "left": 45,
          "bottom": 4899,
          "height": 787,
          "top": 4112,
          "right": 367,
          "width": 322
        },
        "1-24-A": {
          "height": 20,
          "left": 15,
          "bottom": 175,
          "top": 155,
          "right": 205,
          "width": 190
        },
        "1-116-LINK": {
          "id": "healthcoach-main-style-css",
          "width": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0
        },
        "1-156-META": {
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-92-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0
        },
        "1-122-LINK": {
          "id": "healthcoach-theme-slug-fonts-css",
          "width": 0,
          "right": 0,
          "top": 0,
          "bottom": 0,
          "height": 0,
          "left": 0
        },
        "1-5-P": {
          "width": 312,
          "height": 101,
          "left": 50,
          "bottom": 1787,
          "right": 362,
          "top": 1686
        },
        "1-138-META": {
          "width": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0
        },
        "1-119-LINK": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "id": "healthcoach-responsive-css",
          "width": 0
        },
        "1-32-A": {
          "right": 812,
          "top": 61,
          "left": 507,
          "bottom": 81,
          "height": 20,
          "width": 305
        },
        "page-13-DIV": {
          "width": 352,
          "top": 1497,
          "right": 382,
          "height": 444,
          "left": 30,
          "bottom": 1941
        },
        "1-67-INPUT": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "page-4-SPAN": {
          "width": 14,
          "left": 310,
          "bottom": 173,
          "height": 16,
          "top": 157,
          "right": 324
        },
        "1-49-A": {
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-51-A": {
          "height": 20,
          "left": 30,
          "bottom": 3121,
          "right": 145,
          "top": 3101,
          "width": 115
        },
        "1-79-IMG": {
          "width": 305,
          "right": 812,
          "top": 30,
          "left": 507,
          "bottom": 115,
          "height": 85
        },
        "1-145-META": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-69-INPUT": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-30-A": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-74-INPUT": {
          "width": 322,
          "top": 4515,
          "right": 367,
          "left": 45,
          "bottom": 4565,
          "height": 50
        },
        "page-3-SPAN": {
          "top": 26,
          "right": 44,
          "bottom": 54,
          "height": 28,
          "left": 28,
          "width": 16
        },
        "1-111-LINK": {
          "id": "animate-css",
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-148-META": {
          "width": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0
        },
        "1-91-LINK": {
          "width": 0,
          "bottom": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "right": 0
        },
        "1-8-IFRAME": {
          "top": 5705,
          "right": 315,
          "height": 200,
          "left": 15,
          "bottom": 5905,
          "width": 300
        },
        "1-157-META": {
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-87-LINK": {
          "width": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0
        },
        "1-141-META": {
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "page-12-DIV": {
          "top": 4032,
          "right": 367,
          "height": 40,
          "left": 45,
          "bottom": 4072,
          "width": 322
        },
        "1-159-META": {
          "width": 0,
          "right": 0,
          "top": 0,
          "bottom": 0,
          "height": 0,
          "left": 0
        },
        "page-5-::before": {
          "left": 84,
          "bottom": 4863,
          "height": 8,
          "right": 92,
          "top": 4855,
          "width": 8
        },
        "1-3-DIV": {
          "height": 444,
          "left": 30,
          "bottom": 1462,
          "right": 382,
          "top": 1018,
          "width": 352
        },
        "1-6-DIV": {
          "right": 382,
          "top": 1497,
          "height": 444,
          "left": 30,
          "bottom": 1941,
          "width": 352
        },
        "1-127-LINK": {
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "page-15-IFRAME": {
          "width": 256,
          "height": 60,
          "left": 342,
          "bottom": 5041,
          "right": 598,
          "top": 4981
        },
        "1-12-HTML": {
          "width": 412,
          "height": 6535,
          "left": 0,
          "bottom": 6535,
          "top": 0,
          "right": 412
        },
        "page-0-IMG": {
          "top": 3690,
          "right": 382,
          "bottom": 3924,
          "height": 235,
          "left": 30,
          "width": 352
        },
        "1-112-LINK": {
          "id": "owl-css",
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-54-A": {
          "width": 104,
          "bottom": 5208,
          "height": 20,
          "left": 15,
          "top": 5188,
          "right": 119
        },
        "1-151-META": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-143-META": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-93-LINK": {
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-94-LINK": {
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-68-INPUT": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0
        },
        "1-149-META": {
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-136-META": {
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-117-LINK": {
          "right": 0,
          "top": 0,
          "bottom": 0,
          "height": 0,
          "left": 0,
          "id": "healthcoach-custom-style-css",
          "width": 0
        },
        "1-82-DIV": {
          "width": 412,
          "height": 113,
          "left": 0,
          "bottom": 223,
          "right": 412,
          "top": 110
        },
        "1-154-META": {
          "top": 0,
          "right": 0,
          "bottom": 0,
          "height": 0,
          "left": 0,
          "width": 0
        },
        "1-43-A": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-103-LINK": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "id": "aioseo-eeat/css/src/vue/standalone/blocks/author-bio/global.scss-css",
          "width": 0
        },
        "1-26-A": {
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "page-14-DIV": {
          "height": 113,
          "left": 0,
          "bottom": 223,
          "right": 412,
          "top": 110,
          "width": 412
        },
        "1-46-A": {
          "width": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0
        },
        "1-146-META": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "top": 0
        },
        "1-1-BUTTON": {
          "height": 32,
          "left": 510,
          "bottom": 36,
          "top": 4,
          "right": 545,
          "width": 35
        },
        "1-104-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "id": "aioseo-local-business/css/src/assets/scss/business-info.scss-css"
        },
        "1-100-LINK": {
          "width": 0,
          "id": "aioseo/css/src/vue/standalone/blocks/table-of-contents/global.scss-css",
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0
        },
        "1-135-META": {
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-37-A": {
          "width": 305,
          "height": 47,
          "left": 507,
          "bottom": 381,
          "right": 812,
          "top": 334
        },
        "1-110-LINK": {
          "id": "flaticon-two-css",
          "width": 0,
          "right": 0,
          "top": 0,
          "bottom": 0,
          "height": 0,
          "left": 0
        },
        "1-14-P": {
          "width": 352,
          "height": 76,
          "left": 30,
          "bottom": 4285,
          "right": 382,
          "top": 4209
        },
        "1-77-TEXTAREA": {
          "right": 0,
          "top": 0,
          "bottom": 0,
          "height": 0,
          "left": 0,
          "id": "g-recaptcha-response-100000",
          "width": 0
        },
        "1-34-A": {
          "right": 812,
          "top": 192,
          "height": 47,
          "left": 507,
          "bottom": 239,
          "width": 305
        },
        "1-45-A": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "top": 0
        },
        "1-113-LINK": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "id": "fancybox-css"
        },
        "1-89-LINK": {
          "width": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0
        },
        "1-76-INPUT": {
          "right": 367,
          "top": 4797,
          "bottom": 4847,
          "height": 50,
          "left": 45,
          "width": 322
        },
        "1-17-A": {
          "width": 184,
          "top": 4145,
          "right": 298,
          "height": 20,
          "left": 114,
          "bottom": 4165
        },
        "1-99-LINK": {
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "id": "wp-block-library-css",
          "width": 0
        },
        "1-120-LINK": {
          "id": "healthcoach-main-color-css",
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0
        },
        "1-160-META": {
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "page-7-BODY": {
          "height": 6535,
          "left": 0,
          "bottom": 6535,
          "top": 0,
          "right": 412,
          "width": 412
        },
        "1-142-META": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-108-LINK": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0,
          "id": "font-awesome-css"
        },
        "page-11-DIV": {
          "left": 15,
          "bottom": 2230,
          "height": 40,
          "right": 397,
          "top": 2190,
          "width": 382
        },
        "1-83-DIV": {
          "top": 223,
          "right": 427,
          "bottom": 603,
          "height": 380,
          "left": -15,
          "id": "heroleft",
          "width": 442
        },
        "1-137-META": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-90-LINK": {
          "width": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0
        },
        "1-152-META": {
          "width": 0,
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0
        },
        "1-60-A": {
          "top": 5988,
          "right": 170,
          "height": 20,
          "left": 66,
          "bottom": 6008,
          "width": 104
        },
        "page-9-IMG": {
          "width": 352,
          "top": 2582,
          "right": 382,
          "bottom": 2817,
          "height": 235,
          "left": 30
        },
        "1-140-META": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-59-A": {
          "width": 126,
          "height": 50,
          "left": 27,
          "bottom": 5673,
          "top": 5623,
          "right": 153
        },
        "1-41-A": {
          "left": 35,
          "bottom": 926,
          "height": 33,
          "right": 378,
          "top": 893,
          "width": 343
        },
        "1-126-LINK": {
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "page-1-IMG": {
          "width": 190,
          "height": 53,
          "left": 15,
          "bottom": 193,
          "right": 205,
          "top": 140
        },
        "1-128-LINK": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-55-A": {
          "width": 119,
          "top": 5213,
          "right": 134,
          "bottom": 5233,
          "height": 20,
          "left": 15
        },
        "1-56-A": {
          "height": 20,
          "left": 15,
          "bottom": 5258,
          "top": 5238,
          "right": 154,
          "width": 139
        },
        "page-8-INPUT": {
          "right": 367,
          "top": 4305,
          "height": 50,
          "left": 45,
          "bottom": 4355,
          "width": 322
        },
        "1-105-LINK": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "id": "aioseo-local-business/css/src/assets/scss/opening-hours.scss-css",
          "width": 0
        },
        "1-66-INPUT": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-22-A": {
          "width": 98,
          "right": 215,
          "top": 4261,
          "height": 20,
          "left": 117,
          "bottom": 4281
        },
        "1-53-A": {
          "right": 62,
          "top": 5162,
          "height": 20,
          "left": 15,
          "bottom": 5182,
          "width": 47
        },
        "1-47-A": {
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-109-LINK": {
          "width": 0,
          "id": "flaticon-css",
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0
        },
        "1-9-IFRAME": {
          "right": 315,
          "top": 6257,
          "left": 15,
          "bottom": 6457,
          "height": 200,
          "width": 300
        },
        "1-25-A": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-84-DIV": {
          "top": 1497,
          "right": 382,
          "left": 30,
          "bottom": 1941,
          "height": 444,
          "width": 352
        },
        "1-130-LINK": {
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-95-LINK": {
          "bottom": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-124-LINK": {
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-86-DIV": {
          "right": 367,
          "top": 4032,
          "left": 45,
          "bottom": 4072,
          "height": 40,
          "width": 322
        },
        "1-28-A": {
          "width": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0
        },
        "1-81-IMG": {
          "top": 3690,
          "right": 382,
          "bottom": 3924,
          "height": 235,
          "left": 30,
          "width": 352
        },
        "1-85-DIV": {
          "left": 15,
          "bottom": 2230,
          "height": 40,
          "right": 397,
          "top": 2190,
          "width": 382
        },
        "1-147-META": {
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "1-73-INPUT": {
          "left": 45,
          "bottom": 4495,
          "height": 50,
          "top": 4445,
          "right": 367,
          "width": 322
        },
        "1-134-META": {
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-78-IMG": {
          "width": 190,
          "right": 205,
          "top": 140,
          "height": 53,
          "left": 15,
          "bottom": 193
        },
        "1-10-H4": {
          "width": 442,
          "top": 774,
          "right": 427,
          "bottom": 802,
          "height": 29,
          "left": -15
        },
        "1-64-INPUT": {
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "width": 0
        },
        "1-61-A": {
          "top": 6200,
          "right": 153,
          "left": 27,
          "bottom": 6225,
          "height": 25,
          "width": 126
        },
        "1-40-A": {
          "height": 33,
          "left": 70,
          "bottom": 891,
          "top": 858,
          "right": 343,
          "width": 273
        },
        "1-155-META": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-33-A": {
          "width": 305,
          "top": 145,
          "right": 812,
          "left": 507,
          "bottom": 192,
          "height": 47
        },
        "1-65-INPUT": {
          "width": 0,
          "top": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "page-6-META": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-118-LINK": {
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "id": "healthcoach-gutenberg-css",
          "width": 0
        },
        "1-42-A": {
          "height": 0,
          "left": 0,
          "bottom": 0,
          "right": 0,
          "top": 0,
          "width": 0
        },
        "page-2-DIV": {
          "width": 442,
          "id": "heroleft",
          "height": 380,
          "left": -15,
          "bottom": 603,
          "right": 427,
          "top": 223
        },
        "1-70-INPUT": {
          "width": 0,
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0
        },
        "1-19-H2": {
          "width": 312,
          "top": 1042,
          "right": 362,
          "height": 396,
          "left": 50,
          "bottom": 1438
        },
        "1-20-DIV": {
          "width": 352,
          "top": 1018,
          "right": 382,
          "height": 444,
          "left": 30,
          "bottom": 1462
        },
        "1-150-META": {
          "top": 0,
          "right": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        },
        "1-29-A": {
          "width": 0,
          "height": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "right": 0
        },
        "1-27-A": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0
        },
        "1-11-H4": {
          "width": 382,
          "right": 397,
          "top": 5342,
          "bottom": 5370,
          "height": 29,
          "left": 15
        },
        "1-132-LINK": {
          "width": 0,
          "id": "vc_google_fonts_raleway100200300regular500600700800900-css",
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0
        },
        "1-88-LINK": {
          "left": 0,
          "bottom": 0,
          "height": 0,
          "top": 0,
          "right": 0,
          "width": 0
        },
        "1-75-TEXTAREA": {
          "width": 322,
          "height": 192,
          "left": 45,
          "bottom": 4777,
          "top": 4585,
          "right": 367
        },
        "1-16-META": {
          "width": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "right": 0,
          "top": 0
        },
        "1-98-LINK": {
          "right": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "height": 0,
          "width": 0
        }
      }
    }
  },
  "analysisUTCTimestamp": "2026-07-20T19:56:20.921Z"
}
