Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathantanner/9da6ca0575cfdab2b84cd469b331445c to your computer and use it in GitHub Desktop.
Save nathantanner/9da6ca0575cfdab2b84cd469b331445c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
{
"captchaResult": "CAPTCHA_NOT_NEEDED",
"kind": "pagespeedonline#result",
"id": "https://www.spurlockroadvet.com/",
"loadingExperience": {
"initial_url": "https://www.spurlockroadvet.com/"
},
"lighthouseResult": {
"requestedUrl": "http://www.spurlockroadvet.com/",
"finalUrl": "https://www.spurlockroadvet.com/",
"lighthouseVersion": "9.3.0",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/98.0.4758.102 Safari/537.36",
"fetchTime": "2022-05-22T05:58:08.630Z",
"environment": {
"networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4695.0 Mobile Safari/537.36 Chrome-Lighthouse",
"hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/98.0.4758.102 Safari/537.36",
"benchmarkIndex": 1187.5
},
"runWarnings": [
"The page may not be loading as expected because your test URL (http://www.spurlockroadvet.com/) was redirected to https://www.spurlockroadvet.com/. Try testing the second URL directly."
],
"configSettings": {
"emulatedFormFactor": "mobile",
"formFactor": "mobile",
"locale": "en-US",
"onlyCategories": [
"pwa",
"performance",
"accessibility",
"best-practices",
"seo"
],
"channel": "lr"
},
"audits": {
"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 more](https://web.dev/duplicate-id-aria/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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 more](https://web.dev/mainthread-work-breakdown/)",
"score": 0.57,
"scoreDisplayMode": "numeric",
"displayValue": "3.6 s",
"details": {
"items": [
{
"duration": 2065.8359999999939,
"group": "scriptEvaluation",
"groupLabel": "Script Evaluation"
},
{
"groupLabel": "Other",
"group": "other",
"duration": 639.97600000000352
},
{
"groupLabel": "Style & Layout",
"group": "styleLayout",
"duration": 318.37199999999967
},
{
"duration": 228.13600000000028,
"groupLabel": "Rendering",
"group": "paintCompositeRender"
},
{
"group": "scriptParseCompile",
"groupLabel": "Script Parsing & Compilation",
"duration": 185.64000000000001
},
{
"duration": 122.19999999999993,
"group": "parseHTML",
"groupLabel": "Parse HTML & CSS"
},
{
"group": "garbageCollection",
"groupLabel": "Garbage Collection",
"duration": 69.687999999999974
}
],
"type": "table",
"headings": [
{
"itemType": "text",
"key": "groupLabel",
"text": "Category"
},
{
"itemType": "ms",
"key": "duration",
"granularity": 1,
"text": "Time Spent"
}
]
},
"numericValue": 3629.8479999999972,
"numericUnit": "millisecond"
},
"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 more](https://web.dev/html-lang-valid/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [],
"items": []
}
},
"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](https://web.dev/object-alt/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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 more](https://web.dev/focus-traps/).",
"score": null,
"scoreDisplayMode": "manual"
},
"uses-responsive-images": {
"id": "uses-responsive-images",
"title": "Properly size images",
"description": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://web.dev/uses-responsive-images/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"headings": [],
"overallSavingsMs": 0,
"items": [],
"type": "opportunity",
"overallSavingsBytes": 0
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"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](https://web.dev/accesskeys/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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](https://web.dev/charset/).",
"score": 1,
"scoreDisplayMode": "binary"
},
"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](https://web.dev/image-alt/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"link-text": {
"id": "link-text",
"title": "Links have descriptive text",
"description": "Descriptive link text helps search engines understand your content. [Learn more](https://web.dev/link-text/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"summary": {},
"headings": [],
"items": []
}
},
"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](https://web.dev/aria-name/).",
"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 more](https://web.dev/serve-responsive-images/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"items": [],
"headings": []
}
},
"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 more](https://web.dev/long-tasks-devtools/)",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "17 long tasks found",
"details": {
"type": "table",
"headings": [
{
"key": "url",
"itemType": "url",
"text": "URL"
},
{
"key": "startTime",
"text": "Start Time",
"granularity": 1,
"itemType": "ms"
},
{
"text": "Duration",
"granularity": 1,
"key": "duration",
"itemType": "ms"
}
],
"items": [
{
"startTime": 6690,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"duration": 190
},
{
"duration": 149,
"startTime": 7351,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js"
},
{
"startTime": 7797,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js",
"duration": 119
},
{
"duration": 113,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js",
"startTime": 8382
},
{
"duration": 104,
"startTime": 6880,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js"
},
{
"startTime": 7932,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js",
"duration": 74
},
{
"url": "https://static.parastorage.com/unpkg/react@16.13.1/umd/react.production.min.js",
"duration": 68,
"startTime": 7145
},
{
"startTime": 5554,
"url": "https://static.parastorage.com/services/third-party/lodash/2.4.1/dist/lodash.min.js",
"duration": 67
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js",
"duration": 67,
"startTime": 9582
},
{
"startTime": 3540,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js",
"duration": 65
},
{
"duration": 64,
"startTime": 5490,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js"
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"startTime": 6984,
"duration": 63
},
{
"startTime": 1658,
"url": "https://www.spurlockroadvet.com/",
"duration": 58
},
{
"duration": 57,
"url": "https://static.parastorage.com/services/third-party/jquery/1.10.2/dist/jquery.min.js",
"startTime": 4740
},
{
"startTime": 1606,
"duration": 52,
"url": "https://www.spurlockroadvet.com/"
},
{
"startTime": 8682,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js",
"duration": 52
},
{
"duration": 51,
"startTime": 7047,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js"
}
]
}
},
"pwa-page-transitions": {
"id": "pwa-page-transitions",
"title": "Page transitions don't feel like they block on the network",
"description": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more](https://web.dev/pwa-page-transitions/).",
"score": null,
"scoreDisplayMode": "manual"
},
"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](https://web.dev/aria-required-parent/).",
"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](https://web.dev/video-caption/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"focusable-controls": {
"id": "focusable-controls",
"title": "Interactive controls are keyboard focusable",
"description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn more](https://web.dev/focusable-controls/).",
"score": null,
"scoreDisplayMode": "manual"
},
"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](https://web.dev/html-has-lang/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"items": [],
"headings": []
}
},
"button-name": {
"id": "button-name",
"title": "Buttons 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 more](https://web.dev/button-name/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"items": [],
"type": "table"
}
},
"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 more](https://web.dev/aria-hidden-focus/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"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](https://web.dev/lighthouse-largest-contentful-paint/)",
"score": 0.47,
"scoreDisplayMode": "numeric",
"displayValue": "4.1 s",
"numericValue": 4110,
"numericUnit": "millisecond"
},
"speed-index": {
"id": "speed-index",
"title": "Speed Index",
"description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://web.dev/speed-index/).",
"score": 0.45,
"scoreDisplayMode": "numeric",
"displayValue": "6.1 s",
"numericValue": 6093.7188420430521,
"numericUnit": "millisecond"
},
"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 more](https://web.dev/form-field-multiple-labels/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"metrics": {
"id": "metrics",
"title": "Metrics",
"description": "Collects all available metrics.",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"type": "debugdata",
"items": [
{
"firstContentfulPaint": 2640,
"observedFirstMeaningfulPaintTs": 345570899814,
"observedFirstPaint": 934,
"observedFirstContentfulPaintAllFramesTs": 345569321580,
"observedCumulativeLayoutShiftMainFrame": 0.057792630983966572,
"cumulativeLayoutShiftMainFrame": 0.057792630983966572,
"observedLastVisualChange": 3488,
"observedLastVisualChangeTs": 345571875892,
"observedFirstPaintTs": 345569321580,
"observedLargestContentfulPaintAllFramesTs": 345569365734,
"firstMeaningfulPaint": 3372,
"observedFirstContentfulPaintTs": 345569321580,
"totalBlockingTime": 416,
"observedLoad": 2620,
"cumulativeLayoutShift": 0.057792630983966572,
"observedLargestContentfulPaint": 978,
"observedLoadTs": 345571007427,
"observedDomContentLoaded": 2555,
"observedTraceEnd": 5797,
"observedLargestContentfulPaintTs": 345569365734,
"observedDomContentLoadedTs": 345570942479,
"interactive": 8443,
"observedSpeedIndexTs": 345570623789,
"speedIndex": 6094,
"observedFirstContentfulPaint": 934,
"observedSpeedIndex": 2236,
"observedFirstContentfulPaintAllFrames": 934,
"totalCumulativeLayoutShift": 0.057792630983966572,
"largestContentfulPaint": 4110,
"observedTotalCumulativeLayoutShift": 0.057792630983966572,
"observedNavigationStart": 0,
"observedTimeOrigin": 0,
"maxPotentialFID": 190,
"observedNavigationStartTs": 345568387892,
"observedTraceEndTs": 345574184931,
"observedTimeOriginTs": 345568387892,
"observedLargestContentfulPaintAllFrames": 978,
"observedCumulativeLayoutShift": 0.057792630983966572,
"observedFirstVisualChangeTs": 345569325892,
"observedFirstVisualChange": 938,
"observedFirstMeaningfulPaint": 2512
},
{
"lcpInvalidated": false
}
]
},
"numericValue": 8443,
"numericUnit": "millisecond"
},
"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](https://web.dev/lighthouse-total-blocking-time/).",
"score": 0.66,
"scoreDisplayMode": "numeric",
"displayValue": "420 ms",
"numericValue": 416,
"numericUnit": "millisecond"
},
"modern-image-formats": {
"id": "modern-image-formats",
"title": "Serve images in next-gen formats",
"description": "Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://web.dev/uses-webp-images/).",
"score": 0.88,
"scoreDisplayMode": "numeric",
"displayValue": "Potential savings of 8 KiB",
"details": {
"overallSavingsBytes": 8440.2,
"headings": [
{
"key": "node",
"valueType": "node"
},
{
"key": "url",
"label": "URL",
"valueType": "url"
},
{
"key": "totalBytes",
"label": "Resource Size",
"valueType": "bytes"
},
{
"valueType": "bytes",
"key": "wastedBytes",
"label": "Potential Savings"
}
],
"overallSavingsMs": 150,
"items": [
{
"wastedBytes": 8440.2,
"url": "https://static.wixstatic.com/media/3b1f25_8523e6d64a7a4b71ad9361e1b156b796.jpg/v1/fill/w_908,h_291,al_c,q_80,usm_0.66_1.00_0.01/3b1f25_8523e6d64a7a4b71ad9361e1b156b796.jpg",
"totalBytes": 15703,
"wastedWebpBytes": 6841,
"isCrossOrigin": true,
"fromProtocol": true
}
],
"type": "opportunity"
},
"warnings": [],
"numericValue": 150,
"numericUnit": "millisecond"
},
"main-thread-tasks": {
"id": "main-thread-tasks",
"title": "Tasks",
"description": "Lists the toplevel main thread tasks that executed during page load.",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"headings": [
{
"itemType": "ms",
"granularity": 1,
"key": "startTime",
"text": "Start Time"
},
{
"text": "End Time",
"key": "duration",
"granularity": 1,
"itemType": "ms"
}
],
"type": "table",
"items": [
{
"duration": 8.294,
"startTime": 850.845
},
{
"duration": 11.559,
"startTime": 861.554
},
{
"startTime": 877.393,
"duration": 12.92
},
{
"startTime": 895.988,
"duration": 7.256
},
{
"duration": 9.251,
"startTime": 907.881
},
{
"duration": 29.03,
"startTime": 921.016
},
{
"duration": 13.895,
"startTime": 950.377
},
{
"duration": 16.342,
"startTime": 977.021
},
{
"duration": 10.045,
"startTime": 995.021
},
{
"duration": 6.433,
"startTime": 1040.775
},
{
"duration": 14.207,
"startTime": 1102.274
},
{
"startTime": 2527.772,
"duration": 10.461
},
{
"duration": 47.454,
"startTime": 2544.992
},
{
"duration": 33.561,
"startTime": 2594.923
},
{
"startTime": 2628.872,
"duration": 25.921
},
{
"startTime": 2660.058,
"duration": 15.742
},
{
"startTime": 2675.871,
"duration": 12.763
},
{
"startTime": 2695.416,
"duration": 7.285
},
{
"startTime": 2711.987,
"duration": 10.932
},
{
"startTime": 2738.82,
"duration": 29.667
},
{
"startTime": 2768.639,
"duration": 7.386
},
{
"startTime": 2783.373,
"duration": 18.547
},
{
"duration": 28.257,
"startTime": 2860.884
},
{
"duration": 12.936,
"startTime": 2907.348
},
{
"startTime": 2920.345,
"duration": 8.422
},
{
"duration": 16.641,
"startTime": 2953.006
},
{
"startTime": 2969.963,
"duration": 10.113
},
{
"duration": 9.297,
"startTime": 2984.144
},
{
"startTime": 3312.111,
"duration": 37.144
},
{
"duration": 11.788,
"startTime": 3349.859
},
{
"startTime": 3365.042,
"duration": 17.112
},
{
"duration": 32.023,
"startTime": 3392.291
},
{
"startTime": 3443.303,
"duration": 13.665
}
]
}
},
"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 more](https://web.dev/bootup-time/).",
"score": 0.76,
"scoreDisplayMode": "numeric",
"displayValue": "2.0 s",
"details": {
"type": "table",
"summary": {
"wastedMs": 1978.7280000000005
},
"items": [
{
"scriptParseCompile": 49.13600000000001,
"scripting": 148.65200000000016,
"total": 547.93200000000024,
"url": "https://www.spurlockroadvet.com/"
},
{
"scripting": 41.639999999999986,
"total": 460.420000000001,
"url": "Unattributable",
"scriptParseCompile": 0.688
},
{
"total": 438.37600000000003,
"scripting": 52.347999999999992,
"scriptParseCompile": 4.188,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/target/StripSlideshow/StripSlideshow.html?compId=comp-iklujff0&deviceType=mobile&locale=en&viewMode=site"
},
{
"scriptParseCompile": 1.216,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js",
"total": 303.45600000000007,
"scripting": 292.02800000000008
},
{
"scriptParseCompile": 11.12,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"total": 294.89200000000017,
"scripting": 269.45600000000019
},
{
"scriptParseCompile": 1.4080000000000001,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js",
"total": 239.32400000000004,
"scripting": 218.86400000000006
},
{
"scripting": 110.15999999999994,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js",
"scriptParseCompile": 12.644,
"total": 173.45999999999992
},
{
"scripting": 124.88000000000001,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"scriptParseCompile": 2.8200000000000003,
"total": 166.97200000000004
},
{
"total": 156.29199999999997,
"scriptParseCompile": 1.1920000000000002,
"scripting": 151.29599999999996,
"url": "https://static.parastorage.com/unpkg/react@16.13.1/umd/react.production.min.js"
},
{
"total": 144.40799999999987,
"scripting": 137.52799999999988,
"scriptParseCompile": 3.94,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js"
},
{
"scriptParseCompile": 11.568,
"total": 110.62000000000003,
"scripting": 72.076000000000036,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js"
},
{
"url": "https://static.parastorage.com/services/wix-perf-measure/1.756.0/wix-perf-measure.bundle.min.js",
"scripting": 71.124000000000009,
"scriptParseCompile": 3.7720000000000002,
"total": 86.364000000000019
},
{
"total": 79.915999999999983,
"scripting": 55.127999999999986,
"scriptParseCompile": 7.4799999999999995,
"url": "https://static.parastorage.com/services/third-party/jquery/1.10.2/dist/jquery.min.js"
},
{
"scripting": 40.996,
"url": "https://static.parastorage.com/unpkg/react-dom@16.13.1/umd/react-dom.production.min.js",
"total": 72.812,
"scriptParseCompile": 31.816
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js",
"scriptParseCompile": 2.452,
"scripting": 47.112,
"total": 51.676
}
],
"headings": [
{
"key": "url",
"text": "URL",
"itemType": "url"
},
{
"key": "total",
"itemType": "ms",
"text": "Total CPU Time",
"granularity": 1
},
{
"text": "Script Evaluation",
"key": "scripting",
"itemType": "ms",
"granularity": 1
},
{
"key": "scriptParseCompile",
"itemType": "ms",
"granularity": 1,
"text": "Script Parse"
}
]
},
"numericValue": 1978.7280000000005,
"numericUnit": "millisecond"
},
"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](https://web.dev/robots-txt/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"summary": {},
"type": "table",
"items": [],
"headings": []
}
},
"aria-tooltip-name": {
"id": "aria-tooltip-name",
"title": "ARIA `tooltip` 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 more](https://web.dev/aria-name/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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](https://web.dev/meta-refresh/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"service-worker": {
"id": "service-worker",
"title": "Does not register a service worker that controls page and `start_url`",
"description": "The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. [Learn more](https://web.dev/service-worker/).",
"score": 0,
"scoreDisplayMode": "binary"
},
"no-document-write": {
"id": "no-document-write",
"title": "Avoids `document.write()`",
"description": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn more](https://web.dev/no-document-write/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [],
"items": []
}
},
"server-response-time": {
"id": "server-response-time",
"title": "Reduce initial server response time",
"description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more](https://web.dev/time-to-first-byte/).",
"score": 0,
"scoreDisplayMode": "binary",
"displayValue": "Root document took 720 ms",
"details": {
"items": [
{
"url": "https://www.spurlockroadvet.com/",
"responseTime": 720.663
}
],
"headings": [
{
"label": "URL",
"key": "url",
"valueType": "url"
},
{
"valueType": "timespanMs",
"label": "Time Spent",
"key": "responseTime"
}
],
"overallSavingsMs": 620.663,
"type": "opportunity"
},
"numericValue": 720.663,
"numericUnit": "millisecond"
},
"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 more](https://web.dev/aria-name/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"pwa-each-page-has-url": {
"id": "pwa-each-page-has-url",
"title": "Each page has a URL",
"description": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more](https://web.dev/pwa-each-page-has-url/).",
"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": {
"headings": [],
"items": [],
"type": "table"
}
},
"maskable-icon": {
"id": "maskable-icon",
"title": "Manifest doesn't have a maskable icon",
"description": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn more](https://web.dev/maskable-icon-audit/).",
"score": 0,
"scoreDisplayMode": "binary",
"explanation": "No manifest was fetched"
},
"installable-manifest": {
"id": "installable-manifest",
"title": "Web app manifest or service worker do not meet the installability requirements",
"description": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more](https://web.dev/installable-manifest/).",
"score": 0,
"scoreDisplayMode": "binary",
"displayValue": "1 reason",
"details": {
"debugData": {
"type": "debugdata",
"manifestUrl": null
},
"items": [
{
"reason": "No manifest was fetched"
}
],
"type": "table",
"headings": [
{
"itemType": "text",
"text": "Failure reason",
"key": "reason"
}
]
},
"warnings": [],
"numericValue": 1,
"numericUnit": "element"
},
"first-contentful-paint-3g": {
"id": "first-contentful-paint-3g",
"title": "First Contentful Paint (3G)",
"description": "First Contentful Paint 3G marks the time at which the first text or image is painted while on a 3G network. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-contentful-paint).",
"score": 0.36,
"scoreDisplayMode": "numeric",
"displayValue": "5190 ms",
"numericValue": 5190,
"numericUnit": "millisecond"
},
"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](https://web.dev/logical-tab-order/).",
"score": null,
"scoreDisplayMode": "manual"
},
"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 more](https://web.dev/aria-hidden-body/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"type": "table",
"items": []
}
},
"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 more](https://web.dev/interactive-element-affordance/).",
"score": null,
"scoreDisplayMode": "manual"
},
"splash-screen": {
"id": "splash-screen",
"title": "Is not configured for a custom splash screen",
"description": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more](https://web.dev/splash-screen/).",
"score": 0,
"scoreDisplayMode": "binary",
"explanation": "Failures: No manifest was fetched.",
"details": {
"items": [
{
"parseFailureReason": "No manifest was fetched",
"isParseFailure": true,
"failures": [
"No manifest was fetched"
]
}
],
"type": "debugdata"
}
},
"no-unload-listeners": {
"id": "no-unload-listeners",
"title": "Avoids `unload` event listeners",
"description": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more](https://web.dev/bfcache/#never-use-the-unload-event)",
"score": 1,
"scoreDisplayMode": "binary"
},
"third-party-summary": {
"id": "third-party-summary",
"title": "Reduce the impact of third-party code",
"description": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/).",
"score": 0,
"scoreDisplayMode": "binary",
"displayValue": "Third-party code blocked the main thread for 360 ms",
"details": {
"headings": [
{
"key": "entity",
"text": "Third-Party",
"itemType": "link",
"subItemsHeading": {
"itemType": "url",
"key": "url"
}
},
{
"subItemsHeading": {
"key": "transferSize"
},
"key": "transferSize",
"granularity": 1,
"text": "Transfer Size",
"itemType": "bytes"
},
{
"text": "Main-Thread Blocking Time",
"granularity": 1,
"key": "blockingTime",
"itemType": "ms",
"subItemsHeading": {
"key": "blockingTime"
}
}
],
"type": "table",
"summary": {
"wastedBytes": 704483,
"wastedMs": 358.35600000000005
},
"items": [
{
"subItems": {
"type": "subitems",
"items": [
{
"blockingTime": 96.788000000000011,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js",
"mainThreadTime": 239.32400000000004,
"transferSize": 8175
},
{
"blockingTime": 85.896,
"mainThreadTime": 303.45600000000007,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js",
"transferSize": 6614
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"blockingTime": 63.684000000000005,
"transferSize": 46191,
"mainThreadTime": 294.89200000000017
},
{
"transferSize": 20905,
"mainThreadTime": 144.40799999999987,
"blockingTime": 55.384,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js"
},
{
"blockingTime": 40.176,
"mainThreadTime": 166.972,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"transferSize": 49828
},
{
"transferSize": 497636,
"blockingTime": 16.428000000000054,
"url": "Other resources"
}
]
},
"transferSize": 629349,
"entity": {
"type": "link",
"text": "Wix",
"url": "https://www.wix.com/"
},
"blockingTime": 358.35600000000005,
"mainThreadTime": 2618.7760000000003
},
{
"subItems": {
"type": "subitems",
"items": [
{
"blockingTime": 0,
"url": "https://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKChiJg8MKVWl.woff2",
"transferSize": 62172,
"mainThreadTime": 0
},
{
"transferSize": 6447,
"blockingTime": 0,
"mainThreadTime": 0,
"url": "https://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKChsJg8MKVWl4lw.woff2"
}
]
},
"transferSize": 68619,
"entity": {
"type": "link",
"url": "https://fonts.google.com/",
"text": "Google Fonts"
},
"mainThreadTime": 0,
"blockingTime": 0
},
{
"transferSize": 6515,
"blockingTime": 0,
"mainThreadTime": 2.4200000000000004,
"entity": {
"url": "https://developers.google.com/speed/libraries/",
"type": "link",
"text": "Google CDN"
},
"subItems": {
"items": [
{
"blockingTime": 0,
"url": "https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js",
"transferSize": 6515,
"mainThreadTime": 2.4200000000000004
}
],
"type": "subitems"
}
}
]
}
},
"preload-lcp-image": {
"id": "preload-lcp-image",
"title": "Preload Largest Contentful Paint image",
"description": "Preload the image used by the LCP element in order to improve your LCP time. [Learn more](https://web.dev/optimize-lcp/#preload-important-resources).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"overallSavingsMs": 0,
"type": "opportunity",
"headings": [],
"items": []
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"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](https://web.dev/custom-controls-labels/).",
"score": null,
"scoreDisplayMode": "manual"
},
"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 more](https://web.dev/offscreen-content-hidden/).",
"score": null,
"scoreDisplayMode": "manual"
},
"uses-long-cache-ttl": {
"id": "uses-long-cache-ttl",
"title": "Serve static assets with an efficient cache policy",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://web.dev/uses-long-cache-ttl/).",
"score": 0.8,
"scoreDisplayMode": "numeric",
"displayValue": "50 resources found",
"details": {
"type": "table",
"summary": {
"wastedBytes": 47084.835195530744
},
"headings": [
{
"text": "URL",
"itemType": "url",
"key": "url"
},
{
"itemType": "ms",
"displayUnit": "duration",
"key": "cacheLifetimeMs",
"text": "Cache TTL"
},
{
"key": "totalBytes",
"displayUnit": "kb",
"granularity": 1,
"text": "Transfer Size",
"itemType": "bytes"
}
],
"items": [
{
"debugData": {
"immutable": true,
"max-age": 2592000,
"type": "debugdata",
"public": true
},
"totalBytes": 17291,
"url": "https://static.wixstatic.com/media/3b1f25_93f29e1f88754c86b425ae065281f0f3.jpg/v1/fill/w_908,h_291,al_c,q_80,usm_0.66_1.00_0.01/3b1f25_93f29e1f88754c86b425ae065281f0f3.jpg",
"cacheLifetimeMs": 2592000000,
"wastedBytes": 1618.0125698324011,
"cacheHitProbability": 0.90642458100558665
},
{
"cacheHitProbability": 0.90642458100558665,
"totalBytes": 16241,
"wastedBytes": 1519.7583798882672,
"url": "https://static.wixstatic.com/media/3b1f25_8523e6d64a7a4b71ad9361e1b156b796.jpg/v1/fill/w_908,h_291,al_c,q_80,usm_0.66_1.00_0.01/3b1f25_8523e6d64a7a4b71ad9361e1b156b796.jpg",
"cacheLifetimeMs": 2592000000,
"debugData": {
"max-age": 2592000,
"immutable": true,
"public": true,
"type": "debugdata"
}
},
{
"totalBytes": 14938,
"wastedBytes": 1397.8296089385467,
"cacheHitProbability": 0.90642458100558665,
"debugData": {
"type": "debugdata",
"max-age": 2592000,
"immutable": true,
"public": true
},
"url": "https://static.wixstatic.com/media/3b1f25_72a2689f4d6b4a1597f8b740a08cd7b9.jpg/v1/fill/w_908,h_291,al_c,q_80,usm_0.66_1.00_0.01/3b1f25_72a2689f4d6b4a1597f8b740a08cd7b9.jpg",
"cacheLifetimeMs": 2592000000
},
{
"totalBytes": 1126,
"cacheHitProbability": 0.90642458100558665,
"debugData": {
"max-age": 2592000,
"public": true,
"type": "debugdata",
"immutable": true
},
"url": "https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_23,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png",
"wastedBytes": 105.36592178770944,
"cacheLifetimeMs": 2592000000
},
{
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"debugData": {
"type": "debugdata",
"immutable": true,
"public": true,
"max-age": 7776000
},
"cacheLifetimeMs": 7776000000,
"totalBytes": 49828,
"cacheHitProbability": 0.92318435754189943,
"wastedBytes": 3827.5698324022355
},
{
"wastedBytes": 3669.9441340782132,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js",
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"totalBytes": 47776,
"debugData": {
"immutable": true,
"type": "debugdata",
"max-age": 7776000,
"public": true
}
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"cacheHitProbability": 0.92318435754189943,
"totalBytes": 46191,
"wastedBytes": 3548.1913407821235,
"cacheLifetimeMs": 7776000000,
"debugData": {
"immutable": true,
"type": "debugdata",
"public": true,
"max-age": 7776000
}
},
{
"totalBytes": 44757,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js",
"wastedBytes": 3438.0377094972073,
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000,
"debugData": {
"public": true,
"type": "debugdata",
"max-age": 7776000,
"immutable": true
}
},
{
"cacheLifetimeMs": 7776000000,
"debugData": {
"public": true,
"max-age": 7776000,
"immutable": true,
"type": "debugdata"
},
"wastedBytes": 2853.3938547486041,
"url": "https://static.parastorage.com/unpkg/react-dom@16.13.1/umd/react-dom.production.min.js",
"totalBytes": 37146,
"cacheHitProbability": 0.92318435754189943
},
{
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/third-party/jquery/1.10.2/dist/jquery.min.js",
"wastedBytes": 2606.2779329608943,
"debugData": {
"immutable": true,
"max-age": 7776000,
"type": "debugdata",
"public": true
},
"totalBytes": 33929,
"cacheHitProbability": 0.92318435754189943
},
{
"wastedBytes": 2011.7248603351959,
"totalBytes": 26189,
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js",
"debugData": {
"immutable": true,
"max-age": 7776000,
"type": "debugdata",
"public": true
},
"cacheHitProbability": 0.92318435754189943
},
{
"debugData": {
"immutable": true,
"public": true,
"type": "debugdata",
"max-age": 7776000
},
"url": "https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2",
"wastedBytes": 1858.6312849162016,
"totalBytes": 24196,
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000
},
{
"cacheHitProbability": 0.92318435754189943,
"wastedBytes": 1605.8310055865925,
"totalBytes": 20905,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js",
"cacheLifetimeMs": 7776000000,
"debugData": {
"immutable": true,
"max-age": 7776000,
"type": "debugdata",
"public": true
}
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].37c94a7e.bundle.min.js",
"debugData": {
"public": true,
"immutable": true,
"type": "debugdata",
"max-age": 7776000
},
"totalBytes": 14694,
"wastedBytes": 1128.7290502793298,
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000
},
{
"cacheHitProbability": 0.92318435754189943,
"wastedBytes": 1076.4944134078214,
"debugData": {
"max-age": 7776000,
"immutable": true,
"public": true,
"type": "debugdata"
},
"cacheLifetimeMs": 7776000000,
"totalBytes": 14014,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js"
},
{
"cacheHitProbability": 0.92318435754189943,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js",
"totalBytes": 12306,
"debugData": {
"max-age": 7776000,
"public": true,
"immutable": true,
"type": "debugdata"
},
"wastedBytes": 945.29329608938565,
"cacheLifetimeMs": 7776000000
},
{
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js",
"totalBytes": 12182,
"debugData": {
"max-age": 7776000,
"public": true,
"immutable": true,
"type": "debugdata"
},
"wastedBytes": 935.76815642458121
},
{
"url": "https://static.parastorage.com/services/wix-perf-measure/1.756.0/wix-perf-measure.bundle.min.js",
"wastedBytes": 906.04050279329624,
"totalBytes": 11795,
"debugData": {
"immutable": true,
"public": true,
"max-age": 7776000,
"type": "debugdata"
},
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943
},
{
"wastedBytes": 869.47625698324043,
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"public": true,
"max-age": 7776000,
"type": "debugdata",
"immutable": true
},
"url": "https://static.parastorage.com/services/third-party/lodash/2.4.1/dist/lodash.min.js",
"cacheLifetimeMs": 7776000000,
"totalBytes": 11319
},
{
"wastedBytes": 770.76815642458121,
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"immutable": true,
"public": true,
"max-age": 7776000,
"type": "debugdata"
},
"totalBytes": 10034,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/santa-langs-en.e2e9b5d9.chunk.min.js"
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.b736f610.chunk.min.js",
"cacheLifetimeMs": 7776000000,
"totalBytes": 9020,
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"max-age": 7776000,
"immutable": true,
"type": "debugdata",
"public": true
},
"wastedBytes": 692.8770949720672
},
{
"debugData": {
"max-age": 7776000,
"public": true,
"immutable": true,
"type": "debugdata"
},
"wastedBytes": 646.78770949720683,
"totalBytes": 8420,
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.5199e01f.chunk.min.js",
"cacheHitProbability": 0.92318435754189943
},
{
"totalBytes": 8175,
"debugData": {
"public": true,
"max-age": 7776000,
"type": "debugdata",
"immutable": true
},
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000,
"wastedBytes": 627.96787709497221,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js"
},
{
"cacheLifetimeMs": 7776000000,
"debugData": {
"type": "debugdata",
"immutable": true,
"max-age": 7776000,
"public": true
},
"cacheHitProbability": 0.92318435754189943,
"wastedBytes": 597.62569832402244,
"totalBytes": 7780,
"url": "https://static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/v16/languages-woff2.css"
},
{
"wastedBytes": 594.78351955307278,
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"type": "debugdata",
"public": true,
"immutable": true,
"max-age": 7776000
},
"cacheLifetimeMs": 7776000000,
"totalBytes": 7743,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/jquery.cycle2.min.js"
},
{
"wastedBytes": 568.89664804469282,
"totalBytes": 7406,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~mobile.60dd2e4b.chunk.min.js",
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"immutable": true,
"public": true,
"max-age": 7776000,
"type": "debugdata"
}
},
{
"wastedBytes": 547.15782122905034,
"cacheHitProbability": 0.92318435754189943,
"totalBytes": 7123,
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/page-features.a52bf680.chunk.min.js",
"debugData": {
"type": "debugdata",
"max-age": 7776000,
"immutable": true,
"public": true
}
},
{
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpaCommons.59a23c41.chunk.min.js",
"debugData": {
"type": "debugdata",
"max-age": 7776000,
"immutable": true,
"public": true
},
"wastedBytes": 516.89245810055877,
"totalBytes": 6729,
"cacheHitProbability": 0.92318435754189943
},
{
"debugData": {
"immutable": true,
"type": "debugdata",
"public": true,
"max-age": 7776000
},
"wastedBytes": 508.05865921787722,
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"totalBytes": 6614,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js"
},
{
"url": "https://static.parastorage.com/unpkg/react@16.13.1/umd/react.production.min.js",
"cacheLifetimeMs": 7776000000,
"wastedBytes": 445.45391061452523,
"debugData": {
"public": true,
"type": "debugdata",
"immutable": true,
"max-age": 7776000
},
"cacheHitProbability": 0.92318435754189943,
"totalBytes": 5799
},
{
"totalBytes": 5503,
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"type": "debugdata",
"max-age": 7776000,
"immutable": true,
"public": true
},
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/utils.js",
"wastedBytes": 422.71648044692745
},
{
"wastedBytes": 378.00977653631293,
"cacheLifetimeMs": 7776000000,
"debugData": {
"public": true,
"max-age": 7776000,
"immutable": true,
"type": "debugdata"
},
"totalBytes": 4921,
"cacheHitProbability": 0.92318435754189943,
"url": "https://static.parastorage.com/services/tag-manager-client/1.427.0/siteTags.bundle.min.js"
},
{
"cacheLifetimeMs": 7776000000,
"debugData": {
"public": true,
"type": "debugdata",
"max-age": 7776000,
"immutable": true
},
"cacheHitProbability": 0.92318435754189943,
"wastedBytes": 370.63547486033525,
"totalBytes": 4825,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.10ae0805.chunk.min.js"
},
{
"debugData": {
"public": true,
"max-age": 7776000,
"type": "debugdata",
"immutable": true
},
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/target/StripSlideshow/js/app.min.js",
"wastedBytes": 325.69832402234641,
"totalBytes": 4240
},
{
"wastedBytes": 302.19273743016765,
"totalBytes": 3934,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[StripSlideshow].7e484080.bundle.min.js",
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"type": "debugdata",
"public": true,
"immutable": true,
"max-age": 7776000
},
"cacheLifetimeMs": 7776000000
},
{
"wastedBytes": 279.68575418994419,
"debugData": {
"immutable": true,
"type": "debugdata",
"public": true,
"max-age": 7776000
},
"cacheHitProbability": 0.92318435754189943,
"totalBytes": 3641,
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/app.proto.js"
},
{
"wastedBytes": 253.1075418994414,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.387b205e.chunk.min.js",
"cacheLifetimeMs": 7776000000,
"debugData": {
"type": "debugdata",
"public": true,
"immutable": true,
"max-age": 7776000
},
"totalBytes": 3295,
"cacheHitProbability": 0.92318435754189943
},
{
"debugData": {
"immutable": true,
"public": true,
"max-age": 7776000,
"type": "debugdata"
},
"wastedBytes": 253.03072625698329,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[Container_DefaultAreaSkin].80b00440.bundle.min.js",
"totalBytes": 3294,
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000
},
{
"totalBytes": 3040,
"debugData": {
"immutable": true,
"max-age": 7776000,
"public": true,
"type": "debugdata"
},
"wastedBytes": 233.51955307262574,
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/menuContainer.e49ae7d8.chunk.min.js"
},
{
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/third-party/jquery-easing/1.3/jquery.easing.min.js",
"debugData": {
"max-age": 7776000,
"type": "debugdata",
"immutable": true,
"public": true
},
"wastedBytes": 229.29469273743021,
"totalBytes": 2985
},
{
"debugData": {
"max-age": 7776000,
"public": true,
"immutable": true,
"type": "debugdata"
},
"cacheLifetimeMs": 7776000000,
"wastedBytes": 192.65363128491623,
"cacheHitProbability": 0.92318435754189943,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.9a93f372.chunk.min.js",
"totalBytes": 2508
},
{
"wastedBytes": 187.81424581005589,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/target/StripSlideshow/css/style.min.css",
"totalBytes": 2445,
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"public": true,
"immutable": true,
"max-age": 7776000,
"type": "debugdata"
}
},
{
"cacheHitProbability": 0.92318435754189943,
"wastedBytes": 185.27932960893858,
"debugData": {
"max-age": 7776000,
"type": "debugdata",
"public": true,
"immutable": true
},
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[SkipToContentButton].63d61644.bundle.min.js",
"totalBytes": 2412
},
{
"cacheHitProbability": 0.92318435754189943,
"cacheLifetimeMs": 7776000000,
"debugData": {
"max-age": 7776000,
"immutable": true,
"public": true,
"type": "debugdata"
},
"wastedBytes": 183.81983240223468,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.e7ced280.chunk.min.js",
"totalBytes": 2393
},
{
"debugData": {
"type": "debugdata",
"max-age": 7776000,
"public": true,
"immutable": true
},
"totalBytes": 2264,
"wastedBytes": 173.91061452513969,
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MenuContainer_Classic].e42c894a.bundle.min.js"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MeshGroup].e2f9ea28.bundle.min.js",
"wastedBytes": 163.84776536312853,
"cacheLifetimeMs": 7776000000,
"cacheHitProbability": 0.92318435754189943,
"totalBytes": 2133,
"debugData": {
"type": "debugdata",
"immutable": true,
"max-age": 7776000,
"public": true
}
},
{
"cacheLifetimeMs": 7776000000,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/loginSocialBar.f0038327.chunk.min.js",
"totalBytes": 1939,
"debugData": {
"public": true,
"immutable": true,
"max-age": 7776000,
"type": "debugdata"
},
"cacheHitProbability": 0.92318435754189943,
"wastedBytes": 148.945530726257
},
{
"totalBytes": 1726,
"cacheLifetimeMs": 7776000000,
"wastedBytes": 132.58379888268161,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/sosp.709c6b6b.chunk.min.js",
"debugData": {
"immutable": true,
"type": "debugdata",
"max-age": 7776000,
"public": true
},
"cacheHitProbability": 0.92318435754189943
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooiTpaSharedConfig.9087e72f.chunk.min.js",
"totalBytes": 1615,
"wastedBytes": 124.05726256983243,
"cacheLifetimeMs": 7776000000,
"debugData": {
"max-age": 7776000,
"type": "debugdata",
"public": true,
"immutable": true
},
"cacheHitProbability": 0.92318435754189943
},
{
"cacheHitProbability": 0.92318435754189943,
"debugData": {
"max-age": 7776000,
"type": "debugdata",
"immutable": true,
"public": true
},
"totalBytes": 1359,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/jquery.cycle2.scrollVert.min.js",
"cacheLifetimeMs": 7776000000,
"wastedBytes": 104.39245810055868
}
]
},
"numericValue": 47084.835195530744,
"numericUnit": "byte"
},
"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 more](https://web.dev/dlitem/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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](https://web.dev/aria-valid-attr/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"type": "table",
"items": []
}
},
"plugins": {
"id": "plugins",
"title": "Document avoids plugins",
"description": "Search engines can't index plugin content, and many devices restrict plugins or don't support them. [Learn more](https://web.dev/plugins/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"items": [],
"headings": []
}
},
"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 more](https://web.dev/input-image-alt/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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](https://web.dev/th-has-data-cells/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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 more](https://web.dev/unused-css-rules/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"headings": [],
"type": "opportunity",
"items": [],
"overallSavingsMs": 0,
"overallSavingsBytes": 0
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"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](https://web.dev/hreflang/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"type": "table",
"items": []
}
},
"uses-rel-preload": {
"id": "uses-rel-preload",
"title": "Preload key requests",
"description": "Consider using `\u003clink rel=preload\u003e` to prioritize fetching resources that are currently requested later in page load. [Learn more](https://web.dev/uses-rel-preload/).",
"score": null,
"scoreDisplayMode": "notApplicable",
"details": {
"overallSavingsMs": 0,
"type": "opportunity",
"items": [],
"headings": []
}
},
"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](https://web.dev/bypass/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"items": [],
"type": "table"
}
},
"render-blocking-resources": {
"id": "render-blocking-resources",
"title": "Eliminate render-blocking resources",
"description": "Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://web.dev/render-blocking-resources/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"items": [],
"type": "opportunity",
"headings": [],
"overallSavingsMs": 0
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"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 more](https://web.dev/aria-allowed-attr/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"headings": [],
"type": "table"
}
},
"largest-contentful-paint-element": {
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"description": "This is the largest contentful element painted within the viewport. [Learn More](https://web.dev/lighthouse-largest-contentful-paint/)",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "1 element found",
"details": {
"items": [
{
"node": {
"lhId": "page-1-P",
"snippet": "\u003cp class=\"font_0\" style=\"font-size:50px; text-align:center;\"\u003e",
"boundingRect": {
"left": 5,
"bottom": 325,
"top": 73,
"width": 310,
"height": 252,
"right": 315
},
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,0,HEADER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,P",
"type": "node",
"selector": "div \u003e div \u003e div#comp-iljs16cr \u003e p.font_0",
"nodeLabel": "Spurlock Road Veterinary Clinic"
}
}
],
"type": "table",
"headings": [
{
"text": "Element",
"itemType": "node",
"key": "node"
}
]
}
},
"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](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "0 ms",
"details": {
"headings": [],
"type": "table",
"items": []
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"structured-data": {
"id": "structured-data",
"title": "Structured data is valid",
"description": "Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more](https://web.dev/structured-data/).",
"score": null,
"scoreDisplayMode": "manual"
},
"total-byte-weight": {
"id": "total-byte-weight",
"title": "Avoids enormous network payloads",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://web.dev/total-byte-weight/).",
"score": 1,
"scoreDisplayMode": "numeric",
"displayValue": "Total size was 918 KiB",
"details": {
"items": [
{
"url": "https://www.spurlockroadvet.com/_partials/wix-thunderbolt/dist/clientWorker.43925dc7.bundle.min.js",
"totalBytes": 141668
},
{
"url": "https://www.spurlockroadvet.com/",
"totalBytes": 82979
},
{
"totalBytes": 62172,
"url": "https://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKChiJg8MKVWl.woff2"
},
{
"totalBytes": 49828,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js"
},
{
"totalBytes": 47776,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js"
},
{
"totalBytes": 46191,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js"
},
{
"totalBytes": 44757,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js"
},
{
"url": "https://static.parastorage.com/unpkg/react-dom@16.13.1/umd/react-dom.production.min.js",
"totalBytes": 37146
},
{
"url": "https://static.parastorage.com/services/third-party/jquery/1.10.2/dist/jquery.min.js",
"totalBytes": 33929
},
{
"url": "https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js",
"totalBytes": 26189
}
],
"type": "table",
"headings": [
{
"key": "url",
"itemType": "url",
"text": "URL"
},
{
"key": "totalBytes",
"itemType": "bytes",
"text": "Transfer Size"
}
]
},
"numericValue": 940143,
"numericUnit": "byte"
},
"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](https://web.dev/lighthouse-max-potential-fid/).",
"score": 0.7,
"scoreDisplayMode": "numeric",
"displayValue": "190 ms",
"numericValue": 190,
"numericUnit": "millisecond"
},
"layout-shift-elements": {
"id": "layout-shift-elements",
"title": "Avoid large layout shifts",
"description": "These DOM elements contribute most to the CLS of the page.",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "3 elements found",
"details": {
"items": [
{
"node": {
"snippet": "\u003cdiv class=\"cycle-pager\"\u003e",
"boundingRect": {
"width": 320,
"top": 61,
"right": 320,
"height": 40,
"bottom": 101,
"left": 0
},
"path": "1,HTML,1,BODY,0,DIV,0,DIV,2,DIV",
"lhId": "page-0-DIV",
"type": "node",
"nodeLabel": "\n\n",
"selector": "body \u003e div#wrapper \u003e div#viewport \u003e div.cycle-pager"
},
"score": 0.12499999999999999
},
{
"node": {
"type": "node",
"nodeLabel": "We Have Everything Your Pet Needs.\nOur Story\n\nEstablished in 2007, we are a gen…",
"boundingRect": {
"width": 320,
"height": 1105,
"left": 0,
"bottom": 1440,
"right": 320,
"top": 335
},
"snippet": "\u003cdiv data-mesh-id=\"Containerc1dmpinlineContent\" data-testid=\"inline-content\" class=\"\"\u003e",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV",
"lhId": "page-2-DIV",
"selector": "div#c1dmp \u003e div._3K7uv \u003e div#Containerc1dmp \u003e div"
},
"score": 0.055036188864891609
},
{
"score": 0.0027564421190749587,
"node": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,2,DIV",
"nodeLabel": "Our Story",
"snippet": "\u003cdiv id=\"comp-im248b0u\" class=\"_1Q9if\" data-testid=\"richTextElement\"\u003e",
"boundingRect": {
"left": 20,
"top": 615,
"height": 25,
"width": 280,
"right": 300,
"bottom": 640
},
"lhId": "page-3-DIV",
"type": "node",
"selector": "div#mediais6e515u2 \u003e div \u003e div \u003e div#comp-im248b0u"
}
}
],
"headings": [
{
"itemType": "node",
"key": "node",
"text": "Element"
},
{
"granularity": 0.001,
"key": "score",
"itemType": "numeric",
"text": "CLS Contribution"
}
],
"type": "table"
}
},
"password-inputs-can-be-pasted-into": {
"id": "password-inputs-can-be-pasted-into",
"title": "Allows users to paste into password fields",
"description": "Preventing password pasting undermines good security policy. [Learn more](https://web.dev/password-inputs-can-be-pasted-into/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"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](https://web.dev/document-title/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [],
"items": []
}
},
"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](https://web.dev/heading-order/).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"debugData": {
"type": "debugdata",
"tags": [
"cat.semantics",
"best-practice"
],
"impact": "moderate"
},
"type": "table",
"items": [
{
"node": {
"explanation": "Fix any of the following:\n Heading order invalid",
"lhId": "8-116-H6",
"type": "node",
"boundingRect": {
"left": 20,
"height": 25,
"width": 280,
"top": 615,
"bottom": 640,
"right": 300
},
"selector": "div \u003e div \u003e div#comp-im248b0u \u003e h6.font_6",
"nodeLabel": "Our Story",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,2,DIV,0,H6",
"snippet": "\u003ch6 class=\"font_6\" style=\"text-align:center; font-size:20px;\"\u003e"
}
}
],
"headings": [
{
"subItemsHeading": {
"key": "relatedNode",
"itemType": "node"
},
"key": "node",
"text": "Failing Elements",
"itemType": "node"
}
]
}
},
"doctype": {
"id": "doctype",
"title": "Page has the HTML doctype",
"description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more](https://web.dev/doctype/).",
"score": 1,
"scoreDisplayMode": "binary"
},
"diagnostics": {
"id": "diagnostics",
"title": "Diagnostics",
"description": "Collection of useful page vitals.",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"type": "debugdata",
"items": [
{
"numTasksOver50ms": 0,
"numTasksOver100ms": 0,
"numTasksOver25ms": 8,
"numTasks": 1277,
"numTasksOver10ms": 25,
"maxServerLatency": null,
"mainDocumentTransferSize": 82979,
"numRequests": 73,
"rtt": 0.00051824079123526459,
"numFonts": 3,
"numStylesheets": 2,
"totalByteWeight": 940143,
"throughput": 26644936774.57317,
"maxRtt": 0.00051824079123526459,
"numScripts": 44,
"numTasksOver500ms": 0,
"totalTaskTime": 907.46199999999908
}
]
}
},
"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](https://web.dev/cls/).",
"score": 0.98,
"scoreDisplayMode": "numeric",
"displayValue": "0.058",
"details": {
"type": "debugdata",
"items": [
{
"cumulativeLayoutShiftMainFrame": 0.057792630983966572,
"totalCumulativeLayoutShift": 0.057792630983966572
}
]
},
"numericValue": 0.057792630983966572,
"numericUnit": "unitless"
},
"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](https://web.dev/meta-description/).",
"score": 1,
"scoreDisplayMode": "binary"
},
"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](https://web.dev/image-aspect-ratio/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"headings": [],
"type": "table"
}
},
"content-width": {
"id": "content-width",
"title": "Content is not sized correctly for the viewport",
"description": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn more](https://web.dev/content-width/).",
"score": 0,
"scoreDisplayMode": "binary",
"explanation": "The viewport size of 320px does not match the window size of 360px."
},
"uses-optimized-images": {
"id": "uses-optimized-images",
"title": "Efficiently encode images",
"description": "Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"overallSavingsBytes": 0,
"items": [],
"type": "opportunity",
"headings": [],
"overallSavingsMs": 0
},
"warnings": [],
"numericValue": 0,
"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 more](https://web.dev/link-name/).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"itemType": "node",
"key": "node",
"subItemsHeading": {
"itemType": "node",
"key": "relatedNode"
},
"text": "Failing Elements"
}
],
"items": [
{
"node": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,0,HEADER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,1,DIV,0,A",
"lhId": "8-1-A",
"nodeLabel": "div \u003e div \u003e div#comp-imm042dw \u003e a._2wYm8",
"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",
"snippet": "\u003ca data-testid=\"linkElement\" href=\"https://www.spurlockroadvet.com\" class=\"_2wYm8\"\u003e",
"selector": "div \u003e div \u003e div#comp-imm042dw \u003e a._2wYm8",
"type": "node",
"boundingRect": {
"bottom": 70,
"top": 13,
"right": 188,
"width": 57,
"left": 131,
"height": 57
}
}
}
],
"debugData": {
"type": "debugdata",
"impact": "serious",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a",
"ACT"
]
}
}
},
"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](https://web.dev/use-landmarks/).",
"score": null,
"scoreDisplayMode": "manual"
},
"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 more](https://web.dev/managed-focus/).",
"score": null,
"scoreDisplayMode": "manual"
},
"unminified-javascript": {
"id": "unminified-javascript",
"title": "Minify JavaScript",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"headings": [],
"overallSavingsMs": 0,
"type": "opportunity",
"items": [],
"overallSavingsBytes": 0
},
"warnings": [],
"numericValue": 0,
"numericUnit": "millisecond"
},
"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 more](https://web.dev/aria-name/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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](https://web.dev/notification-on-start/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"items": [],
"type": "table"
}
},
"first-meaningful-paint": {
"id": "first-meaningful-paint",
"title": "First Meaningful Paint",
"description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://web.dev/first-meaningful-paint/).",
"score": 0.65,
"scoreDisplayMode": "numeric",
"displayValue": "3.4 s",
"numericValue": 3372,
"numericUnit": "millisecond"
},
"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 more](https://web.dev/valid-lang/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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](https://web.dev/visual-order-follows-dom/).",
"score": null,
"scoreDisplayMode": "manual"
},
"duplicated-javascript": {
"id": "duplicated-javascript",
"title": "Remove duplicate modules in JavaScript bundles",
"description": "Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. ",
"score": 1,
"scoreDisplayMode": "numeric",
"displayValue": "Potential savings of 8 KiB",
"details": {
"type": "opportunity",
"overallSavingsBytes": 8240,
"overallSavingsMs": 0,
"headings": [
{
"label": "Source",
"subItemsHeading": {
"key": "url",
"valueType": "url"
},
"valueType": "code",
"key": "source"
},
{
"granularity": 0.05,
"label": "Transfer Size",
"key": null,
"subItemsHeading": {
"key": "sourceTransferBytes"
},
"valueType": "bytes"
},
{
"label": "Potential Savings",
"key": "wastedBytes",
"valueType": "bytes",
"granularity": 0.05
}
],
"items": [
{
"subItems": {
"items": [
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js",
"sourceTransferBytes": 2219
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js",
"sourceTransferBytes": 2568
}
],
"type": "subitems"
},
"totalBytes": 0,
"source": "node_modules/tslib",
"wastedBytes": 2568
},
{
"totalBytes": 0,
"source": "Other",
"subItems": {
"type": "subitems",
"items": [
{
"url": "https://static.parastorage.com/services/wix-perf-measure/1.756.0/wix-perf-measure.bundle.min.js"
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js"
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.e7ced280.chunk.min.js"
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~mobile.60dd2e4b.chunk.min.js"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js"
}
]
},
"wastedBytes": 2252
},
{
"subItems": {
"items": [
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[StripSlideshow].7e484080.bundle.min.js",
"sourceTransferBytes": 765
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].37c94a7e.bundle.min.js",
"sourceTransferBytes": 551
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[Container_DefaultAreaSkin].80b00440.bundle.min.js",
"sourceTransferBytes": 816
},
{
"sourceTransferBytes": 518,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js"
}
],
"type": "subitems"
},
"totalBytes": 0,
"wastedBytes": 1885,
"source": "webpack:////home/builduser/work/72f571a18a1c7e11/packages/thunderbolt-elements/src/core/commons/a11y.ts"
},
{
"wastedBytes": 1535,
"subItems": {
"type": "subitems",
"items": [
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[SkipToContentButton].63d61644.bundle.min.js",
"sourceTransferBytes": 390
},
{
"sourceTransferBytes": 180,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~mobile.60dd2e4b.chunk.min.js"
},
{
"sourceTransferBytes": 188,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].37c94a7e.bundle.min.js"
},
{
"sourceTransferBytes": 172,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js",
"sourceTransferBytes": 153
},
{
"sourceTransferBytes": 278,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[Container_DefaultAreaSkin].80b00440.bundle.min.js"
},
{
"sourceTransferBytes": 177,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MenuContainer_Classic].e42c894a.bundle.min.js",
"sourceTransferBytes": 387
}
]
},
"source": "node_modules/classnames",
"totalBytes": 0
}
]
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"resource-summary": {
"id": "resource-summary",
"title": "Keep request counts low and transfer sizes small",
"description": "To set budgets for the quantity and size of page resources, add a budget.json file. [Learn more](https://web.dev/use-lighthouse-for-performance-budgets/).",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "73 requests • 918 KiB",
"details": {
"type": "table",
"headings": [
{
"itemType": "text",
"key": "label",
"text": "Resource Type"
},
{
"text": "Requests",
"key": "requestCount",
"itemType": "numeric"
},
{
"text": "Transfer Size",
"key": "transferSize",
"itemType": "bytes"
}
],
"items": [
{
"transferSize": 940143,
"label": "Total",
"resourceType": "total",
"requestCount": 73
},
{
"transferSize": 524636,
"requestCount": 44,
"label": "Script",
"resourceType": "script"
},
{
"requestCount": 18,
"label": "Other",
"transferSize": 178285,
"resourceType": "other"
},
{
"resourceType": "font",
"transferSize": 92815,
"requestCount": 3,
"label": "Font"
},
{
"transferSize": 84586,
"requestCount": 2,
"resourceType": "document",
"label": "Document"
},
{
"resourceType": "image",
"transferSize": 49596,
"label": "Image",
"requestCount": 4
},
{
"requestCount": 2,
"resourceType": "stylesheet",
"label": "Stylesheet",
"transferSize": 10225
},
{
"transferSize": 0,
"label": "Media",
"resourceType": "media",
"requestCount": 0
},
{
"label": "Third-party",
"transferSize": 704483,
"resourceType": "third-party",
"requestCount": 68
}
]
}
},
"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 more](https://web.dev/color-contrast/).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"debugData": {
"type": "debugdata",
"impact": "serious",
"tags": [
"cat.color",
"wcag2aa",
"wcag143"
]
},
"headings": [
{
"text": "Failing Elements",
"itemType": "node",
"key": "node",
"subItemsHeading": {
"key": "relatedNode",
"itemType": "node"
}
}
],
"type": "table",
"items": [
{
"subItems": {
"items": [
{
"relatedNode": {
"nodeLabel": "header#SITE_HEADER_WRAPPER \u003e div#SITE_HEADER \u003e div._2o25M \u003e div._1nRb9",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,0,HEADER,0,DIV,0,DIV,0,DIV",
"lhId": "8-112-DIV",
"type": "node",
"selector": "header#SITE_HEADER_WRAPPER \u003e div#SITE_HEADER \u003e div._2o25M \u003e div._1nRb9",
"boundingRect": {
"right": 320,
"left": 0,
"height": 335,
"top": 0,
"width": 320,
"bottom": 335
},
"snippet": "\u003cdiv class=\"_1nRb9\"\u003e"
}
},
{
"relatedNode": {
"snippet": "\u003cdiv data-testid=\"colorUnderlay\" class=\"_3KzuS _3SQN-\"\u003e",
"selector": "div#BACKGROUND_GROUP \u003e div#pageBackground_c1dmp \u003e div#bgLayers_pageBackground_c1dmp \u003e div._3KzuS",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,2,DIV,0,DIV,0,DIV,0,DIV",
"lhId": "8-113-DIV",
"boundingRect": {
"right": 320,
"height": 1630,
"top": 0,
"width": 320,
"bottom": 1630,
"left": 0
},
"nodeLabel": "div#BACKGROUND_GROUP \u003e div#pageBackground_c1dmp \u003e div#bgLayers_pageBackground_c1dmp \u003e div._3KzuS",
"type": "node"
}
}
],
"type": "subitems"
},
"node": {
"lhId": "8-0-A",
"selector": "span \u003e span \u003e span \u003e a",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,0,HEADER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,P,0,SPAN,0,SPAN,0,SPAN,0,SPAN,0,A",
"nodeLabel": "Spurlock Road Veterinary Clinic",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #8fd3e8, background color: #ffffff, font size: 37.5pt (50px), font weight: bold). Expected contrast ratio of 3:1",
"snippet": "\u003ca href=\"https://www.spurlockroadvet.com\" target=\"_self\"\u003e",
"type": "node",
"boundingRect": {
"height": 252,
"right": 290,
"top": 73,
"bottom": 325,
"left": 31,
"width": 259
}
}
},
{
"node": {
"type": "node",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,H4,0,SPAN",
"nodeLabel": "We Have Everything Your Pet Needs.",
"selector": "div \u003e div#comp-iljh9ssj \u003e h4.font_4 \u003e span",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #8fd3e8, background color: #ffffff, font size: 18.8pt (25px), font weight: normal). Expected contrast ratio of 3:1",
"boundingRect": {
"left": 32,
"height": 64,
"top": 465,
"bottom": 529,
"width": 256,
"right": 288
},
"lhId": "8-114-SPAN",
"snippet": "\u003cspan style=\"font-size:25px;\"\u003e"
},
"subItems": {
"items": [
{
"relatedNode": {
"lhId": "8-115-DIV",
"selector": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"boundingRect": {
"right": 320,
"height": 996,
"left": 0,
"top": 445,
"bottom": 1441,
"width": 320
},
"type": "node",
"nodeLabel": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"snippet": "\u003cdiv data-testid=\"colorUnderlay\" class=\"_3KzuS _3SQN-\"\u003e",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,0,DIV,0,DIV"
}
}
],
"type": "subitems"
}
},
{
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,0,DIV,0,DIV",
"nodeLabel": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"boundingRect": {
"width": 320,
"top": 445,
"bottom": 1441,
"height": 996,
"right": 320,
"left": 0
},
"lhId": "8-115-DIV",
"snippet": "\u003cdiv data-testid=\"colorUnderlay\" class=\"_3KzuS _3SQN-\"\u003e",
"selector": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"type": "node"
}
}
]
},
"node": {
"nodeLabel": "Our Story",
"snippet": "\u003ch6 class=\"font_6\" style=\"text-align:center; font-size:20px;\"\u003e",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,2,DIV,0,H6",
"type": "node",
"boundingRect": {
"right": 300,
"width": 280,
"top": 615,
"height": 25,
"bottom": 640,
"left": 20
},
"selector": "div \u003e div \u003e div#comp-im248b0u \u003e h6.font_6",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #8fd3e8, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
"lhId": "8-116-H6"
}
},
{
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"lhId": "8-10-A",
"selector": "div \u003e div \u003e div#comp-im248b0v1 \u003e a._1fbEI",
"snippet": "\u003ca data-testid=\"linkElement\" href=\"https://www.spurlockroadvet.com/about-us\" target=\"_self\" class=\"_1fbEI\" aria-disabled=\"false\"\u003e",
"boundingRect": {
"right": 240,
"width": 160,
"top": 760,
"bottom": 802,
"height": 42,
"left": 80
},
"type": "node",
"nodeLabel": "Read More \u003e\u003e",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,4,DIV,0,A"
}
}
]
},
"node": {
"lhId": "8-117-SPAN",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"boundingRect": {
"bottom": 791,
"width": 86,
"height": 20,
"right": 203,
"left": 117,
"top": 771
},
"nodeLabel": "Read More \u003e\u003e",
"type": "node",
"snippet": "\u003cspan class=\"_1Qjd7\"\u003e",
"selector": "div \u003e div#comp-im248b0v1 \u003e a._1fbEI \u003e span._1Qjd7",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,4,DIV,0,A,0,SPAN"
}
},
{
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"boundingRect": {
"right": 320,
"height": 996,
"left": 0,
"width": 320,
"top": 445,
"bottom": 1441
},
"selector": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"snippet": "\u003cdiv data-testid=\"colorUnderlay\" class=\"_3KzuS _3SQN-\"\u003e",
"lhId": "8-115-DIV",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,0,DIV,0,DIV",
"nodeLabel": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"type": "node"
}
}
]
},
"node": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,6,DIV,0,H6",
"lhId": "8-118-H6",
"boundingRect": {
"height": 25,
"left": 20,
"right": 300,
"top": 879,
"width": 280,
"bottom": 904
},
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #8fd3e8, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
"selector": "div \u003e div \u003e div#comp-im248b0v3 \u003e h6.font_6",
"type": "node",
"nodeLabel": "What We Do",
"snippet": "\u003ch6 class=\"font_6\" style=\"text-align:center; font-size:20px;\"\u003e"
}
},
{
"subItems": {
"items": [
{
"relatedNode": {
"boundingRect": {
"left": 80,
"bottom": 1089,
"top": 1047,
"right": 240,
"width": 160,
"height": 42
},
"type": "node",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,8,DIV,0,A",
"snippet": "\u003ca data-testid=\"linkElement\" href=\"https://www.spurlockroadvet.com/our-services\" target=\"_self\" class=\"_1fbEI\" aria-disabled=\"false\"\u003e",
"selector": "div \u003e div \u003e div#comp-im248b0v5 \u003e a._1fbEI",
"lhId": "8-11-A",
"nodeLabel": "Read More \u003e\u003e"
}
}
],
"type": "subitems"
},
"node": {
"lhId": "8-119-SPAN",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,8,DIV,0,A,0,SPAN",
"selector": "div \u003e div#comp-im248b0v5 \u003e a._1fbEI \u003e span._1Qjd7",
"type": "node",
"snippet": "\u003cspan class=\"_1Qjd7\"\u003e",
"nodeLabel": "Read More \u003e\u003e",
"boundingRect": {
"height": 20,
"width": 86,
"bottom": 1077,
"left": 117,
"top": 1058,
"right": 203
}
}
},
{
"node": {
"selector": "div \u003e div \u003e div#comp-im248b0v8 \u003e h6.font_6",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #8fd3e8, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
"snippet": "\u003ch6 class=\"font_6\" style=\"text-align:center; font-size:18px;\"\u003e",
"lhId": "8-120-H6",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,10,DIV,0,H6",
"boundingRect": {
"height": 23,
"width": 280,
"right": 300,
"bottom": 1192,
"top": 1169,
"left": 20
},
"nodeLabel": "Hours of Operation",
"type": "node"
},
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,0,DIV,0,DIV",
"selector": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"lhId": "8-115-DIV",
"snippet": "\u003cdiv data-testid=\"colorUnderlay\" class=\"_3KzuS _3SQN-\"\u003e",
"nodeLabel": "div._1uldx \u003e div#mediais6e515u2 \u003e div#bgLayers_mediais6e515u2 \u003e div._3KzuS",
"type": "node",
"boundingRect": {
"height": 996,
"top": 445,
"bottom": 1441,
"left": 0,
"right": 320,
"width": 320
}
}
}
]
}
},
{
"subItems": {
"items": [
{
"relatedNode": {
"nodeLabel": "Read More \u003e\u003e",
"boundingRect": {
"top": 1379,
"right": 240,
"width": 160,
"bottom": 1421,
"left": 80,
"height": 42
},
"selector": "div \u003e div \u003e div#comp-im248b0v9 \u003e a._1fbEI",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,12,DIV,0,A",
"lhId": "8-12-A",
"snippet": "\u003ca data-testid=\"linkElement\" href=\"https://www.spurlockroadvet.com/contact-us\" target=\"_self\" class=\"_1fbEI\" aria-disabled=\"false\"\u003e",
"type": "node"
}
}
],
"type": "subitems"
},
"node": {
"nodeLabel": "Read More \u003e\u003e",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV,12,DIV,0,A,0,SPAN",
"boundingRect": {
"bottom": 1410,
"left": 117,
"width": 86,
"right": 203,
"height": 20,
"top": 1390
},
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"lhId": "8-121-SPAN",
"snippet": "\u003cspan class=\"_1Qjd7\"\u003e",
"type": "node",
"selector": "div \u003e div#comp-im248b0v9 \u003e a._1fbEI \u003e span._1Qjd7"
}
},
{
"node": {
"boundingRect": {
"left": 101,
"top": 1461,
"height": 16,
"width": 119,
"bottom": 1477,
"right": 220
},
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"snippet": "\u003cspan style=\"font-size:14px;\"\u003e",
"lhId": "8-122-SPAN",
"selector": "div#comp-iljoacam \u003e p.font_7 \u003e span.color_8 \u003e span",
"type": "node",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,P,0,SPAN,0,SPAN",
"nodeLabel": "Tel: (409) 727-0287"
},
"subItems": {
"items": [
{
"relatedNode": {
"boundingRect": {
"right": 310,
"bottom": 1630,
"width": 300,
"top": 1440,
"height": 190,
"left": 10
},
"lhId": "8-123-DIV",
"nodeLabel": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,0,DIV,0,DIV",
"snippet": "\u003cdiv class=\"_1dlfY\"\u003e",
"selector": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"type": "node"
}
}
],
"type": "subitems"
}
},
{
"node": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,P,0,SPAN,0,SPAN,1,A",
"type": "node",
"lhId": "8-13-A",
"boundingRect": {
"right": 220,
"width": 93,
"height": 16,
"top": 1461,
"bottom": 1477,
"left": 127
},
"nodeLabel": "(409) 727-0287",
"snippet": "\u003ca data-auto-recognition=\"true\" href=\"tel:(409) 727-0287\"\u003e",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"selector": "p.font_7 \u003e span.color_8 \u003e span \u003e a"
},
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,0,DIV,0,DIV",
"snippet": "\u003cdiv class=\"_1dlfY\"\u003e",
"selector": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"nodeLabel": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"type": "node",
"boundingRect": {
"width": 300,
"height": 190,
"top": 1440,
"bottom": 1630,
"left": 10,
"right": 310
},
"lhId": "8-123-DIV"
}
}
]
}
},
{
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,0,DIV,0,DIV",
"nodeLabel": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"type": "node",
"boundingRect": {
"width": 300,
"right": 310,
"height": 190,
"left": 10,
"top": 1440,
"bottom": 1630
},
"snippet": "\u003cdiv class=\"_1dlfY\"\u003e",
"lhId": "8-123-DIV",
"selector": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY"
}
}
]
},
"node": {
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,P,0,SPAN,0,SPAN",
"boundingRect": {
"bottom": 1493,
"right": 222,
"width": 123,
"top": 1477,
"left": 99,
"height": 16
},
"type": "node",
"selector": "div#comp-iljoacam \u003e p.font_7 \u003e span.color_8 \u003e span",
"nodeLabel": "Fax: (409) 727-0288",
"snippet": "\u003cspan style=\"font-size:14px;\"\u003e",
"lhId": "8-124-SPAN"
}
},
{
"subItems": {
"items": [
{
"relatedNode": {
"selector": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,0,DIV,0,DIV",
"nodeLabel": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"snippet": "\u003cdiv class=\"_1dlfY\"\u003e",
"type": "node",
"boundingRect": {
"bottom": 1630,
"left": 10,
"right": 310,
"top": 1440,
"height": 190,
"width": 300
},
"lhId": "8-123-DIV"
}
}
],
"type": "subitems"
},
"node": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,P,0,SPAN,0,SPAN,1,A",
"selector": "p.font_7 \u003e span.color_8 \u003e span \u003e a",
"snippet": "\u003ca data-auto-recognition=\"true\" href=\"tel:(409) 727-0288\"\u003e",
"boundingRect": {
"left": 128,
"width": 94,
"right": 222,
"bottom": 1493,
"top": 1477,
"height": 16
},
"type": "node",
"nodeLabel": "(409) 727-0288",
"lhId": "8-14-A",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1"
}
},
{
"node": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,2,P,0,SPAN",
"boundingRect": {
"width": 262,
"bottom": 1509,
"top": 1493,
"height": 16,
"left": 29,
"right": 291
},
"selector": "div \u003e div#comp-iljoacam \u003e p.font_8 \u003e span.color_11",
"lhId": "8-125-SPAN",
"snippet": "\u003cspan class=\"color_11\"\u003e",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"nodeLabel": "2400 Highway 69 N, Nederland, TX 77627",
"type": "node"
},
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,0,DIV,0,DIV",
"lhId": "8-123-DIV",
"nodeLabel": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"selector": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"snippet": "\u003cdiv class=\"_1dlfY\"\u003e",
"boundingRect": {
"width": 300,
"right": 310,
"top": 1440,
"left": 10,
"height": 190,
"bottom": 1630
},
"type": "node"
}
}
]
}
},
{
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"boundingRect": {
"width": 300,
"top": 1440,
"height": 190,
"bottom": 1630,
"left": 10,
"right": 310
},
"selector": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"snippet": "\u003cdiv class=\"_1dlfY\"\u003e",
"type": "node",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,0,DIV,0,DIV",
"lhId": "8-123-DIV",
"nodeLabel": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY"
}
}
]
},
"node": {
"nodeLabel": "© 2023 by Ponto Pet. Proudly created with Wix.com",
"snippet": "\u003cspan class=\"color_11\"\u003e",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"type": "node",
"boundingRect": {
"width": 185,
"height": 32,
"left": 68,
"bottom": 1621,
"top": 1589,
"right": 253
},
"selector": "div \u003e div#comp-iklzh8nb \u003e p.font_8 \u003e span.color_11",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,2,DIV,0,P,0,SPAN",
"lhId": "8-126-SPAN"
}
},
{
"subItems": {
"items": [
{
"relatedNode": {
"snippet": "\u003cdiv class=\"_1dlfY\"\u003e",
"type": "node",
"selector": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"lhId": "8-123-DIV",
"nodeLabel": "div#SITE_FOOTER \u003e div._38XI2 \u003e div._2P6JN \u003e div._1dlfY",
"boundingRect": {
"top": 1440,
"width": 300,
"height": 190,
"right": 310,
"bottom": 1630,
"left": 10
},
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,0,DIV,0,DIV"
}
}
],
"type": "subitems"
},
"node": {
"boundingRect": {
"width": 51,
"height": 16,
"bottom": 1621,
"left": 175,
"right": 226,
"top": 1605
},
"snippet": "\u003ca href=\"http://wix.com?utm_campaign=vir_created_with\" target=\"_blank\"\u003e",
"selector": "div#comp-iklzh8nb \u003e p.font_8 \u003e span.color_11 \u003e a",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,3,FOOTER,0,DIV,1,DIV,1,DIV,0,DIV,0,DIV,2,DIV,0,P,0,SPAN,1,A",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 1.65 (foreground color: #ffffff, background color: #8fd3e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
"lhId": "8-16-A",
"nodeLabel": "Wix.com",
"type": "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 more](https://web.dev/non-composited-animations)",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "1 animated element found",
"details": {
"type": "table",
"items": [
{
"subItems": {
"type": "subitems",
"items": [
{
"animation": "top",
"failureReason": "Unsupported CSS Property: top"
}
]
},
"node": {
"nodeLabel": "Read more    \u003e",
"lhId": "page-1-DIV",
"snippet": "\u003cdiv class=\"sb-description text-animation\" style=\"left: 20px; right: auto; float: left; top: 111px;\"\u003e",
"selector": "div.inner \u003e div \u003e div.overlay \u003e div.sb-description",
"boundingRect": {
"top": 0,
"width": 0,
"height": 0,
"left": 0,
"right": 0,
"bottom": 0
},
"type": "node",
"path": "1,HTML,1,BODY,0,DIV,0,DIV,3,DIV,0,DIV,0,DIV,1,DIV,0,DIV"
}
}
],
"headings": [
{
"text": "Element",
"subItemsHeading": {
"key": "failureReason",
"itemType": "text"
},
"itemType": "node",
"key": "node"
},
{
"key": null,
"subItemsHeading": {
"itemType": "text",
"key": "animation"
},
"itemType": "text",
"text": "Name"
}
]
}
},
"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](https://web.dev/label/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"final-screenshot": {
"id": "final-screenshot",
"title": "Final Screenshot",
"description": "The last screenshot captured of the pageload.",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"type": "screenshot",
"timestamp": 345571876572,
"timing": 3489,
"data": "data:image/jpeg;base64,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"
}
},
"efficient-animated-content": {
"id": "efficient-animated-content",
"title": "Use video formats for animated content",
"description": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://web.dev/efficient-animated-content/)",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"overallSavingsBytes": 0,
"headings": [],
"type": "opportunity",
"items": [],
"overallSavingsMs": 0
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"unminified-css": {
"id": "unminified-css",
"title": "Minify CSS",
"description": "Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"items": [],
"overallSavingsMs": 0,
"type": "opportunity",
"headings": [],
"overallSavingsBytes": 0
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"screenshot-thumbnails": {
"id": "screenshot-thumbnails",
"title": "Screenshot Thumbnails",
"description": "This is what the load of your site looked like.",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"scale": 3488,
"type": "filmstrip",
"items": [
{
"data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIANUAeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgD//Z",
"timing": 349,
"timestamp": 345568736692.00006
},
{
"data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIANUAeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgD//Z",
"timestamp": 345569085492.00006,
"timing": 698
},
{
"timestamp": 345569434292,
"data": "data:image/jpeg;base64,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",
"timing": 1046
},
{
"timing": 1395,
"timestamp": 345569783092,
"data": "data:image/jpeg;base64,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"
},
{
"data": "data:image/jpeg;base64,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",
"timing": 1744,
"timestamp": 345570131892
},
{
"timestamp": 345570480692.00006,
"timing": 2093,
"data": "data:image/jpeg;base64,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"
},
{
"data": "data:image/jpeg;base64,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",
"timing": 2442,
"timestamp": 345570829492.00006
},
{
"data": "data:image/jpeg;base64,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",
"timestamp": 345571178292,
"timing": 2790
},
{
"timing": 3139,
"data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIANUAeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgDOuNbtbS4limcp5SJJI5U7VVmKqSfqrZPbHNWqbceZGEq0Yy5GXy425yMVJsrMq2+oQ3MhWImQBmUuB8u5TgjPfByPqCOtU4tK5jGtGT5YlsHJNQbi0AFACZoAMj1oFdC0DCgAoAKACgAoAKAMBYUufEWpxOquj2FuhVxlSC8+cj0roWlGL/vS/9tPPa5684/3Y/wDtw6307Wba1ih/tG0kCKE8yS0cu2BjJPm9ajmp35rP8P8AI0VOvblc1b0f/wAky1p9immwWdpGxZYYtgJ4zgDn/PrRz8/MwUFTnCC6GivU1kda2HUDCgCpe3YtIDKY5JgMDbChZj+FUo3e9jOUuWPMlf0ILDVlvLgRi1u4TgndNCUX8zVSjZbozhWlN2cWvuNKszoCgAoAKACgAoAKAOdLzx+JNQ+zpG8v2O14lYqv+tmzyAe2a6OZezV+7/JHF7yxD5eyX3Xv+YzXPE7xR31nZW873i5ginATy1nMYZFwWyeq9AR1zgA4KdNNqUnp1IxGIcFKFNNztp69DK+H95r1007a15+3C+SbmBYn3bf3gwv8IOME9f0rsxUaEV+5/rseXgKmLnUvik9NrpJ+e3S53C968s+jXYdQMKAKWoWZurQxYYnIPyTvCf8AvpOauL1u/wDMxnF8nLH87fkVNN0g2l2spEwwCMyahNMOf9lzj8a0nKLWn/pKX4owpQnGV2v/ACeT/BqxsVgdoUAFACE4oAQNmgV77Cg5oGLQBnX+ireypMlxNaXKjaJoCMlfQhgQR6ZHGTjqauMmlYxqUlN817MoN4Uc3a3Z1e8N0sZiE3l2+7YSCVz5XTIq/aaWsYPDO93Ub9bf5FvS9Mihna5N3LfzlSnnTMpKrkHACgKOgzgZOBnoKmUpfC1YulCF+eLv0NWszqEzQAx50jxvYLnpk1STexnKpGC952JKk0Ex70ALQAUAFAHJ/FA6ing+5fTXkSVWVpPJJDmPPzYI5HYn2Brrwqi6q5zzMx9r9Xl7Hf8AQ5jTLoeFvDt/4g0zWJtasAsaR2Vyx/duWUNu9CN3QAde/Bruq/7TWjRnHlk+qPFoz+p4WeLo1faRSVk997O/3j7X4s6xNYC+/wCEXlksUX95cJI2046sPl6DB9cdzTngKMJOn7X3i45xiJQ9r7D3e9/+Aah+JX2zXNAtrGONrTUUMjvMCHXll2jnGQVIPXPasvqLhTnKpvH/ACv+p0PNebEUKVNaT/DWxd1HxffWnj/TdDjhga0uLdpZHYHzAQJMYOcfwDt3rKnhlPDzrN7WOitjp08bDDJJpq/ns3+hzWjfE7XPEt1Ha2+kRmPzAlxcRBmESMQA3XjuefT2NddbA0qEOeU9bXSPMoZpisXLkjSSV7N+t/8AIzfAHiyHwd4BurtoWnkfUGRIs7dzGNDyccDAPODV4nDPEYlQjokkRgcbHBYN1JK7cnZHS/8ACzb+wuLL+2PD02mWVy4X7VJKSI85xuG3joSQSDjmuR4WlKLdKpdrpb/gnorMa9NxliKPLBtK99r+ViHUPGniLXNYvrLw3YwmPT5fLmmmYHzCDjABIwMqw79uRTWHo0oRnXk/e7f0yJY3E4mtOlhIK0N2+va23n3ML4g6ve6t4P0681HTWsb6G+MTRupAOFJyuecHA/LvXdgoQp15wg7prQ8rM69WphqdStHlkpanaeE/G134u1Gc2+m+TpMZ2i6lchmPPQYwfpnj9K83EYaOHik53ke5gsfVxsueNO1PozsK889sKACgBD0oA5HxzdeI7FrO70QLcwRMftFn5YLSA9Dnrgc9Dnp1rvwyoTvGtp2Z4uPnjKfLUw+seq/r9DzSLR9R0/wp4pvbqxOmWtwYglqyFcHzlIwDztAJAz6+1e46lKeIpQpvma6/I+UhQr0cJiJVY8qklp/28um6Ltr4v1seD10VdAnlFzbmCK7RWKlGGNwAXBOD61jPC0pVXW9ps9Ua0cdiY4VYeNJu63L134A1ew0DQL+1hV9V00lpLdTuLDzTIoHODgnkD1PJ4qI4ylOrOlJ+5L/JI7P7Nr0KFKtT/iR/zbLnhiz1zxP40TX9Tsjp8FrG0SROjITlWGADyfvEk/hWeIlRoYf2NKV72uVg4YnF4v6zXjZJNL7mib4MafNp+l6ibi0nt5nkXmVCoZQO3rg5/OsczaqOmovZG2QU50lVU4vVq39fM5XSvCep6x4HubaC0lS/tb4zCOZDHvRkAIXcME5X9PwPbLEQo148zumkjzqeDq18K3FWlGTa+5G9q0niD4jHTdOm0SbSbVJhJdTSkgdMfLkA9Cce5HQCueMaOEUqsZpvZfM7qlXE5jKFGdNxV9Sdjr/gDVNXe10g6vaX87TxPBkmMknhgoJPUflwean9zi4QVSVnHQaVfK6s+SHNGW3qZ/juXV9S8BadNq9p5F4bwlljXOFw+0kD7vYY57Z5rfCeyp4mcYS0S3ObMPrFbB03iI2k5a27X7Gx4DvdY8OasvhjVLcywqN1tdRL8irgtgn0O1sZ5B46YrlxcaNeP1ik7eR35fVxGHrLB1o6LZnpVeOfUBQAUAFABQBl+JNCh8S6RPp9w8kcM23c0WNwwwYYyCOoFa0asqNRVI7o5MVh44qk6M3ow0fT7bwzo9vZC4byIBtWS5cBsdeTwKcpTrzcrXbCnGnhaag5WXnoaMcySqGR1dT0KnIrJpxdmdMZxmrwd0OzikO9gyPWgLoM0DDI9RSuAxLmKWSSNJUeSPG9FYErnpkdqtxkkpNaMhThKTimrrfyJKksKACgAoAKACgAoAKAPOfjgQPDNpkZJu1A9vkevYytfv36HzGf3WHg1/Mv+Cct4b8qz8YadF4SuL+6s2IN4swIiCdz0Hbd1HUDHWu+vd0G8Skm9rHjYN2xcVgpNrrfbzOqt/iJq2v388egaH9ttbd9r3EsoQOPYkgA+nXgg4rzp4OnRinXnZvse3DNa+Km1hqV0vO35kV38WymmTpHp+zW1uTaiyZy/wA397IHIzxgc5/OtP7Njz25/cte5m86fslaFql7WMvXPHXjHwtHA+o2dmizMSr7dwH+wdrcHkflwTV0cJha9+RvQyxOY4/CcvtYpXf5bm7q/jnWLzXLnS/DemxX0lods885OwHoQPmUdffscDiuaODpxoxq4idr/kds8yrzryo4WHNbcq/Cu+m1HxB4qubqH7PcvJF5kXdGHmAj8MVpjacaVKlGDutbfgY5ROdWvXlNWel1956UpyBXjn0+4tABQAUAFABQAUAFAHCfF7SrvWNAtLeyt5LiUXauVjXdgbXGT+depl9SNOpJydtGfPZ3RqV6MIU1f3v0f+ZnW3h3UPBHjNZtIsnuNFvlCzW8Tf6ojAz8x7Hkc9CwrVzp4nDtVHaUTmVGtgcYnRjeEt12KmjaZ4o+H1xeWNjpy6zp8zGSFw4QqcYBJ65wBkdPQ1rUlhsZFTlLlZzUqeMyypKnSjzRexBB8MNWl019Vkljh8SG6F0g3goOd2DwRndz3HAGeTVzx9JT9nH4LWfcVPKcQ6TqvSrzXRS8UaP418TmzTUdNUQwyABIGT5iern5j2HtWmHqYWhzezlv3MMZSzHFSgq8NFp069Tck0TxR4T17VbjRbO31G21GQzMZCAyHJODlh03H9K5HWw2KpQhVbTid/1fHYKvOWGjdS/zdvzLvw10LV9J1LXbjV4Ak14Y5fMVlIZiXLDg8YLD+lZY2rSnCEab0R1ZTQxFGrVliFZys/Xc9AQYUCvKPoVorDqBhQAUAJQBDNeQ27RrJKkbSHagZgNx9B61Si5K6WxnKpGLUW9XsNutQgsYfOuZY7eLON8jhR+Zpxi5O0VcU6kaa5puyJw2RxUGu+pDd3kNkgkuJY4EzjdIwUZ9MmmoubslciVSNNXm7IlHIpDXdClfegoiuJ47WCSaZ1jijUs7ucBQOpJpq8nZGcpKEW5beYyyuoNQt47i2mSeFxlZI23KeccGnJOL5ZKzFTnGpFSptWfYsbc96RpYTAB7UgtcUHFAahuoGG7kUgHUwEPSgDzj4uI2ny6Drap5i2F0N6465KsMnsPkx/wIV6+X2qKpQb+JHzOcp03SxS+yzP8AGV6fH/iTTfD9id1nHsuriZRkYK5z9ArcepcdMV0YaH1SjKvLfa39ehxY2r/aeJp4Wnto2/VX/AZqfxU1G5ubx9KbTYLK2cqPtUwEkwGeVBYcHjgfnmojl8Uoqo3d9uhU87nOU3S5Uo6Wd7v0Mjxx4wn8YeDNPukVbeNLkxXcI5zJtyhGRnBAfuMdOetdOFwyw9dxnrdaHHj8bLG4SM0uWz19dLW8tzpNW+IOr6RHY6Wy6fHrMsZlnllkCwRLltq8kc7QOp/PPHJDBRqc1XXkT7HpTzSpQUKLUee2uunlp/wSDS/ipez2+q2d4LYahBbSTW89uweNyqbsHBIzgE5z7dquWXwXJOLfK2k77q5nTzmpJVKc0uZXtvbT5/qU9P8AGPibxTpGoTT2lq2jxWtwJ3CEByImIHLZ67R8vrU1cPQoTjGMnzXX5ioY3E42jUnOC5Enffs/PuFt4/uvCXg3w5JZ2Vt5Nz9o3wNvONsuPlbceTkk5zW8sJCviKqnJ6W/IxjmNTA4Sh7KCaaemvfpr5m/ofjzVrXXv7K8SWtvbSS27XMckRwEUAsQ3JHRW7/w45rinhaUqXtaEm1e2p6lLMMRDEfV8TBXtdNf8G5kx+LvF2v2t5rmmJb2+k2rMVgmUbpUXk9iScDnBHoK1lh8NQcadST5mc8MbjsUp1aCShHvfX8SvH8Stbi8DpqbPDJd/wBoG2JkiwNnl7uQMc5rSGBpTxLo3drXMZZpXhhIV7Lmba+75k0njLxfpB0/VdZtkt9JkmVZIY4xu2sD25YYHPOOcA1j7HC1HKnTbuk39yOj63jqXJWrxXK2k/m7dzodE8S3viTx7eRWV0P7DsI9kgCqRLIcjg9RznpxhPeuerQVCjFzXvSO3D4qeKxclTfuRX3tnc1557YUAZfiXRY/EGh3lhJgefHtVjn5W6q34HB/CtaVV0ZqaOXFYeOJpOlLqch8LvA8/huO7u7+PZfykwqobO2MH+pGfoB6134/Equ1CO36nlZVgHhYudXdtr5X/X/hjn/+Fdan4fmuYINFstftZifJmmYI8Ppuzg49h+ld8cdCqlKU3F+R4k8pr0JNKCmne3kSXnwy1K28DmzgSO51OW8WeZY2CqqhSoAJx0zn8TWcMfTlied/ClY1qZRWp4L2S1k2m/lt+pqeL/AF1Nrset2FpbaizRKlxY3XSQgBQQTwOAPTp9axw+MjGm6M20r3R04zLZ1Kirxim2kmn5GXZfD6/wBur6ncabBprGymitdOtjvYOyEbsjOTgkcevsK6J42k3CmnfVXfozkpZZV5atacbOzsl3aOi8K6FeJ8MptLltXtbuSCeMRykDJfdg8HjqOtceJqwliudO60PTwVCccBKly2bv8Aic+fBGrf2V4OhlsS32G4lN1GJF+VWmDDvz8ozxXX9apOpWmnvt9x5ssDX9lhotfBv82bviTw5c6j8RdMvDZPcaX9ke3uJFYADcsgIIyD0YdPWuLD1lTwso3s7po9TF4adXMKUre607v1TMqTwn4v0fT7vR9NuLWfSJd6x7yPMjQ5OM4HJzjv7Yro9thqzVSqveOFYLMMLB4eg04PbuZmoeC9Uj+Gtjp66bKb835lliDBjgqwBJBwOijrXTTxNJ4qU29LWOarhcRHAQhy+8pP8zt/io8K+B79Zi2H2KgUjJbepHX6ZPsDXlYFN4mPKe/nDj9Rqc3l+aIvhR4cXQ/DMNwxzcXwE7H0UjKDHbg/qfarx9f21XTZaE5Rhfq+H5nvI7avNPcCgAoAKACgBksqQIzyOsaKMlmOABTSbdkTKUYLmk7Io2Wv6ZqcxitNQtbmQDJSGZWP5A1rKjUgryi18jCGJoVJcsJpvyaZA3inSkivpDfQlbL/AI+CGz5fJGD75BGPWn7Go7JLfYj63h7Skpr3d/L1L9leQ39rDcwSCSGVQ6MO4IyKylFwfLLdHRCpCpFTg7pkzsAOe1JeRd7K9yno+s2WuWgurG4S4hJ27kPQjse4/GrqQnTfLNWMqNanXjzUZcy8i9ketZmtxaBmdq+iWWuWwgvrZLmIHcFcdD0yD26mrhOUJXiZVKUK0bTVy5bwJbRRxRoEjRQqqowAB0FQ227suMVFJIloKCgAoAKAEoA838ZQSeM/G9t4e+1PbWFvB9onVcgyncDj0OPlwecc/SvVw81h8PKta7vb+vvPm8dTeOxUMLzWja7t1/qxav8A4SaS4gk0x5tIuo5AxmhkZmI79W4PuOnvSjmFXVT95NDnktB8vsZODj17nI2WI/8AhYodY5YlkLFJlLKxErkDAII+ueDzXpTXN9Xtv/wDwIvk+tp69f8AyZF658aap4d0DwqumW0IF7A6LbCJmG4EBdvOedwPXn8a5/qtOrVrSm3o1r956DzCth6OHjSiveT/ADRu+EvE+rv4guvD3iAQm7SLzo5UGAwIB24xhuGPI/unrXLXw9NU/rFJ6Xt/wT08LjqzxMsJiEua17rb0t/Wxy/hrxdcaP4LS30uyhi1G+1Fra3WPO0HbH8x3E5PzAcnHI9MHrr0FUxDlUfupXPMwmKnTwUYUl70pWR0+haf4w0LWrY3d1Hq9ldn/SAW/wCPc8EsCQMd8AcHpgdvPqfVasJOCcZLbzPXoU8dQqL2klOL36W/zPQl6VwHtIWgYUAFABQAUAFACHmgDkPGXg671bULTVtIu0sdXtVMayPna6HPyng+p7Hqc9sd2HrxhGVOpG8WeTi8JUqSVbDy5Zr8V2Mq1074hNfRNLqlilsrgupRfnXPI/1ef5V0N4CMXywd/wCvM86EM2nJXnFK+ul9PuMxPB2tTXfjGAWwgGptuguJHGwgS5wcZIJUntXV9apKNGTfw6P7rHC8FXnUrxS+Jafen+hf1DwhqU03gYLbqy6Xs+1fvABHjy/fn7p6VyLEQtW1+J6fidzwVVSwt435L3/AvanoGoTfE7TtXigzZQ25jebePvbZB0zn+IdqinWprCSpN6t/rc0qYar/AGmq6Wlv0a/Uw9N+Gmpx+Go4hNFa6zZXxubaUPmNgQgyeD/cyMjtyOa2njKbrN/Zas+5jSy6ssJFaKcW2vwNnRD47u9bibUDZ2enwkLIiqD569yMZIP4qPY1hVjg40rU022dOGeZTrJ17KK38/wO9XpXnH0F7i0AFABQAUAFABQAUAIRnvQAm33oWgmr7i7aQCbKbb6DWgbaNRW6Bto1ANvPWgLIXpQMWgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAEoATfzQL0FBzQMC2KAE3UCFoGLQA0tj0/OgBQc0ALQA0timAbuKQDqACgAoAQ9KAOX8a3V9pi6fqNkJJ3gn2PbCQqkokGwBuxwxQj0rrw8YzcoPT/ganl42dSioVoq9nql1T0Obg8Q67pMl/Ld7pnsTFp5ZyBEzElzOwLKASnl9WHLjkVtKnSfKovR6+emljjVfE0VOdXVppeWut9X2t13udJZa3d674Uvrh1W2mEcqxzQOGD4U4ddrED6Bj061g6cY1Euh1RxE6+FnO1pLmX3dtWZNh4g1Sz0uG4ufKVpLO08uRpWlUKzESTuMLjAKk8/8CHWtOSDly37/gjFV61GnGU1Z2iu631b22uiRvHV9bWNxdqLXVoEuDaRPYxOBJIY1aM53NhSxKfUrz6tUIzlyLR7u7/4CKnjatKHtGlJXtppe+z3e70/Esab4w1C78Sf2dNFbxosjwsPlWQ7VJ8wDzC21iBgbOAR8xqZ0YQhzJ3dk/vdrF08ZUnW9m46Xa6dFe++3yGa/PM3i+yia7FtB5UTKj35tt7mRgQE2nzDgD5eOwzzSpW9m3a/yv8AiViG/bJc1l2va/ys7/gMvPGeqae19C1pDNJYALPMilU3PIBGRuYAARnc2W68ZHWrhQhPld7c23ol1+ZjPGVafOuW/J8r3ata72t5hpvjLVdTvtNtVhtYxcSzrJOMOCkYQ5ULIQCdzL95sEZ9qJUKcYuV+if338vIqnjKlSUIJJXck3vsr30fUguvFGqakYUhC2wg1G3sppgpxJJvYSbRu+7wvHPUg+tXGhCMW5Po2czxtaq4qKtaSi/XW/5fiZ0XiPU4vDsSNcifzleWJmLrKu27SPDOH+bO/wBumORmh0oSno+34xuT9Zq06cuZ3tzPbtJrv1Nafxzqlqm5rKG5MzXUdvHCG3ZhYjLcnIODwOfl75wEsPTbavtb8Tb6/WjCM5xVpXtvpbq+/wCBr+Gdfm1TUb62kvLLUIoEidLmyQqpLb8qQWbpsHQ1hVpqEIySavffyO/D4h1Zzg5J2taya39TpK5TvCgBjRK4wyhhnOD60A9dGVdTnTT7C4uPIkuAil2ihALuMc4BIycVUU20kZVJKEZTav3KNp4k0u5S4dLiNLSBliNy8irEzkZ2qc8kAj25+uNZU5wtfcwjXpTTSei697/1qWze2IyvnwgIyxnDjgvjaPYnIwO+RWPK73tqdHPBq11/W35DbK70/UUmNpNBdKrDeYnDgNgEZweD0P5Vb5otXRC9m4Pl1XUzdO8X6bfo88qvp4ECTh7vagaJjhXDBiME+pz7c1pKlOGm/oc1LF0arT2uk9fPQuf2zps2oWdp5sUs1xEZ4CGUhlGORzznJIx2U+lZxjOMW9jdypVHF6Nu7X5afeQT+J9Mt7zVLZi32mwg+0TR45ZNu7K889QPxpqnOXLLuS61OEp0+qV38kWodQ06a5tIjJDFeNH5kVu7qJQpHOFznp1xxx7UvfSbtoW3SbUL6r/L/JjLC50m3huktbi38q2keSfbKGETlizFjn5eSx56c+lEnJtXT1M4KjTi1BrR3fq3f/MitNe0e6BMc9uIxOLaOTeuyRiquAhzz94dO4PpVuE/1DnoeTT/AOHNK80u0v7d4Z4EkjdGQgjswIbHpnJ6VnGcoS5k9f8AI3nShUi4SWj0INK0Kz0d5XtkkDy4DvLM8rEAcDLEnAyePeqnVlUSUnt+pFKhCjfk6+bNKsjoCgAoAa/SgDjNL8FXekado6wXMP22wSePdJCXjYSNuPcEEYHOfWux1oy5lJaOz+48aGDqUqVNQesU/T3gt/AlxZzQLDfD7KxtnuVaH5meDbt2HPyhtoyDn61X1pNO8ddbfO1yVgJRlG0vd0b+V7W+82vCuhv4f0C2093Ejxb8soODuct/WsKtRVJ8yVtEvuSR34ejKjRdNu7u397bM2PwNDaaLb2tqVt7uLy2e4jVk851UrltjBsfMx4bg468g6TryqScpdTGng4UqUYR3svwVi7onhgaO9mwk3GGKdHHzHc0siOTliT1U9SetTVre0b87fgrFYbC+wUV2v8Ai7lHWfAw1ZtYkN00ct4VMLonMWIvLZSc/MrDORx19cGilW9moq17EV8GqznJOzez7O1h1x4O+0a1JdGeQ20kqzvEXkBDqoVduHCY+Veqk9eemLjX5UtNSHgfaVHJv3W79VbS1ipY/D97S38sXZMtusSWsjeY4UI6uA4ZyCCUXhdvfGOw699GtGZwwDhHfVbb933LLeFdSlcTNfwpcNei6eSG3ZPlCIhVRvPUIQd2Qc5xwKFVhHRLS1jSpha1RJylre/6HTWizLBH9oZHnwN7RqVUnvgEnA/E1yPyPUjzW94sUigoAKACgAoAKACgAoAQsB1o3Azn8TaRHI8b6pZLIjbGU3CAq3oRng1XLLsY+2p3tzK5oJIrjKnI9RU7OxqmmrodQMKACgAoAKACgAoAKACgAoAKACgDFliTVZ71Lkebb27LGIHwUY7A25h3++ODkfKD16afClY5JPm5nLZI5V/iUsFrdsulKFt7hYNgmwGzv5+7xjZ09/autULv4jy/r8eWypq39dkjpCU023try1jEKXEkSyQKfkO8gZA6AgsDkDnHPYjnau2n0PQk/ZxjUj10sb4rA7xaACgAoAKACgD/AP/Z",
"timestamp": 345571527092
},
{
"timing": 3488,
"timestamp": 345571875892,
"data": "data:image/jpeg;base64,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"
}
]
}
},
"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](https://web.dev/tabindex/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"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](https://web.dev/list/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"headings": [],
"type": "table"
}
},
"apple-touch-icon": {
"id": "apple-touch-icon",
"title": "Provides a valid `apple-touch-icon`",
"description": "For ideal appearance on iOS when users add a progressive web app to the home screen, define an `apple-touch-icon`. It must point to a non-transparent 192px (or 180px) square PNG. [Learn More](https://web.dev/apple-touch-icon/).",
"score": 1,
"scoreDisplayMode": "binary",
"warnings": []
},
"custom-controls-roles": {
"id": "custom-controls-roles",
"title": "Custom controls have ARIA roles",
"description": "Custom interactive controls have appropriate ARIA roles. [Learn more](https://web.dev/custom-control-roles/).",
"score": null,
"scoreDisplayMode": "manual"
},
"tap-targets": {
"id": "tap-targets",
"title": "Tap targets are sized appropriately",
"description": "Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more](https://web.dev/tap-targets/).",
"score": 1,
"scoreDisplayMode": "binary",
"displayValue": "100% appropriately sized tap targets",
"details": {
"items": [],
"headings": [],
"type": "table"
}
},
"font-size": {
"id": "font-size",
"title": "Document uses legible font sizes",
"description": "Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have \u003e60% of page text ≥12px. [Learn more](https://web.dev/font-size/).",
"score": 1,
"scoreDisplayMode": "binary",
"displayValue": "100% legible text",
"details": {
"type": "table",
"items": [
{
"coverage": "0.00%",
"selector": "body",
"fontSize": "10px",
"source": {
"url": "https://www.spurlockroadvet.com/",
"line": 204,
"type": "source-location",
"urlProvider": "network",
"column": 515
}
},
{
"source": {
"value": "Legible text",
"type": "code"
},
"fontSize": "≥ 12px",
"coverage": "100.00%"
}
],
"headings": [
{
"itemType": "source-location",
"key": "source",
"text": "Source"
},
{
"key": "selector",
"text": "Selector",
"itemType": "code"
},
{
"itemType": "text",
"text": "% of Page Text",
"key": "coverage"
},
{
"key": "fontSize",
"itemType": "text",
"text": "Font Size"
}
]
}
},
"timing-budget": {
"id": "timing-budget",
"title": "Timing budget",
"description": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/budgets).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"items": [
{
"subItems": {
"type": "subitems",
"items": []
},
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js.map"
},
{
"subItems": {
"items": [],
"type": "subitems"
},
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpaCommons.59a23c41.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpaCommons.59a23c41.chunk.min.js.map"
},
{
"subItems": {
"items": [],
"type": "subitems"
},
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js"
},
{
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/sosp.709c6b6b.chunk.min.js",
"subItems": {
"items": [],
"type": "subitems"
},
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/sosp.709c6b6b.chunk.min.js.map"
},
{
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.b736f610.chunk.min.js",
"subItems": {
"items": [],
"type": "subitems"
},
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.b736f610.chunk.min.js.map"
},
{
"subItems": {
"type": "subitems",
"items": []
},
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.5199e01f.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.5199e01f.chunk.min.js.map"
},
{
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.9a93f372.chunk.min.js",
"subItems": {
"items": [],
"type": "subitems"
},
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.9a93f372.chunk.min.js.map"
},
{
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.e7ced280.chunk.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.e7ced280.chunk.min.js",
"subItems": {
"items": [],
"type": "subitems"
}
},
{
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js",
"subItems": {
"items": [],
"type": "subitems"
}
},
{
"subItems": {
"type": "subitems",
"items": []
},
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/page-features.a52bf680.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/page-features.a52bf680.chunk.min.js.map"
},
{
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooiTpaSharedConfig.9087e72f.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooiTpaSharedConfig.9087e72f.chunk.min.js.map",
"subItems": {
"type": "subitems",
"items": []
}
},
{
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.10ae0805.chunk.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.10ae0805.chunk.min.js",
"subItems": {
"type": "subitems",
"items": []
}
},
{
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/menuContainer.e49ae7d8.chunk.min.js",
"subItems": {
"items": [],
"type": "subitems"
},
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/menuContainer.e49ae7d8.chunk.min.js.map"
},
{
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js.map",
"subItems": {
"type": "subitems",
"items": []
},
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js"
},
{
"subItems": {
"items": [],
"type": "subitems"
},
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/loginSocialBar.f0038327.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/loginSocialBar.f0038327.chunk.min.js.map"
},
{
"subItems": {
"type": "subitems",
"items": []
},
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.387b205e.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.387b205e.chunk.min.js.map"
},
{
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js.map",
"subItems": {
"items": [],
"type": "subitems"
}
},
{
"scriptUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js.map",
"subItems": {
"type": "subitems",
"items": []
}
},
{
"subItems": {
"type": "subitems",
"items": []
},
"sourceMapUrl": "https://static.parastorage.com/services/wix-perf-measure/1.756.0/wix-perf-measure.bundle.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/wix-perf-measure/1.756.0/wix-perf-measure.bundle.min.js"
},
{
"scriptUrl": "https://static.parastorage.com/services/tag-manager-client/1.427.0/siteTags.bundle.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/tag-manager-client/1.427.0/siteTags.bundle.min.js.map",
"subItems": {
"items": [],
"type": "subitems"
}
},
{
"subItems": {
"type": "subitems",
"items": []
},
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~mobile.60dd2e4b.chunk.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~mobile.60dd2e4b.chunk.min.js"
},
{
"subItems": {
"type": "subitems",
"items": []
},
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js"
},
{
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js",
"subItems": {
"items": [],
"type": "subitems"
},
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js.map"
},
{
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].37c94a7e.bundle.min.js",
"subItems": {
"type": "subitems",
"items": []
},
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].37c94a7e.bundle.min.js.map"
},
{
"subItems": {
"type": "subitems",
"items": []
},
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[StripSlideshow].7e484080.bundle.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[StripSlideshow].7e484080.bundle.min.js.map"
},
{
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[SkipToContentButton].63d61644.bundle.min.js.map",
"subItems": {
"items": [],
"type": "subitems"
},
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[SkipToContentButton].63d61644.bundle.min.js"
},
{
"subItems": {
"items": [],
"type": "subitems"
},
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MeshGroup].e2f9ea28.bundle.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MeshGroup].e2f9ea28.bundle.min.js.map"
},
{
"subItems": {
"items": [],
"type": "subitems"
},
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MenuContainer_Classic].e42c894a.bundle.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MenuContainer_Classic].e42c894a.bundle.min.js"
},
{
"subItems": {
"items": [],
"type": "subitems"
},
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js",
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js.map"
},
{
"sourceMapUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[Container_DefaultAreaSkin].80b00440.bundle.min.js.map",
"scriptUrl": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[Container_DefaultAreaSkin].80b00440.bundle.min.js",
"subItems": {
"type": "subitems",
"items": []
}
}
],
"headings": [
{
"subItemsHeading": {
"key": "error"
},
"itemType": "url",
"text": "URL",
"key": "scriptUrl"
},
{
"itemType": "url",
"text": "Map URL",
"key": "sourceMapUrl"
}
]
}
},
"listitem": {
"id": "listitem",
"title": "List items (`\u003cli\u003e`) are contained within `\u003cul\u003e` or `\u003col\u003e` parent elements",
"description": "Screen readers require list items (`\u003cli\u003e`) to be contained within a parent `\u003cul\u003e` or `\u003col\u003e` to be announced properly. [Learn more](https://web.dev/listitem/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [],
"items": []
}
},
"aria-treeitem-name": {
"id": "aria-treeitem-name",
"title": "ARIA `treeitem` 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 more](https://web.dev/aria-name/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"third-party-facades": {
"id": "third-party-facades",
"title": "Lazy load third-party resources with facades",
"description": "Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. [Learn more](https://web.dev/third-party-facades/).",
"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 more](https://web.dev/csp-xss/)",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"type": "table",
"items": [
{
"severity": "High",
"description": "No CSP found in enforcement mode"
}
],
"headings": [
{
"itemType": "text",
"key": "description",
"subItemsHeading": {
"key": "description"
},
"text": "Description"
},
{
"itemType": "code",
"text": "Directive",
"key": "directive",
"subItemsHeading": {
"key": "directive"
}
},
{
"text": "Severity",
"itemType": "text",
"subItemsHeading": {
"key": "severity"
},
"key": "severity"
}
]
}
},
"font-display": {
"id": "font-display",
"title": "Ensure text remains visible during webfont load",
"description": "Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://web.dev/font-display/).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"headings": [
{
"text": "URL",
"key": "url",
"itemType": "url"
},
{
"text": "Potential Savings",
"itemType": "ms",
"key": "wastedMs"
}
],
"items": [
{
"wastedMs": 1572.619000042323,
"url": "https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2"
}
],
"type": "table"
},
"warnings": []
},
"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](https://web.dev/http-status-code/).",
"score": 1,
"scoreDisplayMode": "binary"
},
"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](https://web.dev/aria-valid-attr-value/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"preload-fonts": {
"id": "preload-fonts",
"title": "Fonts with `font-display: optional` are preloaded",
"description": "Preload `optional` fonts so first-time visitors may use them. [Learn more](https://web.dev/preload-optional-fonts/)",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"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 More](https://support.google.com/webmasters/answer/9112205)",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"items": [],
"headings": []
}
},
"canonical": {
"id": "canonical",
"title": "Document has a valid `rel=canonical`",
"description": "Canonical links suggest which URL to show in search results. [Learn more](https://web.dev/canonical/).",
"score": 1,
"scoreDisplayMode": "binary"
},
"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](https://web.dev/td-headers-attr/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"script-treemap-data": {
"id": "script-treemap-data",
"title": "Script Treemap Data",
"description": "Used for treemap app",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"nodes": [
{
"name": "https://www.spurlockroadvet.com/",
"resourceBytes": 192099
},
{
"resourceBytes": 69,
"name": "https://static.parastorage.com/unpkg/core-js-bundle@3.2.1/minified.js"
},
{
"name": "https://static.parastorage.com/unpkg/focus-within-polyfill@5.0.9/dist/focus-within-polyfill.js",
"resourceBytes": 94
},
{
"name": "https://polyfill.io/v3/polyfill.min.js?features=fetch",
"resourceBytes": 53
},
{
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js",
"resourceBytes": 163787,
"children": [
{
"unusedBytes": 45561,
"name": "webpack:",
"children": [
{
"unusedBytes": 45561,
"resourceBytes": 136715,
"children": [
{
"name": "node_modules",
"children": [
{
"children": [
{
"resourceBytes": 1796,
"unusedBytes": 886,
"name": "bi-logger-sanitizer/dist/src",
"children": [
{
"unusedBytes": 31,
"name": "app.js",
"resourceBytes": 98
},
{
"unusedBytes": 855,
"resourceBytes": 1698,
"children": [
{
"name": "hashers.js",
"resourceBytes": 448,
"unusedBytes": 306
},
{
"resourceBytes": 452,
"name": "replacers.js",
"unusedBytes": 126
},
{
"resourceBytes": 476,
"unusedBytes": 260,
"name": "sanitizers.js"
},
{
"unusedBytes": 163,
"resourceBytes": 322,
"name": "validators.js"
}
],
"name": "lib"
}
]
},
{
"children": [
{
"resourceBytes": 192,
"name": "config.js"
},
{
"name": "index.js",
"resourceBytes": 65
},
{
"unusedBytes": 44,
"name": "lib",
"resourceBytes": 1020,
"children": [
{
"resourceBytes": 223,
"name": "policy.js"
},
{
"name": "utils.js",
"resourceBytes": 797,
"unusedBytes": 44
}
]
},
{
"name": "manager-master.js",
"resourceBytes": 1786,
"unusedBytes": 119
},
{
"unusedBytes": 1167,
"resourceBytes": 1455,
"name": "manager-slave.js"
},
{
"unusedBytes": 359,
"name": "storage",
"children": [
{
"resourceBytes": 1066,
"name": "config-storage.js",
"unusedBytes": 177
},
{
"unusedBytes": 182,
"resourceBytes": 1152,
"name": "cookie-storage.js"
}
],
"resourceBytes": 2218
},
{
"name": "types.js",
"resourceBytes": 196
}
],
"name": "bsi-manager/dist/src",
"unusedBytes": 1689,
"resourceBytes": 6932
},
{
"name": "cookie-consent-policy-client/dist/statics/app.bundle.js",
"resourceBytes": 5998,
"unusedBytes": 2652
},
{
"name": "editor-elements-conventions/dist/esm",
"unusedBytes": 2464,
"resourceBytes": 7199,
"children": [
{
"resourceBytes": 1894,
"unusedBytes": 1371,
"name": "bundles.js"
},
{
"unusedBytes": 30,
"name": "helpers.js",
"resourceBytes": 204
},
{
"name": "presets.js",
"unusedBytes": 778,
"resourceBytes": 892
},
{
"unusedBytes": 285,
"name": "conventions",
"children": [
{
"name": "editor.js",
"resourceBytes": 1186
},
{
"name": "dataBinding.js",
"resourceBytes": 196,
"unusedBytes": 30
},
{
"resourceBytes": 404,
"name": "documentManagement.js"
},
{
"resourceBytes": 162,
"unusedBytes": 22,
"name": "corvid.js"
},
{
"unusedBytes": 69,
"name": "thunderboltPreview.js",
"resourceBytes": 644
},
{
"resourceBytes": 341,
"unusedBytes": 69,
"name": "thunderbolt.js"
},
{
"unusedBytes": 73,
"name": "index.js",
"resourceBytes": 603
},
{
"name": "editorX.js",
"resourceBytes": 293
},
{
"resourceBytes": 163,
"name": "siteAssets.js",
"unusedBytes": 22
}
],
"resourceBytes": 3992
},
{
"resourceBytes": 217,
"name": "hosts.js"
}
]
},
{
"name": "editor-elements-registry",
"resourceBytes": 18198,
"unusedBytes": 5532,
"children": [
{
"name": "2.0/thunderbolt.js",
"resourceBytes": 718,
"unusedBytes": 143
},
{
"name": "dist/2.0",
"resourceBytes": 17480,
"children": [
{
"unusedBytes": 283,
"resourceBytes": 595,
"name": "createException.js"
},
{
"name": "createRegistry.js",
"unusedBytes": 1078,
"resourceBytes": 3405
},
{
"resourceBytes": 499,
"unusedBytes": 153,
"name": "entries/thunderbolt.js"
},
{
"children": [
{
"name": "createComponentLoaders.js",
"unusedBytes": 593,
"resourceBytes": 2113
},
{
"name": "createResourceLoader.js",
"unusedBytes": 241,
"resourceBytes": 1953
},
{
"name": "evaluateBundle.js",
"unusedBytes": 1503,
"resourceBytes": 3524
},
{
"name": "loadAssets.js",
"resourceBytes": 600,
"unusedBytes": 287
},
{
"unusedBytes": 434,
"resourceBytes": 742,
"name": "loadExternalRegistry.js"
}
],
"name": "loaders",
"resourceBytes": 8932,
"unusedBytes": 3058
},
{
"name": "manifest/createManifestAPI.js",
"resourceBytes": 2858,
"unusedBytes": 691
},
{
"name": "toolbox/validateLibraryURL.js",
"resourceBytes": 379
},
{
"name": "types.js",
"resourceBytes": 50
},
{
"unusedBytes": 126,
"name": "utils.js",
"resourceBytes": 762
}
],
"unusedBytes": 5389
}
]
}
],
"name": "@wix",
"unusedBytes": 13223,
"resourceBytes": 40123
},
{
"resourceBytes": 3699,
"unusedBytes": 3600,
"name": "blueimp-md5/js/md5.js"
},
{
"unusedBytes": 395,
"name": "fastdom/fastdom.js",
"resourceBytes": 1432
}
],
"resourceBytes": 45254,
"unusedBytes": 17218
},
{
"resourceBytes": 125,
"unusedBytes": 124,
"name": "ds-feature-model-updates-invoker/src/symbols.ts"
},
{
"resourceBytes": 41,
"name": "feature-address-input/src/symbols.ts",
"unusedBytes": 40
},
{
"resourceBytes": 47,
"name": "feature-animations-wix-code-sdk/src/symbols.ts"
},
{
"name": "feature-animations/src/symbols.ts",
"resourceBytes": 74
},
{
"unusedBytes": 1027,
"resourceBytes": 2517,
"children": [
{
"unusedBytes": 394,
"resourceBytes": 856,
"name": "PageResourceFetcher.ts"
},
{
"name": "symbols.ts",
"resourceBytes": 28
},
{
"name": "PageAssetsLoader.ts",
"resourceBytes": 406
},
{
"unusedBytes": 633,
"resourceBytes": 1163,
"name": "PageStyleLoader.ts"
},
{
"resourceBytes": 64,
"name": "index.ts"
}
],
"name": "feature-assets-loader/src"
},
{
"resourceBytes": 131,
"name": "feature-authentication-wix-code-sdk/src/symbols.ts"
},
{
"name": "feature-auto-display-lightbox/src/symbols.ts",
"unusedBytes": 62,
"resourceBytes": 63
},
{
"unusedBytes": 54,
"name": "feature-background-scrub/src/symbols.ts",
"resourceBytes": 55
},
{
"name": "feature-breadcrumbs/src/symbols.ts",
"unusedBytes": 22,
"resourceBytes": 23
},
{
"unusedBytes": 75,
"name": "feature-browser-notifications/src/symbols.ts",
"resourceBytes": 76
},
{
"name": "feature-business-logger/src",
"resourceBytes": 1494,
"unusedBytes": 95,
"children": [
{
"name": "businessLogger.ts",
"resourceBytes": 781
},
{
"resourceBytes": 88,
"name": "bsiSdkHandlersProvider.ts"
},
{
"unusedBytes": 9,
"resourceBytes": 434,
"name": "bsiManager.ts"
},
{
"name": "index.ts",
"resourceBytes": 142,
"unusedBytes": 86
},
{
"resourceBytes": 49,
"name": "symbols.ts"
}
]
},
{
"name": "feature-chat/src/symbols.ts",
"unusedBytes": 15,
"resourceBytes": 16
},
{
"children": [
{
"name": "symbols.ts",
"resourceBytes": 91
},
{
"name": "clickHandlerRegistrar.ts",
"unusedBytes": 38,
"resourceBytes": 142
},
{
"resourceBytes": 558,
"name": "onLinkClickHandler.ts",
"unusedBytes": 462
},
{
"resourceBytes": 142,
"name": "previewTooltipCallback.ts",
"unusedBytes": 124
},
{
"name": "index.ts",
"resourceBytes": 52
}
],
"resourceBytes": 985,
"name": "feature-click-handler-registrar/src",
"unusedBytes": 624
},
{
"resourceBytes": 22,
"unusedBytes": 21,
"name": "feature-co-branding/src/symbols.ts"
},
{
"resourceBytes": 276,
"name": "feature-code-embed/src/symbols.ts",
"unusedBytes": 275
},
{
"name": "feature-common-config/src",
"resourceBytes": 815,
"unusedBytes": 166,
"children": [
{
"resourceBytes": 725,
"name": "commonConfig.ts",
"unusedBytes": 166
},
{
"resourceBytes": 41,
"name": "index.ts"
},
{
"name": "symbols.ts",
"resourceBytes": 49
}
]
},
{
"unusedBytes": 467,
"children": [
{
"name": "componentsLoaderInit.ts",
"resourceBytes": 136
},
{
"name": "componentsLoader.ts",
"resourceBytes": 1048,
"unusedBytes": 107
},
{
"name": "updateControlledComponentProps.ts",
"resourceBytes": 500,
"unusedBytes": 151
},
{
"name": "platformPropsSyncManager.ts",
"resourceBytes": 410,
"unusedBytes": 209
},
{
"name": "index.ts",
"resourceBytes": 77
},
{
"name": "symbols.ts",
"resourceBytes": 97
}
],
"resourceBytes": 2268,
"name": "feature-components-loader/src"
},
{
"name": "thunderbolt-commons/src",
"unusedBytes": 1093,
"children": [
{
"name": "componentUtils.ts",
"resourceBytes": 39
},
{
"resourceBytes": 27,
"name": "pageUtils.ts"
},
{
"resourceBytes": 797,
"name": "compStylesOverridesService.ts",
"unusedBytes": 193
},
{
"unusedBytes": 535,
"resourceBytes": 652,
"name": "cyclicTabbing.ts"
},
{
"resourceBytes": 394,
"name": "envUtils.ts"
},
{
"name": "errorPages.ts",
"resourceBytes": 117
},
{
"resourceBytes": 81,
"unusedBytes": 32,
"name": "hoverBoxUtils.ts"
},
{
"unusedBytes": 79,
"resourceBytes": 149,
"name": "platform/linkPatternUtils.ts"
},
{
"unusedBytes": 6,
"resourceBytes": 85,
"name": "promiseUtils.ts"
},
{
"name": "repeaterUtils.ts",
"resourceBytes": 88,
"unusedBytes": 46
},
{
"name": "tpa/withViewModeRestriction.ts",
"resourceBytes": 269,
"unusedBytes": 202
}
],
"resourceBytes": 2698
},
{
"unusedBytes": 26,
"name": "feature-components-qa-api/src/symbols.ts",
"resourceBytes": 27
},
{
"resourceBytes": 220,
"unusedBytes": 18,
"name": "feature-components-registry/src",
"children": [
{
"name": "symbols.ts",
"resourceBytes": 29
},
{
"resourceBytes": 148,
"name": "componentsRegistry.ts"
},
{
"resourceBytes": 43,
"unusedBytes": 18,
"name": "index.ts"
}
]
},
{
"resourceBytes": 187,
"name": "feature-components/src/symbols.ts"
},
{
"children": [
{
"resourceBytes": 958,
"unusedBytes": 364,
"name": "consentPolicyBrowser.ts"
},
{
"unusedBytes": 88,
"name": "consentPolicySdkHandlersProvider.ts",
"resourceBytes": 312
},
{
"resourceBytes": 213,
"name": "consentPolicyLogger.ts",
"unusedBytes": 213
},
{
"resourceBytes": 233,
"name": "types.ts"
},
{
"unusedBytes": 59,
"resourceBytes": 137,
"name": "index.ts"
},
{
"resourceBytes": 51,
"name": "symbols.ts"
}
],
"unusedBytes": 724,
"name": "feature-consent-policy/src",
"resourceBytes": 1904
},
{
"name": "feature-container-slider/src/symbols.ts",
"unusedBytes": 26,
"resourceBytes": 27
},
{
"unusedBytes": 107,
"name": "feature-content-reflow/src/symbols.ts",
"resourceBytes": 108
},
{
"unusedBytes": 52,
"name": "feature-cookies-manager/src/symbols.ts",
"resourceBytes": 53
},
{
"unusedBytes": 21,
"resourceBytes": 22,
"name": "feature-current-url/src/symbols.ts"
},
{
"name": "feature-custom-url-mapper/src/symbols.ts",
"resourceBytes": 55
},
{
"name": "feature-dashboard-wix-code-sdk/src/symbols.ts",
"resourceBytes": 45
},
{
"unusedBytes": 36,
"resourceBytes": 37,
"name": "feature-date-picker/src/symbols.ts"
},
{
"name": "feature-debug/src/symbols.ts",
"resourceBytes": 92
},
{
"resourceBytes": 140,
"name": "feature-dynamic-pages/src/symbols.ts"
},
{
"name": "feature-editor-elements-dynamic-theme/src/symbols.ts",
"unusedBytes": 37,
"resourceBytes": 38
},
{
"resourceBytes": 39,
"name": "feature-editor-wix-code-sdk/src/symbols.ts",
"unusedBytes": 38
},
{
"name": "feature-embedded-in-iframe/src",
"unusedBytes": 305,
"resourceBytes": 306,
"children": [
{
"name": "embeddedInIframe.ts",
"unusedBytes": 260,
"resourceBytes": 260
},
{
"unusedBytes": 45,
"resourceBytes": 46,
"name": "index.ts"
}
]
},
{
"unusedBytes": 48,
"name": "feature-environment-wix-code-sdk/src/symbols.ts",
"resourceBytes": 49
},
{
"children": [
{
"resourceBytes": 21,
"name": "symbols.ts"
},
{
"resourceBytes": 137,
"name": "env.ts"
},
{
"resourceBytes": 51,
"name": "index.ts"
}
],
"resourceBytes": 209,
"name": "feature-environment/src"
},
{
"name": "feature-fedops-wix-code-sdk/src/symbols.ts",
"resourceBytes": 39
},
{
"unusedBytes": 40,
"resourceBytes": 41,
"name": "feature-file-uploader/src/symbols.ts"
},
{
"resourceBytes": 27,
"unusedBytes": 26,
"name": "feature-header-container/src/symbols.ts"
},
{
"name": "feature-header-placeholder-height/src/symbols.ts",
"resourceBytes": 35,
"unusedBytes": 34
},
{
"unusedBytes": 88,
"resourceBytes": 89,
"name": "feature-hover-box/src/symbols.ts"
},
{
"name": "feature-image-placeholder/src/symbols.ts",
"resourceBytes": 55
},
{
"name": "feature-image-zoom/src/symbols.ts",
"resourceBytes": 175
},
{
"name": "feature-landing-page/src/symbols.ts",
"resourceBytes": 56
},
{
"resourceBytes": 28,
"name": "feature-language-selector/src/symbols.ts",
"unusedBytes": 27
},
{
"resourceBytes": 81,
"name": "feature-location-wix-code-sdk/src/symbols.ts"
},
{
"resourceBytes": 56,
"name": "feature-menu-container/src/symbols.ts"
},
{
"unusedBytes": 74,
"name": "feature-mobile-actions-menu/src/symbols.ts",
"resourceBytes": 75
},
{
"resourceBytes": 90,
"name": "feature-multilingual/src/symbols.ts"
},
{
"resourceBytes": 1074,
"children": [
{
"unusedBytes": 274,
"name": "navigationManager.ts",
"resourceBytes": 767
},
{
"name": "navigationPageDidMountHanlder.ts",
"unusedBytes": 46,
"resourceBytes": 155
},
{
"resourceBytes": 93,
"name": "index.ts"
},
{
"resourceBytes": 59,
"name": "symbols.ts"
}
],
"unusedBytes": 320,
"name": "feature-navigation-manager/src"
},
{
"name": "feature-navigation-phases/src",
"resourceBytes": 300,
"unusedBytes": 45,
"children": [
{
"name": "navigationPhases.ts",
"unusedBytes": 45,
"resourceBytes": 212
},
{
"name": "index.ts",
"resourceBytes": 31
},
{
"name": "symbols.ts",
"resourceBytes": 57
}
]
},
{
"name": "feature-navigation/src/symbols.ts",
"resourceBytes": 30
},
{
"resourceBytes": 32,
"unusedBytes": 31,
"name": "feature-onload-comps-behaviors/src/symbols.ts"
},
{
"name": "feature-ooi-tpa-shared-config/src/symbols.ts",
"resourceBytes": 61
},
{
"name": "feature-ooi/src/symbols.ts",
"resourceBytes": 169
},
{
"resourceBytes": 23,
"name": "feature-page-anchors/src/symbols.ts",
"unusedBytes": 22
},
{
"resourceBytes": 22,
"name": "feature-page-scroll/src/symbols.ts"
},
{
"name": "feature-page-transitions/src/symbols.ts",
"resourceBytes": 92
},
{
"children": [
{
"name": "pageUtils.ts",
"resourceBytes": 514
},
{
"unusedBytes": 374,
"name": "PageReflector.ts",
"resourceBytes": 1849
},
{
"resourceBytes": 225,
"name": "logicalReflector.ts"
},
{
"name": "pageBiReporting.ts",
"resourceBytes": 198
},
{
"unusedBytes": 57,
"resourceBytes": 1078,
"name": "pageInitializer.ts"
},
{
"name": "index.ts",
"resourceBytes": 98
},
{
"resourceBytes": 147,
"name": "symbols.ts"
}
],
"name": "feature-pages/src",
"resourceBytes": 4109,
"unusedBytes": 431
},
{
"resourceBytes": 87,
"name": "feature-password-protected-page/src/symbols.ts"
},
{
"name": "feature-platform-pubsub/src/symbols.ts",
"resourceBytes": 53
},
{
"resourceBytes": 116,
"name": "feature-popups/src/symbols.ts"
},
{
"unusedBytes": 653,
"resourceBytes": 655,
"children": [
{
"resourceBytes": 54,
"name": "constants.ts",
"unusedBytes": 53
},
{
"unusedBytes": 52,
"name": "symbols.ts",
"resourceBytes": 52
},
{
"name": "presenceApi.ts",
"resourceBytes": 314,
"unusedBytes": 314
},
{
"resourceBytes": 170,
"unusedBytes": 170,
"name": "presencePageDidMountHandler.ts"
},
{
"resourceBytes": 65,
"name": "index.ts",
"unusedBytes": 64
}
],
"name": "feature-presence-api/src"
},
{
"name": "feature-protected-pages/src/symbols.ts",
"resourceBytes": 26
},
{
"resourceBytes": 17,
"name": "feature-qa-api/src/symbols.ts",
"unusedBytes": 16
},
{
"resourceBytes": 89,
"unusedBytes": 88,
"name": "feature-quick-action-bar/src/symbols.ts"
},
{
"name": "feature-react-renderer/src",
"children": [
{
"name": "components",
"unusedBytes": 1314,
"resourceBytes": 6705,
"children": [
{
"name": "AppContext.tsx",
"unusedBytes": 59,
"resourceBytes": 296
},
{
"resourceBytes": 1157,
"name": "ErrorBoundary.tsx",
"unusedBytes": 754
},
{
"name": "hooks.tsx",
"unusedBytes": 204,
"resourceBytes": 2128
},
{
"name": "StructureComponent.tsx",
"resourceBytes": 838,
"unusedBytes": 11
},
{
"name": "extendStoreWithSubscribe.ts",
"resourceBytes": 670,
"unusedBytes": 139
},
{
"resourceBytes": 538,
"name": "ComponentsStylesOverrides.tsx",
"unusedBytes": 74
},
{
"name": "App.tsx",
"resourceBytes": 643,
"unusedBytes": 6
},
{
"name": "batchingStrategy.ts",
"unusedBytes": 67,
"resourceBytes": 435
}
]
},
{
"name": "HeadContent.ts",
"unusedBytes": 238,
"resourceBytes": 360
},
{
"name": "RendererPropsProvider.ts",
"resourceBytes": 327
},
{
"unusedBytes": 86,
"resourceBytes": 1301,
"children": [
{
"resourceBytes": 624,
"name": "reactClientRenderer.tsx",
"unusedBytes": 41
},
{
"resourceBytes": 677,
"name": "pageMountUnmountSubscriber.ts",
"unusedBytes": 45
}
],
"name": "clientRenderer"
},
{
"name": "ComponentsStylesOverrides.ts",
"unusedBytes": 152,
"resourceBytes": 219
},
{
"unusedBytes": 56,
"resourceBytes": 445,
"name": "pageTransitionsHandler.ts"
},
{
"resourceBytes": 204,
"name": "index.ts"
},
{
"name": "symbols.ts",
"resourceBytes": 108
}
],
"resourceBytes": 9669,
"unusedBytes": 1846
},
{
"children": [
{
"children": [
{
"name": "ds",
"resourceBytes": 213,
"children": [
{
"name": "layoutDone.ts",
"resourceBytes": 175
},
{
"resourceBytes": 38,
"name": "beckyPropsInitialStore.ts"
}
]
},
{
"name": "businessLogger.ts",
"resourceBytes": 34
},
{
"name": "clickHandlerRegistrar.ts",
"resourceBytes": 116
},
{
"name": "compEventsRegistrar.ts",
"resourceBytes": 31
},
{
"resourceBytes": 45,
"name": "componentsStylesOverrides.ts"
},
{
"resourceBytes": 332,
"name": "head.ts"
},
{
"name": "reporter.ts",
"resourceBytes": 32
},
{
"name": "router.ts",
"resourceBytes": 122
},
{
"resourceBytes": 96,
"name": "tpa.ts"
},
{
"resourceBytes": 29,
"name": "translate.ts"
}
],
"name": "symbols",
"resourceBytes": 1050
},
{
"name": "features",
"children": [
{
"resourceBytes": 43,
"name": "compEventsRegistrar/interfaces.ts"
},
{
"resourceBytes": 38,
"name": "compRefs/interfaces.ts"
},
{
"resourceBytes": 38,
"name": "compsLifeCycle/interfaces.ts"
},
{
"resourceBytes": 501,
"name": "thunderbolt/LifeCycle.ts"
}
],
"resourceBytes": 620
},
{
"resourceBytes": 87,
"name": "types/headContent.ts"
}
],
"resourceBytes": 1757,
"name": "thunderbolt-symbols/src"
},
{
"name": "feature-render-indicator/src/symbols.ts",
"resourceBytes": 35,
"unusedBytes": 34
},
{
"resourceBytes": 21,
"unusedBytes": 20,
"name": "feature-repeaters/src/symbols.ts"
},
{
"resourceBytes": 6163,
"children": [
{
"resourceBytes": 172,
"name": "constants.ts"
},
{
"name": "symbols.ts",
"resourceBytes": 19
},
{
"name": "reporter.ts",
"resourceBytes": 361
},
{
"resourceBytes": 219,
"name": "resolve-event-params.ts"
},
{
"name": "event-options.ts",
"resourceBytes": 218
},
{
"children": [
{
"resourceBytes": 538,
"name": "types.ts"
},
{
"resourceBytes": 422,
"name": "handlers.ts",
"unusedBytes": 330
},
{
"name": "index.ts",
"resourceBytes": 360,
"unusedBytes": 110
}
],
"resourceBytes": 1320,
"unusedBytes": 440,
"name": "tag-manager"
},
{
"resourceBytes": 691,
"children": [
{
"unusedBytes": 6,
"name": "init.ts",
"resourceBytes": 268
},
{
"resourceBytes": 202,
"name": "get-reporter-props.ts"
},
{
"resourceBytes": 221,
"name": "reporter-init.ts"
}
],
"name": "reporter-init",
"unusedBytes": 6
},
{
"name": "reporter-navigation-handler/reporter-navigation-handler.ts",
"unusedBytes": 197,
"resourceBytes": 834
},
{
"resourceBytes": 578,
"name": "report-page-view.ts"
},
{
"unusedBytes": 118,
"resourceBytes": 216,
"name": "track-event-handler.ts"
},
{
"name": "index.ts",
"resourceBytes": 108
},
{
"resourceBytes": 402,
"name": "types.ts"
},
{
"name": "utils.ts",
"resourceBytes": 206
},
{
"unusedBytes": 389,
"resourceBytes": 819,
"name": "utm-params.ts"
}
],
"unusedBytes": 1150,
"name": "feature-reporter/src"
},
{
"children": [
{
"resourceBytes": 416,
"name": "navigationMonitoring.ts"
},
{
"unusedBytes": 745,
"name": "router.ts",
"resourceBytes": 3201
},
{
"unusedBytes": 35,
"name": "routerInit.ts",
"resourceBytes": 405
},
{
"name": "navigationClickHandler.ts",
"unusedBytes": 7,
"resourceBytes": 81
},
{
"name": "commonNavigationClickHandler.ts",
"resourceBytes": 291,
"unusedBytes": 233
},
{
"resourceBytes": 527,
"name": "currentRouteInfo.ts",
"unusedBytes": 188
},
{
"name": "routingLinkUtilsAPI.ts",
"resourceBytes": 310
},
{
"resourceBytes": 2117,
"name": "urlManager.ts",
"unusedBytes": 703
},
{
"resourceBytes": 291,
"name": "reportBiClickHandler.ts",
"unusedBytes": 230
},
{
"name": "customUrlMiddleware.ts",
"resourceBytes": 436,
"unusedBytes": 128
},
{
"resourceBytes": 353,
"name": "pageJsonFileNameMiddleware.ts"
},
{
"resourceBytes": 348,
"name": "customNotFoundPageMiddleware.ts"
},
{
"resourceBytes": 176,
"name": "routingValidation.ts"
},
{
"resourceBytes": 60,
"name": "routerContext.ts"
},
{
"resourceBytes": 313,
"name": "pageNumber.ts"
},
{
"resourceBytes": 72,
"name": "pagesMap.ts"
},
{
"resourceBytes": 352,
"name": "index.ts"
},
{
"name": "queryParamsWhitelist.ts",
"unusedBytes": 12,
"resourceBytes": 895
},
{
"resourceBytes": 820,
"name": "resolveUrl.ts",
"unusedBytes": 28
},
{
"name": "symbols.ts",
"resourceBytes": 589
},
{
"resourceBytes": 1124,
"unusedBytes": 79,
"name": "urlUtils.ts"
}
],
"name": "feature-router/src",
"resourceBytes": 13177,
"unusedBytes": 2388
},
{
"resourceBytes": 86,
"unusedBytes": 85,
"name": "feature-screen-in/src/symbols.ts"
},
{
"resourceBytes": 920,
"children": [
{
"unusedBytes": 93,
"name": "scrollRestoration.ts",
"resourceBytes": 180
},
{
"resourceBytes": 212,
"unusedBytes": 70,
"name": "fullScreenScrollRestoration.ts"
},
{
"unusedBytes": 271,
"name": "scrollRestorationAPI.ts",
"resourceBytes": 357
},
{
"name": "index.ts",
"resourceBytes": 103
},
{
"resourceBytes": 68,
"name": "symbols.ts"
}
],
"unusedBytes": 434,
"name": "feature-scroll-restoration/src"
},
{
"resourceBytes": 168,
"name": "feature-scroll-to-anchor/src/symbols.ts"
},
{
"resourceBytes": 21,
"unusedBytes": 20,
"name": "feature-search-box/src/symbols.ts"
},
{
"name": "feature-seo-wix-code-sdk/src/symbols.ts",
"resourceBytes": 33
},
{
"children": [
{
"unusedBytes": 102,
"resourceBytes": 712,
"name": "seo-page.ts"
},
{
"resourceBytes": 12,
"name": "api/constants.ts"
},
{
"name": "seo-site.ts",
"unusedBytes": 2865,
"resourceBytes": 4635
},
{
"name": "index.ts",
"resourceBytes": 138
},
{
"resourceBytes": 51,
"name": "symbols.ts"
},
{
"name": "types.ts",
"resourceBytes": 361
}
],
"unusedBytes": 2967,
"name": "feature-seo/src",
"resourceBytes": 5909
},
{
"children": [
{
"resourceBytes": 14,
"name": "constants.ts"
},
{
"name": "clientSessionManager.ts",
"resourceBytes": 1577,
"unusedBytes": 682
},
{
"name": "sessionEnvDataProvider.ts",
"resourceBytes": 222
},
{
"resourceBytes": 40,
"name": "index.ts"
},
{
"name": "symbols.ts",
"resourceBytes": 53
}
],
"name": "feature-session-manager/src",
"resourceBytes": 1906,
"unusedBytes": 682
},
{
"resourceBytes": 54,
"name": "feature-site-members-wix-code-sdk/src/symbols.ts"
},
{
"resourceBytes": 3708,
"name": "feature-site-members/src",
"unusedBytes": 2622,
"children": [
{
"name": "constants.ts",
"resourceBytes": 696
},
{
"name": "symbols.ts",
"resourceBytes": 89
},
{
"unusedBytes": 2622,
"name": "utils.ts",
"resourceBytes": 2923
}
]
},
{
"children": [
{
"name": "siteScrollBlocker.ts",
"unusedBytes": 778,
"resourceBytes": 917
},
{
"unusedBytes": 17,
"name": "index.ts",
"resourceBytes": 41
},
{
"resourceBytes": 59,
"name": "symbols.ts"
}
],
"resourceBytes": 1017,
"name": "feature-site-scroll-blocker/src",
"unusedBytes": 795
},
{
"resourceBytes": 35,
"name": "feature-site-wix-code-sdk/src/symbols.ts"
},
{
"name": "feature-slider-gallery/src/symbols.ts",
"resourceBytes": 25,
"unusedBytes": 24
},
{
"resourceBytes": 21,
"name": "feature-social-url/src/symbols.ts",
"unusedBytes": 20
},
{
"resourceBytes": 16,
"name": "feature-sosp/src/symbols.ts"
},
{
"resourceBytes": 5904,
"children": [
{
"name": "stores.ts",
"resourceBytes": 1275,
"unusedBytes": 327
},
{
"resourceBytes": 1716,
"name": "materializedStore.ts",
"unusedBytes": 839
},
{
"name": "compRefs.ts",
"resourceBytes": 353,
"unusedBytes": 283
},
{
"resourceBytes": 1375,
"unusedBytes": 691,
"name": "compEventsRegistrar.ts"
},
{
"unusedBytes": 407,
"name": "compsLifeCycle.ts",
"resourceBytes": 627
},
{
"resourceBytes": 558,
"unusedBytes": 45,
"name": "index.ts"
}
],
"unusedBytes": 2592,
"name": "feature-stores/src"
},
{
"children": [
{
"resourceBytes": 440,
"name": "Queue.ts"
},
{
"name": "toposort.ts",
"resourceBytes": 285
},
{
"name": "utils.ts",
"resourceBytes": 400
},
{
"unusedBytes": 199,
"resourceBytes": 2140,
"name": "index.ts"
}
],
"unusedBytes": 199,
"resourceBytes": 3265,
"name": "materializer/src"
},
{
"children": [
{
"name": "symbols.ts",
"resourceBytes": 56
},
{
"resourceBytes": 1413,
"name": "structureApi.ts"
},
{
"unusedBytes": 960,
"resourceBytes": 1734,
"name": "baseStructureAPI.ts"
},
{
"resourceBytes": 761,
"unusedBytes": 719,
"name": "dsStructureApi.ts"
},
{
"name": "index.ts",
"resourceBytes": 65,
"unusedBytes": 29
}
],
"unusedBytes": 1708,
"resourceBytes": 4029,
"name": "feature-structure-api/src"
},
{
"name": "feature-telemetry-wix-code-sdk/src/symbols.ts",
"resourceBytes": 45,
"unusedBytes": 44
},
{
"name": "feature-test-api/src/symbols.ts",
"resourceBytes": 19,
"unusedBytes": 18
},
{
"resourceBytes": 743,
"unusedBytes": 24,
"children": [
{
"unusedBytes": 24,
"name": "thunderbolt.ts",
"resourceBytes": 615
},
{
"name": "index.ts",
"resourceBytes": 97
},
{
"resourceBytes": 31,
"name": "symbols.ts"
}
],
"name": "feature-thunderbolt-initializer/src"
},
{
"name": "feature-tiny-menu/src/symbols.ts",
"resourceBytes": 20,
"unusedBytes": 19
},
{
"resourceBytes": 245,
"name": "feature-tpa-commons/src/symbols.ts"
},
{
"resourceBytes": 29,
"name": "feature-tpa-module-provider/src/symbols.ts",
"unusedBytes": 28
},
{
"resourceBytes": 50,
"name": "feature-tpa-worker/src/symbols.ts"
},
{
"name": "feature-tpa/src/symbols.ts",
"resourceBytes": 259
},
{
"name": "feature-translations/src",
"children": [
{
"unusedBytes": 1426,
"name": "translationsUrl.ts",
"resourceBytes": 1682
},
{
"resourceBytes": 307,
"name": "translations.ts"
},
{
"name": "symbols.ts",
"resourceBytes": 47
},
{
"resourceBytes": 34,
"name": "index.ts"
}
],
"resourceBytes": 2070,
"unusedBytes": 1426
},
{
"resourceBytes": 103,
"name": "feature-triggers-and-reactions/src/symbols.ts",
"unusedBytes": 102
},
{
"unusedBytes": 48,
"resourceBytes": 419,
"children": [
{
"name": "warmupDataProvider.ts",
"resourceBytes": 244,
"unusedBytes": 30
},
{
"resourceBytes": 43,
"name": "index.ts",
"unusedBytes": 18
},
{
"name": "symbols.ts",
"resourceBytes": 132
}
],
"name": "feature-warmup-data/src"
},
{
"name": "feature-widget-wix-code-sdk/src/symbols.ts",
"resourceBytes": 59,
"unusedBytes": 58
},
{
"children": [
{
"resourceBytes": 92,
"name": "windowMessageRegistrar.ts"
},
{
"name": "index.ts",
"resourceBytes": 35
},
{
"name": "symbols.ts",
"resourceBytes": 42
}
],
"name": "feature-window-message-registrar/src",
"resourceBytes": 169
},
{
"resourceBytes": 94,
"name": "feature-window-scroll/src/symbols.ts"
},
{
"name": "feature-window-wix-code-sdk/src/symbols.ts",
"resourceBytes": 86
},
{
"unusedBytes": 136,
"name": "feature-wix-custom-element-component/src/symbols.ts",
"resourceBytes": 137
},
{
"name": "feature-wix-embeds-api/src",
"resourceBytes": 1564,
"unusedBytes": 387,
"children": [
{
"name": "types.ts",
"resourceBytes": 91
},
{
"name": "symbols.ts",
"resourceBytes": 23
},
{
"unusedBytes": 380,
"name": "wixEmbedsApiSite.ts",
"resourceBytes": 1172
},
{
"unusedBytes": 7,
"resourceBytes": 191,
"name": "wixEmbedsApiPageNavigation.ts"
},
{
"resourceBytes": 87,
"name": "index.ts"
}
]
},
{
"name": "feature-wixapps/src/symbols.ts",
"resourceBytes": 19,
"unusedBytes": 18
},
{
"children": [
{
"children": [
{
"children": [
{
"resourceBytes": 76,
"name": "AppController.tsx"
},
{
"resourceBytes": 103,
"name": "entry.ts"
}
],
"name": "AppController",
"resourceBytes": 179
},
{
"name": "AppPart/entry.ts",
"unusedBytes": 35,
"resourceBytes": 97
},
{
"name": "AppPart2/entry.ts",
"unusedBytes": 35,
"resourceBytes": 98
},
{
"unusedBytes": 70,
"resourceBytes": 240,
"children": [
{
"resourceBytes": 120,
"unusedBytes": 35,
"name": "Repeater_FixedColumns.entry.ts"
},
{
"resourceBytes": 120,
"name": "entry.ts",
"unusedBytes": 35
}
],
"name": "ColumnsRepeater"
},
{
"resourceBytes": 173,
"children": [
{
"name": "DivWithChildren.tsx",
"resourceBytes": 68
},
{
"name": "entry.ts",
"resourceBytes": 105
}
],
"name": "DivWithChildren"
},
{
"children": [
{
"resourceBytes": 66,
"name": "DynamicStructureContainer.tsx"
},
{
"resourceBytes": 115,
"name": "entry.ts"
}
],
"resourceBytes": 181,
"name": "DynamicStructureContainer"
},
{
"name": "FluidColumnsRepeater",
"unusedBytes": 120,
"resourceBytes": 290,
"children": [
{
"unusedBytes": 60,
"resourceBytes": 145,
"name": "Repeater_FluidColumns.entry.ts"
},
{
"unusedBytes": 60,
"resourceBytes": 145,
"name": "entry.ts"
}
]
},
{
"resourceBytes": 109,
"name": "FontRulersContainer/entry.ts",
"unusedBytes": 35
},
{
"name": "GhostCompRef/entry.ts",
"resourceBytes": 102,
"unusedBytes": 35
},
{
"children": [
{
"name": "PageMountUnmount.tsx",
"resourceBytes": 212,
"unusedBytes": 15
},
{
"resourceBytes": 106,
"name": "entry.ts"
}
],
"name": "PageMountUnmount",
"unusedBytes": 15,
"resourceBytes": 318
},
{
"unusedBytes": 35,
"name": "RemoteRefDeadComp/entry.ts",
"resourceBytes": 107
},
{
"name": "SiteStyles/entry.ts",
"resourceBytes": 100,
"unusedBytes": 35
},
{
"resourceBytes": 104,
"unusedBytes": 35,
"name": "TPAGluedWidget/entry.ts"
},
{
"resourceBytes": 97,
"unusedBytes": 34,
"name": "TPAModal/entry.ts"
},
{
"name": "TPAMultiSection/entry.ts",
"unusedBytes": 35,
"resourceBytes": 105
},
{
"unusedBytes": 35,
"name": "TPAPopup/entry.ts",
"resourceBytes": 98
},
{
"resourceBytes": 100,
"name": "TPASection/entry.ts",
"unusedBytes": 35
},
{
"resourceBytes": 99,
"name": "TPAWidget/entry.ts",
"unusedBytes": 35
},
{
"name": "TPAWorker/entry.ts",
"resourceBytes": 99,
"unusedBytes": 35
},
{
"resourceBytes": 292,
"name": "componentsLoaders.ts"
},
{
"name": "componentsRegistrar.ts",
"resourceBytes": 45
}
],
"name": "components",
"unusedBytes": 659,
"resourceBytes": 3033
},
{
"resourceBytes": 39,
"name": "build-utils/index.ts"
},
{
"resourceBytes": 26,
"name": "index.ts"
}
],
"resourceBytes": 3098,
"name": "thunderbolt-components-react/src",
"unusedBytes": 659
},
{
"resourceBytes": 39,
"name": "thunderbolt-ioc/src/ioc/symbols.ts"
},
{
"resourceBytes": 92,
"name": "thunderbolt-platform/src/symbols.ts"
},
{
"name": "thunderbolt-viewer-manager-types/src/symbols.ts",
"unusedBytes": 156,
"resourceBytes": 157
},
{
"resourceBytes": 920,
"unusedBytes": 141,
"children": [
{
"resourceBytes": 499,
"name": "client.ts",
"unusedBytes": 84
},
{
"resourceBytes": 81,
"name": "metrics.ts"
},
{
"resourceBytes": 85,
"name": "runtime.ts"
},
{
"name": "errors.ts",
"resourceBytes": 255,
"unusedBytes": 57
}
],
"name": "thunderbolt-components-registry/src"
}
],
"name": ".."
},
{
"resourceBytes": 989,
"name": "home/builduser/work/ec919e2529b45799/packages/thunderbolt-components-react/src/components|sync|/entry\\.ts$"
}
],
"resourceBytes": 137704
},
{
"name": "(unmapped)",
"unusedBytes": 7814,
"resourceBytes": 26083
}
],
"unusedBytes": 53375
},
{
"unusedBytes": 67343,
"children": [
{
"name": "webpack:",
"unusedBytes": 66613,
"children": [
{
"resourceBytes": 167425,
"children": [
{
"resourceBytes": 127790,
"unusedBytes": 53692,
"name": "node_modules",
"children": [
{
"name": "@wix",
"unusedBytes": 33792,
"resourceBytes": 92588,
"children": [
{
"children": [
{
"resourceBytes": 233,
"name": "consts.js"
},
{
"resourceBytes": 761,
"name": "consent-policy-accessor.js",
"unusedBytes": 129
},
{
"name": "index.js",
"unusedBytes": 255,
"resourceBytes": 777
}
],
"name": "consent-policy-client-accessor/dist/es/src",
"unusedBytes": 384,
"resourceBytes": 1771
},
{
"children": [
{
"resourceBytes": 300,
"unusedBytes": 189,
"name": "commonConfigValidator.js"
},
{
"resourceBytes": 765,
"unusedBytes": 32,
"name": "consts.js"
},
{
"unusedBytes": 58,
"name": "contentTypeValidator.js",
"resourceBytes": 156
},
{
"resourceBytes": 440,
"unusedBytes": 272,
"name": "emptyParamValuesValidator.js"
},
{
"unusedBytes": 2337,
"name": "errors.js",
"resourceBytes": 4298
},
{
"resourceBytes": 132,
"unusedBytes": 33,
"name": "idValidtor.js"
},
{
"name": "index.js",
"resourceBytes": 229
},
{
"resourceBytes": 1998,
"name": "kendash.js",
"unusedBytes": 1663
},
{
"resourceBytes": 315,
"name": "mandatoryParamsValidator.js",
"unusedBytes": 134
},
{
"resourceBytes": 134,
"unusedBytes": 38,
"name": "moduleValidtor.js"
},
{
"name": "pageValidtor.js",
"resourceBytes": 136,
"unusedBytes": 33
},
{
"resourceBytes": 123,
"unusedBytes": 111,
"name": "promisifiedValidator.js"
},
{
"unusedBytes": 44,
"name": "regexValidator.js",
"resourceBytes": 88
},
{
"resourceBytes": 128,
"unusedBytes": 33,
"name": "revisionValidtor.js"
},
{
"unusedBytes": 899,
"resourceBytes": 2094,
"name": "validator.js"
},
{
"name": "versionValidator.js",
"resourceBytes": 147,
"unusedBytes": 33
}
],
"name": "site-assets-validation/dist",
"resourceBytes": 11483,
"unusedBytes": 5909
},
{
"name": "web-bi-logger/dist/src",
"resourceBytes": 15042,
"children": [
{
"resourceBytes": 594,
"name": "constants.js"
},
{
"children": [
{
"name": "assert.js",
"unusedBytes": 108,
"resourceBytes": 339
},
{
"name": "browser.js",
"unusedBytes": 443,
"resourceBytes": 1056
},
{
"name": "common-config.js",
"resourceBytes": 521
},
{
"resourceBytes": 991,
"unusedBytes": 300,
"name": "env.js"
},
{
"unusedBytes": 242,
"resourceBytes": 714,
"name": "errors.js"
},
{
"resourceBytes": 718,
"name": "event-defaults.js"
},
{
"name": "publishers.js",
"unusedBytes": 1089,
"resourceBytes": 2799
},
{
"unusedBytes": 995,
"resourceBytes": 1450,
"name": "transport.js"
},
{
"resourceBytes": 897,
"unusedBytes": 150,
"name": "utils.js"
}
],
"unusedBytes": 3327,
"resourceBytes": 9485,
"name": "lib"
},
{
"name": "logger.js",
"unusedBytes": 1445,
"resourceBytes": 4549
},
{
"name": "types.js",
"resourceBytes": 414
}
],
"unusedBytes": 4772
},
{
"resourceBytes": 13734,
"name": "wix-bi-logger-client/dist",
"unusedBytes": 3196,
"children": [
{
"resourceBytes": 1456,
"unusedBytes": 553,
"name": "assert.js"
},
{
"resourceBytes": 3995,
"name": "bi-logger-factory.js",
"unusedBytes": 1288
},
{
"unusedBytes": 231,
"resourceBytes": 855,
"name": "bi-logger-manager.js"
},
{
"unusedBytes": 882,
"name": "bi-logger.js",
"resourceBytes": 4794
},
{
"name": "consent-policy.js",
"resourceBytes": 293
},
{
"name": "index.js",
"resourceBytes": 200
},
{
"children": [
{
"name": "collections.js",
"resourceBytes": 244
},
{
"name": "debounce.js",
"resourceBytes": 178
},
{
"name": "event-buffer.js",
"resourceBytes": 1264,
"unusedBytes": 21
},
{
"resourceBytes": 98,
"name": "log.js",
"unusedBytes": 78
},
{
"unusedBytes": 143,
"resourceBytes": 357,
"name": "promise.js"
}
],
"unusedBytes": 242,
"name": "utils",
"resourceBytes": 2141
}
]
},
{
"name": "site-assets-client/dist/esm",
"unusedBytes": 6193,
"resourceBytes": 12143,
"children": [
{
"name": "domain/siteAssetsClientErrors.js",
"resourceBytes": 1808,
"unusedBytes": 1116
},
{
"children": [
{
"unusedBytes": 157,
"resourceBytes": 198,
"name": "objectHelper.js"
},
{
"name": "timeProvider.js",
"resourceBytes": 37
},
{
"unusedBytes": 69,
"resourceBytes": 105,
"name": "httpHelper.js"
}
],
"unusedBytes": 226,
"resourceBytes": 340,
"name": "helper"
},
{
"resourceBytes": 9853,
"name": "core",
"children": [
{
"resourceBytes": 425,
"unusedBytes": 295,
"name": "clientValidation.js"
},
{
"unusedBytes": 145,
"name": "urlBuilder.js",
"resourceBytes": 1706
},
{
"name": "requestHandler.js",
"resourceBytes": 793,
"unusedBytes": 303
},
{
"resourceBytes": 297,
"unusedBytes": 294,
"name": "pagesInfoResolver.js"
},
{
"name": "clientModuleExecutor.js",
"resourceBytes": 2472,
"unusedBytes": 2402
},
{
"name": "getClientSpecMapValue.js",
"resourceBytes": 160,
"unusedBytes": 160
},
{
"unusedBytes": 140,
"name": "httpClientAdapter.js",
"resourceBytes": 501
},
{
"unusedBytes": 472,
"resourceBytes": 773,
"name": "siteAssetsServerHttpHandler.js"
},
{
"name": "setHeaders.js",
"resourceBytes": 99
},
{
"name": "siteAssetsServerHttpResponse.js",
"resourceBytes": 659
},
{
"name": "clientOps.js",
"resourceBytes": 409,
"unusedBytes": 92
},
{
"resourceBytes": 211,
"name": "loggersCache.js"
},
{
"resourceBytes": 207,
"name": "serverModuleResultExtractor.js"
},
{
"unusedBytes": 72,
"resourceBytes": 324,
"name": "moduleMetricsReporter.js"
},
{
"resourceBytes": 88,
"name": "siteAssetsNoOpLoggerFactory.js"
},
{
"resourceBytes": 199,
"unusedBytes": 105,
"name": "notReportingMetricsReporter.js"
},
{
"unusedBytes": 72,
"resourceBytes": 83,
"name": "noOpModuleFetcher.js"
},
{
"resourceBytes": 447,
"name": "thinToFatConvertors.js",
"unusedBytes": 258
}
],
"unusedBytes": 4810
},
{
"resourceBytes": 142,
"name": "siteAssetsClientBuilder.js",
"unusedBytes": 41
}
]
},
{
"name": "fedops-presets/dist/es",
"resourceBytes": 196,
"children": [
{
"name": "presets/presets-types.js",
"resourceBytes": 58
},
{
"resourceBytes": 138,
"name": "src/loader.js"
}
]
},
{
"resourceBytes": 38184,
"unusedBytes": 13338,
"children": [
{
"name": "env.js",
"resourceBytes": 180
},
{
"name": "conf.js",
"resourceBytes": 40
},
{
"name": "reporter",
"children": [
{
"name": "reporter-factory.js",
"resourceBytes": 198
},
{
"name": "reporter.js",
"resourceBytes": 579,
"unusedBytes": 35
}
],
"resourceBytes": 777,
"unusedBytes": 35
},
{
"unusedBytes": 325,
"resourceBytes": 806,
"name": "performance/performance.js"
},
{
"unusedBytes": 27,
"name": "global-app-data",
"children": [
{
"resourceBytes": 270,
"unusedBytes": 27,
"name": "global-app-data.js"
},
{
"name": "location.js",
"resourceBytes": 160
}
],
"resourceBytes": 430
},
{
"name": "times/times.js",
"resourceBytes": 907,
"unusedBytes": 165
},
{
"children": [
{
"resourceBytes": 678,
"children": [
{
"resourceBytes": 162,
"name": "data-item.js"
},
{
"unusedBytes": 37,
"resourceBytes": 516,
"name": "bi-app-context-item.js"
}
],
"unusedBytes": 37,
"name": "common"
},
{
"name": "resource/resource-item.js",
"unusedBytes": 544,
"resourceBytes": 3518
},
{
"unusedBytes": 37,
"resourceBytes": 347,
"name": "duration/duration-item.js"
},
{
"resourceBytes": 1041,
"unusedBytes": 1004,
"name": "phases/utils.js"
},
{
"name": "data-items.js",
"unusedBytes": 611,
"resourceBytes": 2378
}
],
"resourceBytes": 7962,
"unusedBytes": 2233,
"name": "data-items"
},
{
"unusedBytes": 226,
"name": "data-source/data-source.js",
"resourceBytes": 745
},
{
"name": "storage/storage.js",
"unusedBytes": 80,
"resourceBytes": 172
},
{
"name": "utils.js",
"resourceBytes": 673,
"unusedBytes": 394
},
{
"resourceBytes": 124,
"name": "session-manager/session-manager.js"
},
{
"unusedBytes": 504,
"children": [
{
"name": "loading-phases.js",
"resourceBytes": 1833,
"unusedBytes": 504
},
{
"resourceBytes": 19,
"name": "loading-phases-config.js"
}
],
"resourceBytes": 1852,
"name": "loading-phases"
},
{
"name": "cookie-overrides.js",
"resourceBytes": 1983,
"unusedBytes": 843
},
{
"name": "errors/error-flow-type.js",
"resourceBytes": 16,
"unusedBytes": 12
},
{
"name": "http-monitoring-preset.js",
"resourceBytes": 126
},
{
"name": "defer.js",
"resourceBytes": 95
},
{
"unusedBytes": 8351,
"name": "base-logger.js",
"resourceBytes": 20396
},
{
"unusedBytes": 143,
"resourceBytes": 900,
"name": "logger-factory.js"
}
],
"name": "fedops-logger/dist/es/src"
},
{
"resourceBytes": 35,
"name": "fedops-overrides/dist/esm/const.js"
}
]
},
{
"resourceBytes": 457,
"name": "browser-or-node/lib/index.js",
"unusedBytes": 112
},
{
"resourceBytes": 1829,
"name": "content-type/index.js",
"unusedBytes": 1457
},
{
"name": "node-fetch/browser.js",
"resourceBytes": 297
},
{
"resourceBytes": 1661,
"name": "process/browser.js",
"unusedBytes": 1182
},
{
"name": "smoothscroll-polyfill/dist/smoothscroll.js",
"resourceBytes": 3918,
"unusedBytes": 3284
},
{
"name": "inversify/es",
"unusedBytes": 13865,
"children": [
{
"name": "constants",
"unusedBytes": 811,
"children": [
{
"resourceBytes": 223,
"name": "literal_types.js"
},
{
"resourceBytes": 1292,
"name": "error_msgs.js",
"unusedBytes": 744
},
{
"name": "metadata_keys.js",
"resourceBytes": 164,
"unusedBytes": 67
}
],
"resourceBytes": 1679
},
{
"unusedBytes": 758,
"name": "utils",
"children": [
{
"name": "id.js",
"resourceBytes": 31
},
{
"name": "exceptions.js",
"resourceBytes": 57
},
{
"unusedBytes": 758,
"name": "serialization.js",
"resourceBytes": 1133
}
],
"resourceBytes": 1221
},
{
"children": [
{
"unusedBytes": 325,
"name": "binding.js",
"resourceBytes": 638
},
{
"resourceBytes": 10,
"name": "binding_count.js"
}
],
"resourceBytes": 648,
"name": "bindings",
"unusedBytes": 325
},
{
"name": "planning",
"resourceBytes": 6197,
"unusedBytes": 2452,
"children": [
{
"resourceBytes": 275,
"name": "metadata_reader.js",
"unusedBytes": 164
},
{
"resourceBytes": 184,
"name": "context.js"
},
{
"name": "metadata.js",
"unusedBytes": 133,
"resourceBytes": 221
},
{
"resourceBytes": 58,
"name": "plan.js"
},
{
"name": "queryable_string.js",
"resourceBytes": 437,
"unusedBytes": 275
},
{
"name": "target.js",
"unusedBytes": 280,
"resourceBytes": 1260
},
{
"unusedBytes": 1553,
"name": "reflection_utils.js",
"resourceBytes": 1553
},
{
"name": "request.js",
"resourceBytes": 369
},
{
"resourceBytes": 1840,
"name": "planner.js",
"unusedBytes": 47
}
]
},
{
"name": "annotation/inject.js",
"unusedBytes": 54,
"resourceBytes": 100
},
{
"name": "resolution",
"resourceBytes": 1993,
"children": [
{
"resourceBytes": 542,
"name": "instantiation.js",
"unusedBytes": 542
},
{
"resourceBytes": 1451,
"unusedBytes": 45,
"name": "resolver.js"
}
],
"unusedBytes": 587
},
{
"children": [
{
"unusedBytes": 257,
"resourceBytes": 426,
"name": "constraint_helpers.js"
},
{
"unusedBytes": 1407,
"resourceBytes": 2002,
"name": "binding_when_syntax.js"
},
{
"resourceBytes": 152,
"name": "binding_on_syntax.js",
"unusedBytes": 70
},
{
"unusedBytes": 971,
"name": "binding_when_on_syntax.js",
"resourceBytes": 1672
},
{
"name": "binding_in_syntax.js",
"resourceBytes": 333,
"unusedBytes": 189
},
{
"resourceBytes": 1967,
"name": "binding_in_when_on_syntax.js",
"unusedBytes": 1146
},
{
"unusedBytes": 750,
"resourceBytes": 1445,
"name": "binding_to_syntax.js"
}
],
"name": "syntax",
"unusedBytes": 4790,
"resourceBytes": 7997
},
{
"resourceBytes": 7201,
"children": [
{
"resourceBytes": 109,
"unusedBytes": 77,
"name": "container_snapshot.js"
},
{
"name": "lookup.js",
"unusedBytes": 436,
"resourceBytes": 997
},
{
"resourceBytes": 6095,
"unusedBytes": 3575,
"name": "container.js"
}
],
"unusedBytes": 4088,
"name": "container"
},
{
"name": "inversify.js",
"resourceBytes": 4
}
],
"resourceBytes": 27040
}
]
},
{
"resourceBytes": 3061,
"name": "feature-thunderbolt-initializer/src",
"children": [
{
"resourceBytes": 829,
"name": "DomReady.ts"
},
{
"unusedBytes": 109,
"resourceBytes": 2232,
"name": "thunderboltInitializer.ts"
}
],
"unusedBytes": 109
},
{
"children": [
{
"resourceBytes": 58,
"name": "experiments/index.ts"
},
{
"name": "viewer-model/viewer-model.ts",
"resourceBytes": 286
},
{
"resourceBytes": 55,
"name": "client-fetch/client-fetch.ts"
},
{
"name": "componentsLoader/componentsLibrariesLoader.ts",
"resourceBytes": 60
},
{
"resourceBytes": 422,
"name": "env.ts"
},
{
"resourceBytes": 284,
"unusedBytes": 39,
"name": "bi/bi.ts"
},
{
"name": "lib/prefersReducedMotion.ts",
"unusedBytes": 162,
"resourceBytes": 163
},
{
"name": "logger/logger.ts",
"resourceBytes": 2170,
"unusedBytes": 465
}
],
"name": "thunderbolt-environment/src",
"resourceBytes": 3498,
"unusedBytes": 666
},
{
"resourceBytes": 183,
"name": "thunderbolt-feature-state/src/index.ts"
},
{
"resourceBytes": 273,
"name": "thunderbolt-feature-exports/src/index.ts",
"unusedBytes": 18
},
{
"unusedBytes": 3437,
"resourceBytes": 7974,
"name": "thunderbolt-features-loaders/src/index.ts"
},
{
"resourceBytes": 2122,
"children": [
{
"children": [
{
"name": "ds/index.ts",
"resourceBytes": 93
},
{
"resourceBytes": 61,
"name": "bi.ts"
},
{
"resourceBytes": 594,
"name": "core.ts"
},
{
"resourceBytes": 35,
"name": "experiments.ts"
},
{
"resourceBytes": 218,
"name": "features.ts"
},
{
"resourceBytes": 55,
"name": "fetch.ts"
},
{
"resourceBytes": 138,
"name": "page.ts"
},
{
"name": "reducedMotion.ts",
"resourceBytes": 37
},
{
"name": "siteAssetsClient.ts",
"resourceBytes": 70
},
{
"name": "stores.ts",
"resourceBytes": 210
}
],
"name": "symbols",
"resourceBytes": 1511
},
{
"resourceBytes": 611,
"unusedBytes": 610,
"name": "features/bi/types.ts"
}
],
"unusedBytes": 610,
"name": "thunderbolt-symbols/src"
},
{
"resourceBytes": 472,
"children": [
{
"unusedBytes": 22,
"name": "featuresLoader.ts",
"resourceBytes": 438
},
{
"name": "index.ts",
"resourceBytes": 34
}
],
"name": "thunderbolt-features/src",
"unusedBytes": 22
},
{
"resourceBytes": 9042,
"unusedBytes": 2001,
"children": [
{
"name": "utils.ts",
"resourceBytes": 77
},
{
"children": [
{
"name": "siteAssetsRequestDomain.ts",
"unusedBytes": 183,
"resourceBytes": 2431
},
{
"name": "siteAssetsDomain.ts",
"resourceBytes": 754
},
{
"resourceBytes": 481,
"unusedBytes": 84,
"name": "fetch/siteAssetsHttpClient.ts"
},
{
"resourceBytes": 242,
"name": "fallbackStrategy.ts"
},
{
"resourceBytes": 459,
"name": "configResolvers.ts"
}
],
"unusedBytes": 267,
"resourceBytes": 4367,
"name": "adapters"
},
{
"name": "siteAssetsClientAdapter.ts",
"unusedBytes": 214,
"resourceBytes": 951
},
{
"name": "assembly/clientFactory.ts",
"resourceBytes": 1969
},
{
"resourceBytes": 1678,
"name": "fallback/clientModuleFetcher.ts",
"unusedBytes": 1520
}
],
"name": "thunderbolt-site-assets-client/src"
},
{
"name": "thunderbolt-commons/src",
"children": [
{
"children": [
{
"name": "fedopsMetricsReporter.ts",
"resourceBytes": 290,
"unusedBytes": 129
},
{
"unusedBytes": 6,
"resourceBytes": 1209,
"name": "biLoggerFactory.ts"
},
{
"name": "fedopsLogger.ts",
"resourceBytes": 299
}
],
"resourceBytes": 1798,
"unusedBytes": 135,
"name": "bi"
},
{
"name": "withCache.ts",
"resourceBytes": 368,
"unusedBytes": 318
},
{
"resourceBytes": 354,
"unusedBytes": 270,
"name": "fetchApi.ts"
},
{
"resourceBytes": 1019,
"name": "deprecatedBrowserUtils.ts",
"unusedBytes": 1018
},
{
"resourceBytes": 1843,
"unusedBytes": 1026,
"name": "logger/loggerUtils.ts"
},
{
"name": "performance/taskify.ts",
"resourceBytes": 64
},
{
"resourceBytes": 940,
"unusedBytes": 912,
"name": "scriptUtils.ts"
}
],
"unusedBytes": 3679,
"resourceBytes": 6386
},
{
"children": [
{
"resourceBytes": 2241,
"name": "inversify.ts",
"unusedBytes": 396
},
{
"name": "metadata.ts",
"resourceBytes": 293
}
],
"resourceBytes": 2534,
"unusedBytes": 396,
"name": "thunderbolt-ioc/src/ioc"
},
{
"children": [
{
"resourceBytes": 369,
"unusedBytes": 363,
"name": "utils/loggerUtils.ts"
},
{
"resourceBytes": 3721,
"unusedBytes": 1620,
"name": "logger.ts"
}
],
"unusedBytes": 1983,
"resourceBytes": 4090,
"name": "thunderbolt-logger/src"
}
],
"unusedBytes": 66613,
"name": ".."
},
{
"children": [
{
"name": "client.ts",
"resourceBytes": 2316
},
{
"name": "lib",
"children": [
{
"resourceBytes": 518,
"name": "bodyClasses.ts"
},
{
"name": "fixViewport.ts",
"resourceBytes": 263
}
],
"resourceBytes": 781
},
{
"resourceBytes": 104,
"name": "clientRunner.ts"
},
{
"name": "lodashMain.ts",
"resourceBytes": 20
}
],
"name": ".",
"resourceBytes": 3221
},
{
"resourceBytes": 17,
"name": "external \"React\""
},
{
"name": "external \"ReactDOM\"",
"resourceBytes": 21
}
],
"resourceBytes": 170684
},
{
"resourceBytes": 9071,
"unusedBytes": 730,
"name": "(unmapped)"
}
],
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"resourceBytes": 179755
},
{
"name": "https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js",
"unusedBytes": 42207,
"resourceBytes": 73015
},
{
"unusedBytes": 3321,
"name": "https://static.parastorage.com/unpkg/react@16.13.1/umd/react.production.min.js",
"resourceBytes": 12463
},
{
"resourceBytes": 11216,
"unusedBytes": 4494,
"children": [
{
"unusedBytes": 4068,
"name": "webpack:",
"resourceBytes": 9970,
"children": [
{
"unusedBytes": 393,
"name": "webpack/bootstrap",
"resourceBytes": 964
},
{
"children": [
{
"unusedBytes": 1329,
"name": "modules",
"resourceBytes": 2135,
"children": [
{
"resourceBytes": 617,
"unusedBytes": 397,
"name": "stateCache.ts"
},
{
"resourceBytes": 417,
"name": "events.ts"
},
{
"unusedBytes": 625,
"resourceBytes": 752,
"name": "siteEmbedder.ts"
},
{
"resourceBytes": 349,
"name": "tags.ts",
"unusedBytes": 307
}
]
},
{
"resourceBytes": 1919,
"children": [
{
"resourceBytes": 338,
"unusedBytes": 158,
"name": "logger.ts"
},
{
"unusedBytes": 126,
"name": "callbackUtils.ts",
"resourceBytes": 335
},
{
"name": "tryParse.ts",
"resourceBytes": 167
},
{
"resourceBytes": 769,
"name": "xhr.ts",
"unusedBytes": 20
},
{
"resourceBytes": 38,
"name": "experiments.ts"
},
{
"name": "wixEmbedsAPIClient.ts",
"resourceBytes": 148
},
{
"name": "extractQueryParameter.ts",
"resourceBytes": 124
}
],
"name": "utils",
"unusedBytes": 304
},
{
"name": "consts/consts.ts",
"resourceBytes": 1232,
"unusedBytes": 40
},
{
"resourceBytes": 86,
"name": "types.ts"
},
{
"unusedBytes": 1325,
"name": "dom-manipulation",
"children": [
{
"unusedBytes": 922,
"name": "nodeBuilder.ts",
"resourceBytes": 922
},
{
"unusedBytes": 403,
"resourceBytes": 404,
"name": "domContentParser.ts"
}
],
"resourceBytes": 1326
},
{
"children": [
{
"resourceBytes": 696,
"unusedBytes": 80,
"name": "siteApi.ts"
},
{
"resourceBytes": 425,
"name": "siteApiHandlers.ts"
}
],
"unusedBytes": 80,
"resourceBytes": 1121,
"name": "API"
},
{
"name": "integration/viewer.ts",
"unusedBytes": 585,
"resourceBytes": 585
},
{
"name": "siteTagsAPI.ts",
"unusedBytes": 12,
"resourceBytes": 602
}
],
"unusedBytes": 3675,
"name": ".",
"resourceBytes": 9006
}
]
},
{
"name": "(unmapped)",
"unusedBytes": 426,
"resourceBytes": 1246
}
],
"name": "https://static.parastorage.com/services/tag-manager-client/1.427.0/siteTags.bundle.min.js"
},
{
"children": [
{
"children": [
{
"resourceBytes": 1260,
"name": "webpack",
"unusedBytes": 393,
"children": [
{
"resourceBytes": 291,
"name": "universalModuleDefinition"
},
{
"unusedBytes": 393,
"resourceBytes": 969,
"name": "bootstrap"
}
]
},
{
"unusedBytes": 7363,
"resourceBytes": 24053,
"name": ".",
"children": [
{
"resourceBytes": 8973,
"name": "utils",
"unusedBytes": 1328,
"children": [
{
"name": "utils.js",
"resourceBytes": 1944,
"unusedBytes": 50
},
{
"resourceBytes": 85,
"name": "constants.js"
},
{
"resourceBytes": 117,
"name": "wixBiSession.js"
},
{
"unusedBytes": 76,
"name": "windowEvents.js",
"resourceBytes": 706
},
{
"resourceBytes": 851,
"name": "config.js",
"unusedBytes": 129
},
{
"resourceBytes": 1249,
"name": "consent.js"
},
{
"name": "storage.js",
"resourceBytes": 267,
"unusedBytes": 127
},
{
"resourceBytes": 260,
"name": "observe.js"
},
{
"name": "observeResources.js",
"resourceBytes": 707
},
{
"unusedBytes": 27,
"resourceBytes": 1305,
"name": "collectResources.js"
},
{
"resourceBytes": 243,
"unusedBytes": 80,
"name": "promisifyObserver.js"
},
{
"unusedBytes": 107,
"name": "takeRecords.js",
"resourceBytes": 107
},
{
"resourceBytes": 598,
"name": "interaction.js",
"unusedBytes": 532
},
{
"resourceBytes": 534,
"name": "sequence.js",
"unusedBytes": 200
}
]
},
{
"resourceBytes": 1298,
"name": "actions",
"unusedBytes": 1129,
"children": [
{
"name": "loadInfo.js",
"unusedBytes": 463,
"resourceBytes": 590
},
{
"unusedBytes": 509,
"name": "markAndMeasure.js",
"resourceBytes": 551
},
{
"resourceBytes": 157,
"unusedBytes": 157,
"name": "log.js"
}
]
},
{
"resourceBytes": 11961,
"children": [
{
"resourceBytes": 399,
"unusedBytes": 174,
"name": "hidden.js"
},
{
"name": "navStart.js",
"resourceBytes": 723
},
{
"resourceBytes": 681,
"name": "navFinish.js"
},
{
"unusedBytes": 57,
"resourceBytes": 1131,
"name": "wixFinish.js"
},
{
"name": "fcp.js",
"unusedBytes": 34,
"resourceBytes": 299
},
{
"unusedBytes": 184,
"name": "tti-tbt.js",
"resourceBytes": 1288
},
{
"name": "lcp.js",
"resourceBytes": 1146,
"unusedBytes": 142
},
{
"unusedBytes": 1154,
"resourceBytes": 1228,
"name": "cls.js"
},
{
"resourceBytes": 337,
"unusedBytes": 265,
"name": "fid.js"
},
{
"resourceBytes": 774,
"name": "pages.js",
"unusedBytes": 494
},
{
"name": "crux.js",
"unusedBytes": 348,
"resourceBytes": 624
},
{
"unusedBytes": 285,
"name": "crux-cls.js",
"resourceBytes": 320
},
{
"name": "responsiveness.js",
"resourceBytes": 1343,
"unusedBytes": 1075
},
{
"name": "client.js",
"resourceBytes": 946,
"unusedBytes": 20
},
{
"name": "wixStart.js",
"resourceBytes": 590
},
{
"resourceBytes": 45,
"name": "scripts.js"
},
{
"name": "images.js",
"resourceBytes": 44
},
{
"name": "fonts.js",
"resourceBytes": 43
}
],
"name": "entries",
"unusedBytes": 4232
},
{
"children": [
{
"resourceBytes": 223,
"unusedBytes": 223,
"name": "fcp.js"
},
{
"unusedBytes": 94,
"name": "longtasks.js",
"resourceBytes": 273
},
{
"resourceBytes": 130,
"unusedBytes": 130,
"name": "fid.js"
}
],
"unusedBytes": 447,
"resourceBytes": 626,
"name": "polyfills"
},
{
"name": "index.js",
"unusedBytes": 42,
"resourceBytes": 815
},
{
"resourceBytes": 380,
"unusedBytes": 185,
"name": "info/alert.js"
}
]
},
{
"resourceBytes": 1661,
"name": "../node_modules/process/browser.js",
"unusedBytes": 1182
}
],
"resourceBytes": 26974,
"unusedBytes": 8938,
"name": "webpack:/[name]"
},
{
"resourceBytes": 11528,
"unusedBytes": 6391,
"name": "(unmapped)"
}
],
"unusedBytes": 15329,
"resourceBytes": 38502,
"name": "https://static.parastorage.com/services/wix-perf-measure/1.756.0/wix-perf-measure.bundle.min.js"
},
{
"name": "https://static.parastorage.com/unpkg/react-dom@16.13.1/umd/react-dom.production.min.js",
"resourceBytes": 237312,
"unusedBytes": 144605
},
{
"resourceBytes": 37137,
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js",
"children": [
{
"name": "webpack:",
"unusedBytes": 9653,
"resourceBytes": 32837,
"children": [
{
"resourceBytes": 30017,
"unusedBytes": 9318,
"children": [
{
"resourceBytes": 29499,
"unusedBytes": 9298,
"children": [
{
"resourceBytes": 22699,
"unusedBytes": 7352,
"children": [
{
"children": [
{
"name": "style/Video.scss",
"resourceBytes": 230
},
{
"resourceBytes": 1113,
"unusedBytes": 1021,
"name": "Video.tsx"
}
],
"unusedBytes": 1021,
"resourceBytes": 1343,
"name": "Video/viewer"
},
{
"name": "HeaderContainer/viewer",
"children": [
{
"name": "HeaderContainer.tsx",
"unusedBytes": 622,
"resourceBytes": 1282
},
{
"name": "skinComps/DefaultScreen/DefaultScreen.skin.tsx",
"resourceBytes": 101
}
],
"resourceBytes": 1383,
"unusedBytes": 622
},
{
"name": "ScreenWidthContainer/viewer",
"resourceBytes": 1242,
"children": [
{
"resourceBytes": 280,
"name": "WrapperElement.tsx"
},
{
"resourceBytes": 962,
"name": "skinComps/DefaultScreen",
"children": [
{
"name": "DefaultScreen.tsx",
"resourceBytes": 505
},
{
"resourceBytes": 457,
"name": "styles/skins.scss"
}
]
}
]
},
{
"resourceBytes": 391,
"children": [
{
"name": "FooterContainer.tsx",
"resourceBytes": 290
},
{
"name": "skinComps/DefaultScreen/DefaultScreen.skin.tsx",
"resourceBytes": 101
}
],
"name": "FooterContainer/viewer"
},
{
"unusedBytes": 293,
"name": "SiteButton",
"children": [
{
"name": "viewer",
"unusedBytes": 293,
"resourceBytes": 2917,
"children": [
{
"resourceBytes": 965,
"children": [
{
"unusedBytes": 132,
"name": "TextOnlyButtonSkin.skin.tsx",
"resourceBytes": 221
},
{
"resourceBytes": 111,
"name": "styles",
"children": [
{
"resourceBytes": 55,
"name": "TextOnlyButtonSkin.scss"
},
{
"name": "BasicButton.scss",
"resourceBytes": 56
}
]
},
{
"resourceBytes": 221,
"name": "BasicButton.skin.tsx"
},
{
"name": "BaseButton.tsx",
"resourceBytes": 412
}
],
"name": "skinComps/BaseButton",
"unusedBytes": 132
},
{
"name": "SiteButtonContent.tsx",
"unusedBytes": 155,
"resourceBytes": 752
},
{
"name": "SiteButton.tsx",
"unusedBytes": 6,
"resourceBytes": 1200
}
]
},
{
"resourceBytes": 198,
"name": "constants.ts"
}
],
"resourceBytes": 3115
},
{
"children": [
{
"name": "BackgroundMedia.tsx",
"unusedBytes": 310,
"resourceBytes": 346
},
{
"resourceBytes": 64,
"name": "style/BackgroundMedia.scss"
}
],
"unusedBytes": 310,
"resourceBytes": 410,
"name": "BackgroundMedia/viewer"
},
{
"resourceBytes": 1231,
"children": [
{
"children": [
{
"name": "MediaContainerContent.tsx",
"resourceBytes": 408
},
{
"name": "MediaContainer.tsx",
"unusedBytes": 23,
"resourceBytes": 616
},
{
"name": "styles/MediaContainer.scss",
"resourceBytes": 146
}
],
"name": "MediaContainer/viewer",
"unusedBytes": 23,
"resourceBytes": 1170
},
{
"resourceBytes": 61,
"name": "HoverBox/utils.ts"
}
],
"name": "MediaContainers",
"unusedBytes": 23
},
{
"resourceBytes": 329,
"unusedBytes": 201,
"children": [
{
"name": "constants.ts",
"resourceBytes": 20
},
{
"unusedBytes": 201,
"resourceBytes": 309,
"name": "viewer",
"children": [
{
"resourceBytes": 207,
"name": "BackgroundOverlay.tsx",
"unusedBytes": 201
},
{
"name": "style/BackgroundOverlay.scss",
"resourceBytes": 102
}
]
}
],
"name": "BackgroundOverlay"
},
{
"unusedBytes": 3702,
"resourceBytes": 4216,
"children": [
{
"resourceBytes": 3852,
"unusedBytes": 3375,
"children": [
{
"resourceBytes": 65,
"name": "style/zoomedImage.scss"
},
{
"name": "WPhoto.controller.ts",
"resourceBytes": 298,
"unusedBytes": 255
},
{
"name": "skinComps/BasicWPhoto",
"children": [
{
"unusedBytes": 626,
"name": "BasicWPhotoSkin.tsx",
"resourceBytes": 677
},
{
"unusedBytes": 112,
"name": "NoSkinPhoto.skin.tsx",
"resourceBytes": 174
},
{
"name": "styles/NoSkinPhoto.scss",
"resourceBytes": 54
}
],
"resourceBytes": 905,
"unusedBytes": 738
},
{
"name": "WPhotoWrapper.scss",
"resourceBytes": 95
},
{
"name": "ZoomedImage.tsx",
"unusedBytes": 1087,
"resourceBytes": 1109
},
{
"name": "WPhotoWrapper.tsx",
"resourceBytes": 635,
"unusedBytes": 556
},
{
"resourceBytes": 745,
"unusedBytes": 739,
"name": "WPhotoBase.tsx"
}
],
"name": "viewer"
},
{
"resourceBytes": 279,
"children": [
{
"unusedBytes": 176,
"name": "index.tsx",
"resourceBytes": 189
},
{
"name": "url.ts",
"unusedBytes": 66,
"resourceBytes": 90
}
],
"unusedBytes": 242,
"name": "utils"
},
{
"unusedBytes": 85,
"resourceBytes": 85,
"name": "constants.ts"
}
],
"name": "WPhoto"
},
{
"name": "Container/viewer/shared/constants.ts",
"unusedBytes": 80,
"resourceBytes": 287
},
{
"unusedBytes": 12,
"name": "Image/viewer",
"resourceBytes": 1939,
"children": [
{
"resourceBytes": 28,
"name": "style/Image.scss"
},
{
"name": "Image.tsx",
"resourceBytes": 1911,
"unusedBytes": 12
}
]
},
{
"name": "FillLayers",
"resourceBytes": 2141,
"children": [
{
"children": [
{
"name": "FillLayers.tsx",
"resourceBytes": 1547
},
{
"resourceBytes": 455,
"name": "style/FillLayers.scss"
}
],
"name": "viewer",
"resourceBytes": 2002
},
{
"resourceBytes": 139,
"name": "constants.ts"
}
]
},
{
"children": [
{
"resourceBytes": 311,
"name": "Group.tsx"
},
{
"resourceBytes": 27,
"name": "styles/Group.scss"
}
],
"name": "Group/viewer",
"resourceBytes": 338
},
{
"resourceBytes": 484,
"name": "PageBackground/viewer",
"children": [
{
"name": "PageBackground.tsx",
"resourceBytes": 420
},
{
"resourceBytes": 64,
"name": "style/PageBackground.scss"
}
]
},
{
"resourceBytes": 1310,
"name": "Link",
"children": [
{
"name": "constants.ts",
"resourceBytes": 29
},
{
"name": "viewer/Link.tsx",
"resourceBytes": 1281
}
]
},
{
"children": [
{
"name": "viewer",
"resourceBytes": 1350,
"children": [
{
"name": "StripColumnsContainer.tsx",
"resourceBytes": 1033
},
{
"resourceBytes": 317,
"name": "style/StripColumnsContainer.scss"
}
]
},
{
"name": "constants.ts",
"resourceBytes": 116,
"unusedBytes": 20
}
],
"name": "StripColumnsContainer",
"unusedBytes": 20,
"resourceBytes": 1466
},
{
"unusedBytes": 1068,
"name": "BackgroundImage/viewer/BackgroundImage.tsx",
"resourceBytes": 1074
}
],
"name": "components"
},
{
"resourceBytes": 2320,
"name": "thunderbolt-core-components",
"unusedBytes": 340,
"children": [
{
"unusedBytes": 128,
"resourceBytes": 1249,
"children": [
{
"name": "constants.ts",
"resourceBytes": 66
},
{
"children": [
{
"name": "Page.tsx",
"unusedBytes": 12,
"resourceBytes": 226
},
{
"name": "skinComps/BasePage",
"children": [
{
"name": "BasicPageSkin.skin.tsx",
"resourceBytes": 188,
"unusedBytes": 116
},
{
"name": "styles",
"resourceBytes": 151,
"children": [
{
"resourceBytes": 83,
"name": "BasicPageSkin.scss"
},
{
"resourceBytes": 68,
"name": "TransparentPageSkin.scss"
}
]
},
{
"name": "TransparentPageSkin.skin.tsx",
"resourceBytes": 188
},
{
"name": "BasePageSkin.tsx",
"resourceBytes": 430
}
],
"unusedBytes": 116,
"resourceBytes": 957
}
],
"resourceBytes": 1183,
"name": "viewer",
"unusedBytes": 128
}
],
"name": "Page"
},
{
"children": [
{
"resourceBytes": 52,
"name": "constants.ts"
},
{
"unusedBytes": 212,
"resourceBytes": 911,
"name": "viewer/MeshContainer.tsx"
}
],
"resourceBytes": 963,
"unusedBytes": 212,
"name": "MeshContainer"
},
{
"resourceBytes": 108,
"name": "ContainerWrapper/viewer/ContainerWrapper.tsx"
}
]
},
{
"unusedBytes": 1411,
"resourceBytes": 3742,
"name": "core",
"children": [
{
"name": "commons",
"children": [
{
"resourceBytes": 621,
"name": "vectorImageUtils.ts",
"unusedBytes": 347
},
{
"name": "utils.ts",
"unusedBytes": 654,
"resourceBytes": 978
},
{
"resourceBytes": 84,
"name": "qaUtils.ts"
},
{
"resourceBytes": 1525,
"name": "a11y.ts",
"unusedBytes": 98,
"duplicatedNormalizedModuleName": "webpack:///home/builduser/work/72f571a18a1c7e11/packages/thunderbolt-elements/src/core/commons/a11y.ts"
}
],
"resourceBytes": 3208,
"unusedBytes": 1099
},
{
"unusedBytes": 312,
"resourceBytes": 534,
"name": "useVideoAPI.ts"
}
]
},
{
"unusedBytes": 195,
"resourceBytes": 738,
"name": "providers/useScrollPosition/index.ts"
}
],
"name": "packages/thunderbolt-elements/src"
},
{
"name": "node_modules/classnames/index.js",
"unusedBytes": 20,
"resourceBytes": 518
}
],
"name": "home/builduser/work/72f571a18a1c7e11"
},
{
"name": "webpack",
"children": [
{
"resourceBytes": 404,
"name": "universalModuleDefinition"
},
{
"unusedBytes": 315,
"resourceBytes": 1679,
"name": "bootstrap"
}
],
"unusedBytes": 315,
"resourceBytes": 2083
},
{
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}",
"resourceBytes": 13
},
{
"name": "entries/rb_wixui.thunderbolt_bootstrap-classic.ts",
"resourceBytes": 724,
"unusedBytes": 20
}
]
},
{
"unusedBytes": 509,
"name": "(unmapped)",
"resourceBytes": 4300
}
],
"unusedBytes": 10162
},
{
"children": [
{
"name": "webpack:",
"children": [
{
"unusedBytes": 335,
"children": [
{
"name": "universalModuleDefinition",
"resourceBytes": 530
},
{
"unusedBytes": 335,
"name": "bootstrap",
"resourceBytes": 968
}
],
"resourceBytes": 1498,
"name": "webpack"
},
{
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}",
"resourceBytes": 13
},
{
"name": "home/builduser/work/72f571a18a1c7e11",
"unusedBytes": 33275,
"resourceBytes": 37073,
"children": [
{
"unusedBytes": 12416,
"name": "packages/thunderbolt-elements/src",
"children": [
{
"children": [
{
"unusedBytes": 6682,
"resourceBytes": 7776,
"name": "ComboBoxInput",
"children": [
{
"unusedBytes": 6480,
"name": "viewer",
"children": [
{
"unusedBytes": 126,
"name": "ComboBoxInput.controller.ts",
"resourceBytes": 132
},
{
"name": "skinComps/Navigation",
"unusedBytes": 302,
"children": [
{
"name": "style/ComboBoxInputVerticalMenuSkin.scss",
"resourceBytes": 630
},
{
"unusedBytes": 302,
"resourceBytes": 361,
"name": "ComboBoxInputNavigation.skin.tsx"
}
],
"resourceBytes": 991
},
{
"resourceBytes": 535,
"unusedBytes": 532,
"name": "Arrow/Arrow.tsx"
},
{
"resourceBytes": 1803,
"unusedBytes": 1773,
"name": "NativeSelect/NativeSelect.tsx"
},
{
"unusedBytes": 2289,
"resourceBytes": 2556,
"name": "CustomSelect/CustomSelect.tsx"
},
{
"resourceBytes": 1493,
"unusedBytes": 1458,
"name": "ComboBoxInputBase.tsx"
}
],
"resourceBytes": 7510
},
{
"resourceBytes": 257,
"name": "utils.ts",
"unusedBytes": 199
},
{
"unusedBytes": 3,
"resourceBytes": 9,
"name": "constants.ts"
}
]
},
{
"resourceBytes": 1911,
"name": "ComboBoxInputListModal",
"children": [
{
"name": "viewer",
"children": [
{
"name": "style/ComboBoxInputListModal.scss",
"resourceBytes": 201
},
{
"unusedBytes": 1398,
"name": "ComboBoxInputListModal.tsx",
"resourceBytes": 1402
}
],
"unusedBytes": 1398,
"resourceBytes": 1603
},
{
"name": "constants.ts",
"resourceBytes": 53
},
{
"name": "utils.ts",
"unusedBytes": 253,
"resourceBytes": 255
}
],
"unusedBytes": 1651
}
],
"unusedBytes": 8333,
"name": "components",
"resourceBytes": 9687
},
{
"children": [
{
"name": "useClickOutside/useClickOutside.ts",
"resourceBytes": 97,
"unusedBytes": 60
},
{
"name": "usePrevious/index.ts",
"unusedBytes": 129,
"resourceBytes": 156
},
{
"name": "useEventOutside/useEventOutside.ts",
"unusedBytes": 353,
"resourceBytes": 388
},
{
"unusedBytes": 182,
"name": "usePopper/usePopper.tsx",
"resourceBytes": 184
},
{
"unusedBytes": 207,
"name": "useResizeObserver/useResizeObserver.ts",
"resourceBytes": 242
},
{
"unusedBytes": 692,
"resourceBytes": 748,
"name": "usePortalWrapper/index.tsx"
},
{
"name": "usePortalPopper/index.tsx",
"unusedBytes": 344,
"resourceBytes": 382
},
{
"name": "useExpandableListKeyDown/useExpandableListKeyDown.tsx",
"resourceBytes": 951,
"unusedBytes": 888
}
],
"name": "providers",
"unusedBytes": 2855,
"resourceBytes": 3148
},
{
"name": "core/commons/a11y.ts",
"resourceBytes": 1519,
"unusedBytes": 1228
}
],
"resourceBytes": 14354
},
{
"children": [
{
"unusedBytes": 17627,
"children": [
{
"resourceBytes": 4509,
"children": [
{
"unusedBytes": 139,
"resourceBytes": 139,
"name": "getWindow.js"
},
{
"resourceBytes": 254,
"unusedBytes": 254,
"name": "instanceOf.js"
},
{
"name": "getBoundingClientRect.js",
"resourceBytes": 298,
"unusedBytes": 298
},
{
"resourceBytes": 82,
"name": "getWindowScroll.js",
"unusedBytes": 82
},
{
"resourceBytes": 59,
"unusedBytes": 59,
"name": "getNodeName.js"
},
{
"resourceBytes": 89,
"unusedBytes": 89,
"name": "getDocumentElement.js"
},
{
"resourceBytes": 50,
"unusedBytes": 50,
"name": "getWindowScrollBarX.js"
},
{
"resourceBytes": 46,
"unusedBytes": 46,
"name": "getComputedStyle.js"
},
{
"resourceBytes": 113,
"name": "isScrollParent.js",
"unusedBytes": 113
},
{
"resourceBytes": 444,
"unusedBytes": 444,
"name": "getCompositeRect.js"
},
{
"name": "getNodeScroll.js",
"unusedBytes": 24,
"resourceBytes": 24
},
{
"name": "getHTMLElementScroll.js",
"unusedBytes": 51,
"resourceBytes": 51
},
{
"unusedBytes": 187,
"resourceBytes": 187,
"name": "getLayoutRect.js"
},
{
"resourceBytes": 91,
"name": "getParentNode.js",
"unusedBytes": 91
},
{
"resourceBytes": 198,
"unusedBytes": 198,
"name": "listScrollParents.js"
},
{
"unusedBytes": 107,
"name": "getScrollParent.js",
"resourceBytes": 107
},
{
"unusedBytes": 57,
"name": "isTableElement.js",
"resourceBytes": 57
},
{
"unusedBytes": 698,
"resourceBytes": 698,
"name": "getOffsetParent.js"
},
{
"unusedBytes": 174,
"resourceBytes": 174,
"name": "contains.js"
},
{
"name": "getClippingRect.js",
"resourceBytes": 748,
"unusedBytes": 748
},
{
"name": "getViewportRect.js",
"unusedBytes": 246,
"resourceBytes": 246
},
{
"resourceBytes": 354,
"name": "getDocumentRect.js",
"unusedBytes": 354
}
],
"name": "dom-utils",
"unusedBytes": 4509
},
{
"resourceBytes": 3263,
"name": "utils",
"children": [
{
"name": "math.js",
"resourceBytes": 39
},
{
"unusedBytes": 409,
"name": "orderModifiers.js",
"resourceBytes": 409
},
{
"name": "debounce.js",
"unusedBytes": 117,
"resourceBytes": 117
},
{
"name": "mergeByName.js",
"resourceBytes": 248,
"unusedBytes": 248
},
{
"resourceBytes": 37,
"name": "getBasePlacement.js",
"unusedBytes": 37
},
{
"name": "getVariation.js",
"resourceBytes": 37,
"unusedBytes": 37
},
{
"resourceBytes": 59,
"unusedBytes": 59,
"name": "getMainAxisFromPlacement.js"
},
{
"name": "computeOffsets.js",
"resourceBytes": 465,
"unusedBytes": 465
},
{
"unusedBytes": 84,
"name": "getOppositePlacement.js",
"resourceBytes": 140
},
{
"resourceBytes": 104,
"name": "getOppositeVariationPlacement.js",
"unusedBytes": 72
},
{
"name": "rectToClientRect.js",
"unusedBytes": 98,
"resourceBytes": 98
},
{
"resourceBytes": 41,
"name": "mergePaddingObject.js",
"unusedBytes": 41
},
{
"resourceBytes": 64,
"unusedBytes": 64,
"name": "getFreshSideObject.js"
},
{
"resourceBytes": 70,
"name": "expandToHashMap.js",
"unusedBytes": 70
},
{
"unusedBytes": 775,
"resourceBytes": 775,
"name": "detectOverflow.js"
},
{
"resourceBytes": 85,
"unusedBytes": 85,
"name": "within.js"
},
{
"name": "computeAutoPlacement.js",
"unusedBytes": 461,
"resourceBytes": 461
},
{
"name": "getAltAxis.js",
"unusedBytes": 14,
"resourceBytes": 14
}
],
"unusedBytes": 3136
},
{
"unusedBytes": 183,
"name": "enums.js",
"resourceBytes": 504
},
{
"name": "createPopper.js",
"resourceBytes": 1873,
"unusedBytes": 1685
},
{
"unusedBytes": 8114,
"name": "modifiers",
"resourceBytes": 8909,
"children": [
{
"unusedBytes": 451,
"resourceBytes": 535,
"name": "eventListeners.js"
},
{
"unusedBytes": 152,
"name": "popperOffsets.js",
"resourceBytes": 215
},
{
"resourceBytes": 2026,
"unusedBytes": 1906,
"name": "computeStyles.js"
},
{
"name": "offset.js",
"unusedBytes": 493,
"resourceBytes": 568
},
{
"resourceBytes": 741,
"unusedBytes": 655,
"name": "hide.js"
},
{
"unusedBytes": 852,
"name": "applyStyles.js",
"resourceBytes": 937
},
{
"resourceBytes": 1296,
"unusedBytes": 1210,
"name": "flip.js"
},
{
"resourceBytes": 1652,
"name": "preventOverflow.js",
"unusedBytes": 1571
},
{
"name": "arrow.js",
"unusedBytes": 824,
"resourceBytes": 939
}
]
},
{
"name": "popper.js",
"resourceBytes": 24
}
],
"name": "@popperjs/core/lib",
"resourceBytes": 19082
},
{
"resourceBytes": 1509,
"children": [
{
"resourceBytes": 195,
"unusedBytes": 83,
"name": "utils.js"
},
{
"resourceBytes": 1314,
"unusedBytes": 1308,
"name": "usePopper.js"
}
],
"name": "react-popper/lib/esm",
"unusedBytes": 1391
},
{
"unusedBytes": 382,
"resourceBytes": 518,
"name": "classnames/index.js"
},
{
"name": "react-fast-compare/index.js",
"unusedBytes": 1459,
"resourceBytes": 1610
}
],
"resourceBytes": 22719,
"unusedBytes": 20859,
"name": "node_modules"
}
]
},
{
"resourceBytes": 13,
"name": "external {\"amd\":\"reactDOM\",\"commonjs\":\"react-dom\",\"commonjs2\":\"react-dom\",\"root\":\"ReactDOM\"}"
},
{
"name": "./entries/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].ts",
"unusedBytes": 20,
"resourceBytes": 203
}
],
"resourceBytes": 38800,
"unusedBytes": 33630
},
{
"resourceBytes": 1706,
"unusedBytes": 565,
"name": "(unmapped)"
}
],
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].37c94a7e.bundle.min.js",
"unusedBytes": 34195,
"resourceBytes": 40506
},
{
"resourceBytes": 47524,
"children": [
{
"unusedBytes": 24514,
"resourceBytes": 40406,
"name": "webpack:",
"children": [
{
"resourceBytes": 34313,
"name": "home/builduser/work/72f571a18a1c7e11",
"unusedBytes": 21759,
"children": [
{
"unusedBytes": 14160,
"children": [
{
"name": "dist",
"children": [
{
"name": "core/commons",
"unusedBytes": 1326,
"resourceBytes": 2129,
"children": [
{
"resourceBytes": 142,
"unusedBytes": 40,
"name": "qaUtils.js"
},
{
"resourceBytes": 1987,
"name": "a11y.js",
"unusedBytes": 1286
}
]
},
{
"resourceBytes": 1587,
"name": "components/Link",
"unusedBytes": 1327,
"children": [
{
"resourceBytes": 98,
"name": "constants.js"
},
{
"unusedBytes": 1327,
"resourceBytes": 1489,
"name": "viewer/Link.js"
}
]
}
],
"resourceBytes": 3716,
"unusedBytes": 2653
},
{
"name": "src",
"resourceBytes": 11594,
"children": [
{
"name": "components",
"unusedBytes": 3126,
"children": [
{
"children": [
{
"children": [
{
"resourceBytes": 81,
"name": "CrossFade.scss"
},
{
"resourceBytes": 81,
"name": "OutIn.scss"
},
{
"name": "SlideHorizontal.scss",
"resourceBytes": 180
},
{
"resourceBytes": 177,
"name": "SlideVertical.scss"
}
],
"name": "styles",
"resourceBytes": 519
},
{
"name": "transitions",
"unusedBytes": 964,
"resourceBytes": 991,
"children": [
{
"unusedBytes": 183,
"resourceBytes": 190,
"name": "CrossFade.tsx"
},
{
"resourceBytes": 190,
"unusedBytes": 183,
"name": "OutIn.tsx"
},
{
"unusedBytes": 299,
"resourceBytes": 306,
"name": "SlideHorizontal.tsx"
},
{
"resourceBytes": 305,
"name": "SlideVertical.tsx",
"unusedBytes": 299
}
]
},
{
"unusedBytes": 95,
"resourceBytes": 162,
"name": "Transition.tsx"
}
],
"unusedBytes": 1059,
"resourceBytes": 1672,
"name": "Transition"
},
{
"name": "WRichText",
"resourceBytes": 2500,
"unusedBytes": 263,
"children": [
{
"resourceBytes": 1881,
"unusedBytes": 163,
"name": "viewer",
"children": [
{
"resourceBytes": 289,
"name": "style/WRichText.scss"
},
{
"resourceBytes": 1271,
"name": "WRichText.tsx",
"unusedBytes": 84
},
{
"resourceBytes": 321,
"unusedBytes": 79,
"name": "providers/usePopupLinkEvents/index.ts"
}
]
},
{
"unusedBytes": 100,
"resourceBytes": 619,
"name": "constants.ts"
}
]
},
{
"children": [
{
"resourceBytes": 912,
"children": [
{
"name": "common.scss",
"resourceBytes": 32
},
{
"resourceBytes": 880,
"name": "ContainerLogic.tsx",
"unusedBytes": 856
}
],
"unusedBytes": 856,
"name": "shared"
},
{
"resourceBytes": 344,
"unusedBytes": 305,
"name": "Container.tsx"
}
],
"unusedBytes": 1161,
"resourceBytes": 1256,
"name": "Container/viewer"
},
{
"name": "ScreenWidthContainer/viewer/skinComps/BaseScreen",
"resourceBytes": 856,
"unusedBytes": 402,
"children": [
{
"name": "TransparentScreen.tsx",
"resourceBytes": 116,
"unusedBytes": 62
},
{
"name": "BaseScreenSkin.tsx",
"unusedBytes": 340,
"resourceBytes": 366
},
{
"resourceBytes": 374,
"name": "styles/TransparentScreen.scss"
}
]
},
{
"name": "PageGroup",
"children": [
{
"unusedBytes": 49,
"resourceBytes": 613,
"name": "commons",
"children": [
{
"resourceBytes": 551,
"unusedBytes": 49,
"name": "viewer/GroupContent.tsx"
},
{
"resourceBytes": 62,
"name": "constants.ts"
}
]
},
{
"unusedBytes": 53,
"name": "BackgroundGroup/viewer/BackgroundGroup.tsx",
"resourceBytes": 234
},
{
"resourceBytes": 258,
"unusedBytes": 27,
"name": "PageGroup/viewer",
"children": [
{
"unusedBytes": 27,
"resourceBytes": 226,
"name": "PageGroup.tsx"
},
{
"name": "style/style.scss",
"resourceBytes": 32
}
]
}
],
"unusedBytes": 129,
"resourceBytes": 1105
},
{
"children": [
{
"resourceBytes": 181,
"name": "Anchor.tsx"
},
{
"name": "Anchor.scss",
"resourceBytes": 26
}
],
"resourceBytes": 207,
"name": "Anchor/viewer"
},
{
"resourceBytes": 101,
"name": "FooterContainer/viewer/skinComps/BaseScreen/TransparentScreen.skin.tsx",
"unusedBytes": 56
},
{
"name": "HeaderContainer/viewer/skinComps/BaseScreen/TransparentScreen.skin.tsx",
"resourceBytes": 101,
"unusedBytes": 56
},
{
"name": "LinkBar/viewer",
"resourceBytes": 892,
"children": [
{
"name": "skinComps/Classic/Classic.skin.tsx",
"resourceBytes": 101
},
{
"name": "style/ClassicLinkBar.scss",
"resourceBytes": 91
},
{
"name": "LinkBar.tsx",
"resourceBytes": 634
},
{
"name": "constants.ts",
"resourceBytes": 66
}
]
},
{
"name": "PagesContainer/viewer/PagesContainer.tsx",
"resourceBytes": 95
},
{
"children": [
{
"name": "VectorImage.tsx",
"resourceBytes": 777
},
{
"name": "style/VectorImage.scss",
"resourceBytes": 125
}
],
"name": "VectorImage/viewer",
"resourceBytes": 902
}
],
"resourceBytes": 9687
},
{
"unusedBytes": 94,
"name": "thunderbolt-core-components",
"children": [
{
"name": "MasterPage/viewer/MasterPage.tsx",
"resourceBytes": 181
},
{
"unusedBytes": 94,
"name": "PinnedLayer/viewer",
"resourceBytes": 207,
"children": [
{
"resourceBytes": 130,
"unusedBytes": 94,
"name": "PinnedLayer.tsx"
},
{
"name": "style/PinnedLayer.scss",
"resourceBytes": 77
}
]
}
],
"resourceBytes": 388
},
{
"resourceBytes": 1519,
"name": "core/commons/a11y.ts",
"unusedBytes": 98
}
],
"unusedBytes": 3318
},
{
"name": "node_modules",
"resourceBytes": 9292,
"unusedBytes": 8189,
"children": [
{
"resourceBytes": 8682,
"unusedBytes": 7580,
"name": "react-transition-group/esm",
"children": [
{
"resourceBytes": 1232,
"name": "utils/ChildMapping.js",
"unusedBytes": 1232
},
{
"unusedBytes": 1001,
"resourceBytes": 1265,
"name": "TransitionGroup.js"
},
{
"resourceBytes": 5,
"name": "config.js"
},
{
"unusedBytes": 3162,
"name": "Transition.js",
"resourceBytes": 3774
},
{
"resourceBytes": 2353,
"unusedBytes": 2185,
"name": "CSSTransition.js"
},
{
"name": "TransitionGroupContext.js",
"resourceBytes": 53
}
]
},
{
"children": [
{
"resourceBytes": 297,
"name": "removeClass.js",
"unusedBytes": 296
},
{
"name": "addClass.js",
"unusedBytes": 182,
"resourceBytes": 182
},
{
"unusedBytes": 131,
"resourceBytes": 131,
"name": "hasClass.js"
}
],
"resourceBytes": 610,
"unusedBytes": 609,
"name": "dom-helpers/esm"
}
]
}
],
"name": "packages/thunderbolt-elements",
"resourceBytes": 24602
},
{
"name": "node_modules",
"unusedBytes": 7599,
"children": [
{
"resourceBytes": 850,
"children": [
{
"name": "setPrototypeOf.js",
"resourceBytes": 127,
"unusedBytes": 37
},
{
"name": "assertThisInitialized.js",
"unusedBytes": 143,
"resourceBytes": 158
},
{
"resourceBytes": 148,
"name": "inheritsLoose.js"
},
{
"name": "objectWithoutPropertiesLoose.js",
"unusedBytes": 154,
"resourceBytes": 169
},
{
"unusedBytes": 227,
"resourceBytes": 248,
"name": "extends.js"
}
],
"unusedBytes": 561,
"name": "@babel/runtime/helpers/esm"
},
{
"resourceBytes": 7525,
"unusedBytes": 6497,
"name": "tslib/tslib.es6.js"
},
{
"resourceBytes": 818,
"name": "@stylable/runtime/cjs/css-runtime-stylesheet.js",
"unusedBytes": 521
},
{
"resourceBytes": 518,
"unusedBytes": 20,
"name": "classnames/index.js"
}
],
"resourceBytes": 9711
}
]
},
{
"name": "components/StylableButton",
"resourceBytes": 3286,
"children": [
{
"unusedBytes": 2380,
"name": "viewer",
"resourceBytes": 2727,
"children": [
{
"unusedBytes": 2380,
"name": "StylableButton.tsx",
"resourceBytes": 2412
},
{
"resourceBytes": 315,
"name": "StylableButton.component.st.css"
}
]
},
{
"resourceBytes": 559,
"unusedBytes": 40,
"name": "constants.ts"
}
],
"unusedBytes": 2420
},
{
"unusedBytes": 315,
"children": [
{
"resourceBytes": 446,
"name": "universalModuleDefinition"
},
{
"unusedBytes": 315,
"name": "bootstrap",
"resourceBytes": 1681
}
],
"resourceBytes": 2127,
"name": "webpack"
},
{
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}",
"resourceBytes": 13
},
{
"name": "external {\"amd\":\"reactDOM\",\"commonjs\":\"react-dom\",\"commonjs2\":\"react-dom\",\"root\":\"ReactDOM\"}",
"resourceBytes": 13
},
{
"resourceBytes": 654,
"unusedBytes": 20,
"name": "entries/rb_wixui.thunderbolt_bootstrap.ts"
}
]
},
{
"unusedBytes": 2545,
"name": "(unmapped)",
"resourceBytes": 7118
}
],
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js",
"unusedBytes": 27059
},
{
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~mobile.60dd2e4b.chunk.min.js",
"unusedBytes": 6416,
"children": [
{
"name": "webpack:",
"resourceBytes": 18470,
"unusedBytes": 5928,
"children": [
{
"children": [
{
"name": "packages/thunderbolt-elements/src",
"children": [
{
"children": [
{
"name": "MenuContainer/viewer",
"resourceBytes": 1479,
"children": [
{
"children": [
{
"name": "DefaultInlinePopup.scss",
"resourceBytes": 194
},
{
"name": "DefaultInlinePopup.tsx",
"resourceBytes": 580
}
],
"name": "skinComps",
"resourceBytes": 774
},
{
"name": "styles/ClassicInlinePopup.scss",
"resourceBytes": 195
},
{
"name": "MenuContainer.tsx",
"resourceBytes": 510
}
]
},
{
"unusedBytes": 4098,
"resourceBytes": 8538,
"children": [
{
"children": [
{
"resourceBytes": 131,
"name": "inlinePopupToggleSkin11.scss"
},
{
"name": "inlinePopupToggleSkin12.scss",
"resourceBytes": 174
},
{
"name": "inlinePopupToggleCommon.scss",
"resourceBytes": 78
},
{
"name": "inlinePopupToggleSkin10.scss",
"resourceBytes": 106
},
{
"name": "inlinePopupToggleSkin1.scss",
"resourceBytes": 98
},
{
"name": "inlinePopupToggleSkin7.scss",
"resourceBytes": 96
},
{
"resourceBytes": 262,
"name": "inlinePopupToggleSkin8.scss"
},
{
"resourceBytes": 117,
"name": "inlinePopupToggleSkin14.scss"
},
{
"unusedBytes": 91,
"resourceBytes": 98,
"name": "inlinePopupToggleSkin1.tsx"
},
{
"unusedBytes": 298,
"name": "inlinePopupToggleSkin2.tsx",
"resourceBytes": 305
},
{
"resourceBytes": 504,
"name": "inlinePopupToggleSkin3.tsx",
"unusedBytes": 497
},
{
"resourceBytes": 299,
"name": "inlinePopupToggleSkin4.tsx"
},
{
"name": "inlinePopupToggleSkin5.tsx",
"unusedBytes": 341,
"resourceBytes": 348
},
{
"name": "inlinePopupToggleSkin6.tsx",
"resourceBytes": 539,
"unusedBytes": 532
},
{
"name": "inlinePopupToggleSkin7.tsx",
"unusedBytes": 180,
"resourceBytes": 187
},
{
"unusedBytes": 116,
"resourceBytes": 123,
"name": "inlinePopupToggleSkin8.tsx"
},
{
"resourceBytes": 282,
"unusedBytes": 275,
"name": "inlinePopupToggleSkin9.tsx"
},
{
"resourceBytes": 161,
"name": "inlinePopupToggleSkin10.tsx",
"unusedBytes": 154
},
{
"unusedBytes": 235,
"resourceBytes": 242,
"name": "inlinePopupToggleSkin11.tsx"
},
{
"resourceBytes": 278,
"name": "inlinePopupToggleSkin12.tsx",
"unusedBytes": 271
},
{
"resourceBytes": 262,
"unusedBytes": 255,
"name": "inlinePopupToggleSkin13.tsx"
},
{
"unusedBytes": 148,
"resourceBytes": 155,
"name": "inlinePopupToggleSkin14.tsx"
},
{
"name": "inlinePopupToggleSkin15.tsx",
"resourceBytes": 432,
"unusedBytes": 425
},
{
"resourceBytes": 282,
"unusedBytes": 280,
"name": "inlinePopupToggleSkin16.tsx"
},
{
"resourceBytes": 340,
"name": "inlinePopupToggleSkin3.scss"
},
{
"name": "inlinePopupToggleSkin15.scss",
"resourceBytes": 207
},
{
"resourceBytes": 103,
"name": "inlinePopupToggleSkin6.scss"
},
{
"resourceBytes": 216,
"name": "inlinePopupToggleSkin2.scss"
},
{
"name": "inlinePopupToggleSkin4.scss",
"resourceBytes": 255
},
{
"resourceBytes": 140,
"name": "inlinePopupToggleSkin13.scss"
},
{
"name": "inlinePopupToggleSkin16.scss",
"resourceBytes": 242
},
{
"resourceBytes": 234,
"name": "inlinePopupToggleSkin9.scss"
},
{
"name": "inlinePopupToggleSkin5.scss",
"resourceBytes": 276
}
],
"unusedBytes": 4098,
"name": "skinComps",
"resourceBytes": 7572
},
{
"name": "skinMap.ts",
"resourceBytes": 415
},
{
"resourceBytes": 551,
"name": "MenuToggle.tsx"
}
],
"name": "MenuToggle/viewer"
},
{
"children": [
{
"resourceBytes": 782,
"children": [
{
"name": "style/BackToTopButton.scss",
"resourceBytes": 60
},
{
"resourceBytes": 632,
"name": "BackToTopButton.tsx",
"unusedBytes": 132
},
{
"resourceBytes": 90,
"name": "BackToTopButton.controller.ts",
"unusedBytes": 46
}
],
"name": "viewer",
"unusedBytes": 178
},
{
"name": "constants.ts",
"unusedBytes": 60,
"resourceBytes": 303
}
],
"name": "BackToTopButton",
"unusedBytes": 238,
"resourceBytes": 1085
},
{
"name": "ExpandableMenu",
"unusedBytes": 9,
"resourceBytes": 2959,
"children": [
{
"unusedBytes": 9,
"resourceBytes": 2825,
"name": "viewer",
"children": [
{
"name": "style",
"resourceBytes": 513,
"children": [
{
"name": "ExpandableMenu.scss",
"resourceBytes": 166
},
{
"resourceBytes": 347,
"name": "ExpandableMenuItem.scss"
}
]
},
{
"unusedBytes": 9,
"resourceBytes": 1669,
"name": "ExpandableMenuItem.tsx"
},
{
"name": "ExpandableMenu.tsx",
"resourceBytes": 643
}
]
},
{
"name": "constants.ts",
"resourceBytes": 64
},
{
"resourceBytes": 70,
"name": "translations/constants.ts"
}
]
}
],
"unusedBytes": 4345,
"resourceBytes": 14061,
"name": "components"
},
{
"resourceBytes": 1525,
"name": "core/commons/a11y.ts",
"unusedBytes": 1228
}
],
"resourceBytes": 15586,
"unusedBytes": 5573
},
{
"resourceBytes": 518,
"unusedBytes": 20,
"name": "node_modules/classnames/index.js"
}
],
"name": "home/builduser/work/72f571a18a1c7e11",
"unusedBytes": 5593,
"resourceBytes": 16104
},
{
"unusedBytes": 315,
"name": "webpack",
"resourceBytes": 2053,
"children": [
{
"resourceBytes": 371,
"name": "universalModuleDefinition"
},
{
"unusedBytes": 315,
"name": "bootstrap",
"resourceBytes": 1682
}
]
},
{
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}",
"resourceBytes": 13
},
{
"resourceBytes": 300,
"unusedBytes": 20,
"name": "entries/rb_wixui.thunderbolt_mobile.ts"
}
]
},
{
"resourceBytes": 2797,
"name": "(unmapped)",
"unusedBytes": 488
}
],
"resourceBytes": 21267
},
{
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[SkipToContentButton].63d61644.bundle.min.js",
"children": [
{
"children": [
{
"children": [
{
"name": "universalModuleDefinition",
"resourceBytes": 413
},
{
"name": "bootstrap",
"resourceBytes": 968,
"unusedBytes": 315
}
],
"unusedBytes": 315,
"resourceBytes": 1381,
"name": "webpack"
},
{
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}",
"resourceBytes": 13
},
{
"name": "home/builduser/work/72f571a18a1c7e11",
"resourceBytes": 1320,
"unusedBytes": 76,
"children": [
{
"name": "packages/thunderbolt-elements/src/components/SkipToContentButton/viewer",
"resourceBytes": 802,
"children": [
{
"resourceBytes": 76,
"name": "style/SkipToContentButton.st.scss"
},
{
"resourceBytes": 626,
"unusedBytes": 56,
"name": "SkipToContentButton.tsx"
},
{
"resourceBytes": 100,
"name": "constants.ts"
}
],
"unusedBytes": 56
},
{
"resourceBytes": 518,
"unusedBytes": 20,
"name": "node_modules/classnames/index.js"
}
]
},
{
"name": "./entries/rb_wixui.thunderbolt[SkipToContentButton].ts",
"resourceBytes": 159,
"unusedBytes": 20
}
],
"name": "webpack:",
"resourceBytes": 2873,
"unusedBytes": 411
},
{
"resourceBytes": 334,
"name": "(unmapped)"
}
],
"resourceBytes": 3207,
"unusedBytes": 411
},
{
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MenuContainer_Classic].e42c894a.bundle.min.js",
"resourceBytes": 3028,
"children": [
{
"resourceBytes": 2793,
"unusedBytes": 355,
"children": [
{
"name": "webpack",
"children": [
{
"resourceBytes": 419,
"name": "universalModuleDefinition"
},
{
"resourceBytes": 1682,
"name": "bootstrap",
"unusedBytes": 315
}
],
"resourceBytes": 2101,
"unusedBytes": 315
},
{
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}",
"resourceBytes": 13
},
{
"resourceBytes": 518,
"name": "home/builduser/work/72f571a18a1c7e11/node_modules/classnames/index.js",
"unusedBytes": 20
},
{
"name": "./entries/rb_wixui.thunderbolt[MenuContainer_Classic].ts",
"resourceBytes": 161,
"unusedBytes": 20
}
],
"name": "webpack:"
},
{
"resourceBytes": 235,
"name": "(unmapped)"
}
],
"unusedBytes": 355
},
{
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MeshGroup].e2f9ea28.bundle.min.js",
"resourceBytes": 2625,
"unusedBytes": 335,
"children": [
{
"children": [
{
"resourceBytes": 2062,
"name": "webpack",
"unusedBytes": 315,
"children": [
{
"resourceBytes": 383,
"name": "universalModuleDefinition"
},
{
"resourceBytes": 1679,
"name": "bootstrap",
"unusedBytes": 315
}
]
},
{
"resourceBytes": 13,
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}"
},
{
"resourceBytes": 162,
"name": "home/builduser/work/72f571a18a1c7e11/packages/thunderbolt-elements/src/thunderbolt-core-components/MeshGroup/viewer/MeshGroup.tsx"
},
{
"name": "./entries/rb_wixui.thunderbolt[MeshGroup].ts",
"unusedBytes": 20,
"resourceBytes": 149
}
],
"unusedBytes": 335,
"resourceBytes": 2386,
"name": "webpack:"
},
{
"name": "(unmapped)",
"resourceBytes": 239
}
]
},
{
"children": [
{
"name": "webpack:",
"children": [
{
"name": "webpack",
"resourceBytes": 2077,
"children": [
{
"resourceBytes": 398,
"name": "universalModuleDefinition"
},
{
"resourceBytes": 1679,
"unusedBytes": 315,
"name": "bootstrap"
}
],
"unusedBytes": 315
},
{
"resourceBytes": 13,
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}"
},
{
"unusedBytes": 1566,
"children": [
{
"children": [
{
"resourceBytes": 1115,
"unusedBytes": 41,
"name": "useIFrame/useIFrame.ts"
},
{
"name": "useTPAGallery/useTPAGallery.ts",
"resourceBytes": 812,
"unusedBytes": 229
}
],
"resourceBytes": 1927,
"name": "providers",
"unusedBytes": 270
},
{
"name": "components",
"children": [
{
"children": [
{
"unusedBytes": 6,
"name": "TPAGallery.tsx",
"resourceBytes": 653
},
{
"name": "style/TPAGallery.scss",
"resourceBytes": 50
},
{
"name": "TPAGallery.controller.ts",
"unusedBytes": 62,
"resourceBytes": 123
}
],
"resourceBytes": 826,
"unusedBytes": 68,
"name": "TPAGallery/viewer"
},
{
"resourceBytes": 203,
"name": "StripSlideshow/viewer",
"children": [
{
"name": "StripSlideshow.tsx",
"resourceBytes": 102
},
{
"resourceBytes": 101,
"name": "StripSlideshow.controller.ts"
}
]
}
],
"unusedBytes": 68,
"resourceBytes": 1029
},
{
"resourceBytes": 1525,
"unusedBytes": 1228,
"name": "core/commons/a11y.ts"
}
],
"name": "home/builduser/work/72f571a18a1c7e11/packages/thunderbolt-elements/src",
"resourceBytes": 4481
},
{
"name": "./entries/rb_wixui.thunderbolt[StripSlideshow].ts",
"resourceBytes": 181,
"unusedBytes": 20
}
],
"unusedBytes": 1901,
"resourceBytes": 6752
},
{
"unusedBytes": 496,
"name": "(unmapped)",
"resourceBytes": 1091
}
],
"unusedBytes": 2397,
"resourceBytes": 7843,
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[StripSlideshow].7e484080.bundle.min.js"
},
{
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js",
"unusedBytes": 22897,
"resourceBytes": 35700,
"children": [
{
"children": [
{
"unusedBytes": 287,
"children": [
{
"resourceBytes": 398,
"name": "universalModuleDefinition"
},
{
"resourceBytes": 1681,
"unusedBytes": 287,
"name": "bootstrap"
}
],
"name": "webpack",
"resourceBytes": 2079
},
{
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}",
"resourceBytes": 13
},
{
"resourceBytes": 31856,
"children": [
{
"resourceBytes": 20242,
"children": [
{
"unusedBytes": 6505,
"name": "tslib/tslib.es6.js",
"resourceBytes": 7525
},
{
"unusedBytes": 4188,
"name": "wix-ui-core/dist/es/src",
"resourceBytes": 5730,
"children": [
{
"resourceBytes": 3029,
"unusedBytes": 2478,
"name": "components/avatar",
"children": [
{
"resourceBytes": 168,
"name": "avatar.st.css"
},
{
"resourceBytes": 2590,
"unusedBytes": 2207,
"name": "avatar.js"
},
{
"resourceBytes": 271,
"unusedBytes": 271,
"name": "util.js"
}
]
},
{
"children": [
{
"children": [
{
"resourceBytes": 243,
"name": "Focusable.st.css"
},
{
"resourceBytes": 2189,
"name": "FocusableHOC.js",
"unusedBytes": 1584
}
],
"name": "Focusable",
"resourceBytes": 2432,
"unusedBytes": 1584
},
{
"name": "utils.js",
"resourceBytes": 83
}
],
"unusedBytes": 1584,
"name": "hocs",
"resourceBytes": 2515
},
{
"unusedBytes": 126,
"resourceBytes": 186,
"children": [
{
"name": "index.js",
"resourceBytes": 56
},
{
"name": "filter-data-props.js",
"unusedBytes": 126,
"resourceBytes": 130
}
],
"name": "utils"
}
]
},
{
"resourceBytes": 1652,
"name": "hoist-non-react-methods/lib/index.js",
"unusedBytes": 348
},
{
"resourceBytes": 3999,
"unusedBytes": 3265,
"name": "wix-ui-tpa/dist/es/src/components/Avatar",
"children": [
{
"resourceBytes": 135,
"name": "Avatar.st.css"
},
{
"name": "types.js",
"resourceBytes": 132
},
{
"unusedBytes": 2773,
"resourceBytes": 2783,
"name": "AnonymousIcon.js"
},
{
"unusedBytes": 492,
"name": "Avatar.js",
"resourceBytes": 949
}
]
},
{
"resourceBytes": 818,
"unusedBytes": 521,
"name": "@stylable/runtime/cjs/css-runtime-stylesheet.js"
},
{
"unusedBytes": 20,
"resourceBytes": 518,
"name": "classnames/index.js"
}
],
"name": "node_modules",
"unusedBytes": 14847
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"name": "Avatar.scss",
"resourceBytes": 99
},
{
"resourceBytes": 396,
"name": "Avatar.tsx"
},
{
"name": "index.ts",
"resourceBytes": 6
},
{
"name": "AvatarWrapper.tsx",
"resourceBytes": 430
}
],
"name": "avatar",
"resourceBytes": 931
},
{
"children": [
{
"resourceBytes": 48,
"name": "LoggedOffSocialBar.scss"
},
{
"resourceBytes": 7,
"name": "index.ts"
},
{
"name": "LoggedOffSocialBar.tsx",
"resourceBytes": 409
}
],
"resourceBytes": 464,
"name": "loggedOffSocialBar"
},
{
"name": "loginSocialBarNativeMenu",
"children": [
{
"name": "LoginSocialBarNativeMenu.scss",
"resourceBytes": 26
},
{
"resourceBytes": 6,
"name": "index.ts"
},
{
"unusedBytes": 587,
"resourceBytes": 588,
"name": "LoginSocialBarNativeMenu.tsx"
}
],
"unusedBytes": 587,
"resourceBytes": 620
},
{
"resourceBytes": 1963,
"unusedBytes": 1694,
"children": [
{
"name": "LoginSocialBarCustomMenu.tsx",
"resourceBytes": 1732,
"unusedBytes": 1694
},
{
"name": "LoginSocialBarCustomMenu.scss",
"resourceBytes": 231
}
],
"name": "loginSocialBarCustomMenu"
},
{
"resourceBytes": 818,
"name": "loginSocialBarIcons",
"unusedBytes": 665,
"children": [
{
"name": "LoginSocialBarIcons.tsx",
"resourceBytes": 675,
"unusedBytes": 665
},
{
"name": "index.ts",
"resourceBytes": 6
},
{
"resourceBytes": 137,
"name": "LoginSocialBarIcons.scss"
}
]
},
{
"resourceBytes": 2261,
"name": "loggedInSocialBar",
"unusedBytes": 2090,
"children": [
{
"name": "icons",
"children": [
{
"unusedBytes": 230,
"name": "LineArrow.tsx",
"resourceBytes": 237
},
{
"name": "FullArrow.tsx",
"unusedBytes": 176,
"resourceBytes": 177
}
],
"unusedBytes": 406,
"resourceBytes": 414
},
{
"name": "index.ts",
"resourceBytes": 7
},
{
"resourceBytes": 1685,
"name": "LoggedInSocialBar.tsx",
"unusedBytes": 1684
},
{
"name": "LoggedInSocialBar.scss",
"resourceBytes": 155
}
]
},
{
"children": [
{
"resourceBytes": 263,
"name": "Arrow.tsx",
"unusedBytes": 188
},
{
"name": "index.ts",
"resourceBytes": 7
}
],
"resourceBytes": 270,
"unusedBytes": 188,
"name": "arrow"
}
],
"unusedBytes": 5224,
"resourceBytes": 7327,
"name": "components"
},
{
"name": "style/LoginSocialBar.scss",
"resourceBytes": 27
},
{
"unusedBytes": 48,
"resourceBytes": 101,
"name": "LoginSocialBar.controller.ts"
},
{
"name": "assets/arrow.svg",
"resourceBytes": 452,
"unusedBytes": 332
},
{
"name": "LoginSocialBar.tsx",
"unusedBytes": 60,
"resourceBytes": 1289
}
],
"name": "viewer",
"unusedBytes": 5664,
"resourceBytes": 9196
},
{
"resourceBytes": 520,
"name": "LoginSocialBar.types.ts",
"unusedBytes": 20
},
{
"resourceBytes": 379,
"unusedBytes": 317,
"children": [
{
"name": "constants.ts",
"unusedBytes": 175,
"resourceBytes": 175
},
{
"unusedBytes": 142,
"name": "i18n.constants.ts",
"resourceBytes": 204
}
],
"name": "constants"
}
],
"unusedBytes": 6001,
"resourceBytes": 10095,
"name": "components/LoginSocialBar"
},
{
"name": "core/commons/a11y.ts",
"resourceBytes": 1519,
"unusedBytes": 1228
}
],
"resourceBytes": 11614,
"name": "packages/thunderbolt-elements/src",
"unusedBytes": 7229
}
],
"unusedBytes": 22076,
"name": "home/builduser/work/72f571a18a1c7e11"
},
{
"unusedBytes": 20,
"name": "./entries/rb_wixui.thunderbolt[LoginSocialBar].ts",
"resourceBytes": 181
}
],
"resourceBytes": 34129,
"unusedBytes": 22383,
"name": "webpack:"
},
{
"resourceBytes": 1571,
"name": "(unmapped)",
"unusedBytes": 514
}
]
},
{
"name": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[Container_DefaultAreaSkin].80b00440.bundle.min.js",
"unusedBytes": 3125,
"children": [
{
"unusedBytes": 2276,
"name": "webpack:",
"children": [
{
"children": [
{
"resourceBytes": 431,
"name": "universalModuleDefinition"
},
{
"unusedBytes": 335,
"resourceBytes": 1681,
"name": "bootstrap"
}
],
"resourceBytes": 2112,
"name": "webpack",
"unusedBytes": 335
},
{
"resourceBytes": 13,
"name": "external {\"amd\":\"react\",\"commonjs\":\"react\",\"commonjs2\":\"react\",\"root\":\"React\"}"
},
{
"name": "home/builduser/work/72f571a18a1c7e11",
"unusedBytes": 1921,
"children": [
{
"resourceBytes": 1957,
"children": [
{
"unusedBytes": 311,
"resourceBytes": 438,
"name": "components/Container/viewer",
"children": [
{
"resourceBytes": 163,
"unusedBytes": 66,
"name": "skinComps/DefaultAreaSkin",
"children": [
{
"resourceBytes": 124,
"unusedBytes": 66,
"name": "DefaultAreaSkin.skin.tsx"
},
{
"name": "DefaultAreaSkin.scss",
"resourceBytes": 39
}
]
},
{
"resourceBytes": 275,
"name": "shared/BasicContainer.tsx",
"unusedBytes": 245
}
]
},
{
"resourceBytes": 1519,
"unusedBytes": 1228,
"name": "core/commons/a11y.ts"
}
],
"name": "packages/thunderbolt-elements/src",
"unusedBytes": 1539
},
{
"resourceBytes": 518,
"unusedBytes": 382,
"name": "node_modules/classnames/index.js"
}
],
"resourceBytes": 2475
},
{
"name": "./entries/rb_wixui.thunderbolt[Container_DefaultAreaSkin].ts",
"unusedBytes": 20,
"resourceBytes": 159
}
],
"resourceBytes": 4759
},
{
"resourceBytes": 1370,
"name": "(unmapped)",
"unusedBytes": 849
}
],
"resourceBytes": 6129
},
{
"resourceBytes": 237312,
"name": "https://static.parastorage.com/unpkg/react-dom@16.13.1/umd/react-dom.production.min.js",
"unusedBytes": 144605
},
{
"unusedBytes": 37540,
"resourceBytes": 93107,
"name": "https://static.parastorage.com/services/third-party/jquery/1.10.2/dist/jquery.min.js"
},
{
"resourceBytes": 28151,
"name": "https://static.parastorage.com/services/third-party/lodash/2.4.1/dist/lodash.min.js",
"unusedBytes": 19795
},
{
"resourceBytes": 5539,
"unusedBytes": 2964,
"name": "https://static.parastorage.com/services/third-party/jquery-easing/1.3/jquery.easing.min.js"
},
{
"resourceBytes": 13188,
"unusedBytes": 10861,
"name": "https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"
},
{
"name": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/jquery.cycle2.min.js",
"unusedBytes": 6678,
"resourceBytes": 21627
},
{
"name": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/jquery.cycle2.scrollVert.min.js",
"resourceBytes": 344,
"unusedBytes": 195
},
{
"unusedBytes": 5287,
"name": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/utils.js",
"resourceBytes": 14873
},
{
"resourceBytes": 7657,
"name": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/app.proto.js",
"unusedBytes": 4972
},
{
"name": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"unusedBytes": 27308,
"resourceBytes": 48565
},
{
"name": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/target/StripSlideshow/js/app.min.js",
"resourceBytes": 9539,
"unusedBytes": 1010
},
{
"resourceBytes": 16941,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/page-features.a52bf680.chunk.min.js",
"children": [
{
"children": [
{
"children": [
{
"resourceBytes": 448,
"name": "accessibilityUtils.ts",
"unusedBytes": 176
},
{
"name": "accessibility.ts",
"unusedBytes": 85,
"resourceBytes": 292
},
{
"name": "index.ts",
"resourceBytes": 47
}
],
"resourceBytes": 787,
"unusedBytes": 261,
"name": "feature-accessibility/src"
},
{
"resourceBytes": 1601,
"name": "feature-animations/src",
"children": [
{
"resourceBytes": 392,
"unusedBytes": 27,
"name": "animationsInit.ts"
},
{
"resourceBytes": 1148,
"unusedBytes": 1046,
"name": "wixCode/wixCodeHandlersProvider.ts"
},
{
"name": "index.ts",
"resourceBytes": 61
}
],
"unusedBytes": 1073
},
{
"resourceBytes": 2183,
"children": [
{
"name": "groupByMultipleComponentTypes.ts",
"resourceBytes": 98
},
{
"resourceBytes": 383,
"name": "pageWillMountPropsExtender.ts"
},
{
"name": "componentWillMount.ts",
"resourceBytes": 426,
"unusedBytes": 53
},
{
"resourceBytes": 343,
"name": "componentsFactory.ts",
"unusedBytes": 10
},
{
"children": [
{
"name": "eventsTrait.ts",
"unusedBytes": 95,
"resourceBytes": 247
},
{
"resourceBytes": 86,
"unusedBytes": 12,
"name": "propsTrait.ts"
},
{
"name": "stylesTrait.ts",
"unusedBytes": 20,
"resourceBytes": 69
},
{
"name": "compRefTrait.ts",
"unusedBytes": 23,
"resourceBytes": 71
}
],
"unusedBytes": 150,
"resourceBytes": 473,
"name": "traits"
},
{
"unusedBytes": 191,
"resourceBytes": 460,
"name": "index.ts"
}
],
"name": "feature-components/src",
"unusedBytes": 404
},
{
"children": [
{
"name": "imagePlaceholderComponentTypes.ts",
"resourceBytes": 203
},
{
"resourceBytes": 65,
"name": "clientImagePlaceholder.ts"
},
{
"name": "createPropsExtenderFactory.ts",
"resourceBytes": 480,
"unusedBytes": 37
},
{
"name": "index.ts",
"resourceBytes": 67
}
],
"resourceBytes": 815,
"unusedBytes": 37,
"name": "feature-image-placeholder/src"
},
{
"resourceBytes": 597,
"children": [
{
"resourceBytes": 542,
"unusedBytes": 42,
"name": "landingPage.ts"
},
{
"name": "index.ts",
"resourceBytes": 55
}
],
"unusedBytes": 42,
"name": "feature-landing-page/src"
},
{
"children": [
{
"name": "relevantComponentTypes.ts",
"resourceBytes": 88
},
{
"resourceBytes": 229,
"name": "menusCurrentPage.ts"
},
{
"name": "index.ts",
"resourceBytes": 40
}
],
"name": "feature-menus-current-page/src",
"resourceBytes": 357
},
{
"resourceBytes": 1077,
"name": "feature-navigation/src",
"children": [
{
"name": "navigation.ts",
"unusedBytes": 839,
"resourceBytes": 956
},
{
"resourceBytes": 66,
"name": "shouldNavigateHandler.ts",
"unusedBytes": 16
},
{
"unusedBytes": 17,
"name": "index.ts",
"resourceBytes": 55
}
],
"unusedBytes": 872
},
{
"unusedBytes": 423,
"resourceBytes": 424,
"name": "feature-onload-comps-behaviors/src",
"children": [
{
"unusedBytes": 376,
"name": "onloadCompsBehaviors.ts",
"resourceBytes": 376
},
{
"name": "index.ts",
"unusedBytes": 47,
"resourceBytes": 48
}
]
},
{
"children": [
{
"unusedBytes": 302,
"name": "pageScrollRegistrar.ts",
"resourceBytes": 583
},
{
"resourceBytes": 71,
"name": "index.ts"
}
],
"unusedBytes": 302,
"name": "feature-page-scroll/src",
"resourceBytes": 654
},
{
"resourceBytes": 2901,
"unusedBytes": 1230,
"children": [
{
"resourceBytes": 290,
"unusedBytes": 60,
"name": "samePageScroll.ts"
},
{
"name": "constants.ts",
"resourceBytes": 49
},
{
"name": "postNavigationScroll.ts",
"resourceBytes": 375
},
{
"name": "anchorCompIdProvider.ts",
"unusedBytes": 13,
"resourceBytes": 73
},
{
"unusedBytes": 424,
"name": "samePageScrollClickHandler.ts",
"resourceBytes": 480
},
{
"resourceBytes": 276,
"name": "samePageAnchorHrefUpdater.ts"
},
{
"unusedBytes": 176,
"resourceBytes": 254,
"name": "scrollToAnchorHandlerProvider.ts"
},
{
"unusedBytes": 557,
"name": "samePageAnchorPropsResolver.ts",
"resourceBytes": 905
},
{
"resourceBytes": 199,
"name": "index.ts"
}
],
"name": "feature-scroll-to-anchor/src"
},
{
"unusedBytes": 1780,
"children": [
{
"name": "scrollUtils.ts",
"unusedBytes": 418,
"resourceBytes": 429
},
{
"resourceBytes": 1598,
"name": "windowScroll.ts",
"unusedBytes": 1362
},
{
"resourceBytes": 253,
"name": "pageReadyForScroll.ts"
},
{
"resourceBytes": 73,
"name": "index.ts"
}
],
"name": "feature-window-scroll/src",
"resourceBytes": 2353
},
{
"name": "thunderbolt-symbols/src/symbols/pageScrollRegistrar.ts",
"resourceBytes": 47
}
],
"resourceBytes": 13796,
"name": "webpack:/..",
"unusedBytes": 6424
},
{
"unusedBytes": 666,
"name": "(unmapped)",
"resourceBytes": 3145
}
],
"unusedBytes": 7090
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"resourceBytes": 1642,
"unusedBytes": 1477,
"name": "componentsLoaderClient.ts"
},
{
"resourceBytes": 135,
"name": "loadComponentWithModuleFederation.ts",
"unusedBytes": 135
},
{
"name": "ooiLoadStaticCSSPageWillMountClient.ts",
"unusedBytes": 631,
"resourceBytes": 1027
},
{
"name": "ooiLoadComponentsPageWillMountClient.ts",
"unusedBytes": 362,
"resourceBytes": 779
}
],
"unusedBytes": 2605,
"name": "client",
"resourceBytes": 3583
},
{
"resourceBytes": 59,
"unusedBytes": 59,
"name": "extractWidgetNameFromUrl.ts"
},
{
"unusedBytes": 123,
"resourceBytes": 783,
"name": "hostProps.ts"
},
{
"resourceBytes": 927,
"name": "ooi.ts",
"unusedBytes": 169
},
{
"resourceBytes": 119,
"name": "ooiComponentsRegistrar.ts",
"unusedBytes": 22
},
{
"name": "ooiSdkHandlersProvider.ts",
"unusedBytes": 78,
"resourceBytes": 159
},
{
"name": "ssr/ooiPostSsrPropsEnricher.ts",
"unusedBytes": 108,
"resourceBytes": 366
},
{
"resourceBytes": 310,
"name": "index.ts"
},
{
"unusedBytes": 684,
"resourceBytes": 704,
"name": "lazySentry.ts"
},
{
"unusedBytes": 188,
"name": "reporting/index.ts",
"resourceBytes": 277
},
{
"name": "tpaWidgetNativeFactory/tpaWidgetNativeClient.tsx",
"unusedBytes": 960,
"resourceBytes": 965
}
],
"unusedBytes": 4996,
"resourceBytes": 8252,
"name": "feature-ooi/src"
},
{
"resourceBytes": 11,
"unusedBytes": 11,
"name": "node_modules/mini-css-extract-plugin/node_modules/@wix/node_modules/@wix/node_modules/@wix/node_modules/@wix/yoshi-style-dependencies/feature-ooi/src/tpaWidgetNativeFactory/tpaWidgetNativeClient.scss"
}
],
"name": "webpack:/..",
"unusedBytes": 5007,
"resourceBytes": 8263
},
{
"unusedBytes": 268,
"resourceBytes": 1375,
"name": "(unmapped)"
}
],
"unusedBytes": 5275,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.10ae0805.chunk.min.js",
"resourceBytes": 9638
},
{
"unusedBytes": 9061,
"children": [
{
"unusedBytes": 7719,
"resourceBytes": 15351,
"name": "webpack:",
"children": [
{
"resourceBytes": 11541,
"unusedBytes": 6609,
"children": [
{
"unusedBytes": 724,
"children": [
{
"name": "construct.js",
"unusedBytes": 316,
"resourceBytes": 406
},
{
"resourceBytes": 317,
"unusedBytes": 253,
"name": "isNativeReflectConstruct.js"
},
{
"unusedBytes": 155,
"resourceBytes": 220,
"name": "setPrototypeOf.js"
}
],
"name": "node_modules/@wix/yoshi-webpack-utils/node_modules/@babel/runtime/helpers",
"resourceBytes": 943
},
{
"resourceBytes": 2234,
"name": "feature-animations-wix-code-sdk/src",
"unusedBytes": 1743,
"children": [
{
"unusedBytes": 1743,
"resourceBytes": 2156,
"name": "sdk/animationsSdkProvider.ts"
},
{
"name": "index.ts",
"resourceBytes": 78
}
]
},
{
"unusedBytes": 987,
"name": "feature-authentication-wix-code-sdk/src",
"children": [
{
"name": "sdk/authenticationSdkProvider.ts",
"resourceBytes": 168
},
{
"resourceBytes": 40,
"name": "types.ts"
},
{
"resourceBytes": 316,
"unusedBytes": 288,
"name": "utils.ts"
},
{
"unusedBytes": 699,
"name": "captchaDialogApi.ts",
"resourceBytes": 789
},
{
"name": "index.ts",
"resourceBytes": 36
}
],
"resourceBytes": 1349
},
{
"unusedBytes": 546,
"name": "feature-dashboard-wix-code-sdk/src",
"children": [
{
"resourceBytes": 957,
"children": [
{
"name": "popupApiProvider.ts",
"resourceBytes": 88
},
{
"unusedBytes": 381,
"name": "services/callDashboardApiFactory.ts",
"resourceBytes": 390
},
{
"resourceBytes": 479,
"unusedBytes": 165,
"name": "dashboardSdkProvider.ts"
}
],
"unusedBytes": 546,
"name": "sdk"
},
{
"resourceBytes": 112,
"name": "index.ts"
}
],
"resourceBytes": 1069
},
{
"children": [
{
"name": "sdk/FedopsSdkHandlersProvider.ts",
"resourceBytes": 124
},
{
"name": "index.ts",
"resourceBytes": 49,
"unusedBytes": 18
}
],
"resourceBytes": 173,
"name": "feature-fedops-wix-code-sdk/src",
"unusedBytes": 18
},
{
"name": "feature-location-wix-code-sdk/src",
"children": [
{
"unusedBytes": 254,
"resourceBytes": 443,
"name": "sdk/locationSdkProvider.ts"
},
{
"name": "index.ts",
"resourceBytes": 22
}
],
"resourceBytes": 465,
"unusedBytes": 254
},
{
"resourceBytes": 723,
"children": [
{
"children": [
{
"resourceBytes": 558,
"unusedBytes": 431,
"name": "seoSdkProvider.ts"
},
{
"name": "seoDataProvider.ts",
"resourceBytes": 108
}
],
"resourceBytes": 666,
"name": "sdk",
"unusedBytes": 431
},
{
"resourceBytes": 57,
"name": "index.ts"
}
],
"name": "feature-seo-wix-code-sdk/src",
"unusedBytes": 431
},
{
"resourceBytes": 2114,
"children": [
{
"resourceBytes": 1062,
"name": "sdk/siteMembersSdkProvider.ts",
"unusedBytes": 487
},
{
"name": "types.ts",
"resourceBytes": 1024
},
{
"resourceBytes": 28,
"name": "index.ts"
}
],
"unusedBytes": 487,
"name": "feature-site-members-wix-code-sdk/src"
},
{
"unusedBytes": 36,
"children": [
{
"resourceBytes": 408,
"children": [
{
"name": "siteEnvDataProvider.ts",
"resourceBytes": 288
},
{
"resourceBytes": 120,
"name": "siteSdkProvider.ts",
"unusedBytes": 36
}
],
"name": "sdk",
"unusedBytes": 36
},
{
"name": "index.ts",
"resourceBytes": 36
}
],
"resourceBytes": 444,
"name": "feature-site-wix-code-sdk/src"
},
{
"unusedBytes": 1383,
"resourceBytes": 2027,
"children": [
{
"name": "sdk/windowSdkProvider.ts",
"unusedBytes": 1248,
"resourceBytes": 1773
},
{
"name": "warmupDataEnricher.ts",
"resourceBytes": 160,
"unusedBytes": 99
},
{
"resourceBytes": 94,
"name": "index.ts",
"unusedBytes": 36
}
],
"name": "feature-window-wix-code-sdk/src"
}
],
"name": ".."
},
{
"unusedBytes": 1110,
"name": "./comlink.ts",
"resourceBytes": 3810
}
]
},
{
"name": "(unmapped)",
"resourceBytes": 4317,
"unusedBytes": 1342
}
],
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js",
"resourceBytes": 19668
},
{
"resourceBytes": 4492,
"children": [
{
"children": [
{
"resourceBytes": 528,
"unusedBytes": 445,
"name": "utils.ts"
},
{
"name": "dynamicPages.ts",
"unusedBytes": 1120,
"resourceBytes": 1715
},
{
"name": "dynamicPagesResponseHandler.ts",
"resourceBytes": 829,
"unusedBytes": 715
},
{
"resourceBytes": 520,
"unusedBytes": 312,
"name": "permissionsHandler.ts"
},
{
"unusedBytes": 190,
"resourceBytes": 245,
"name": "permissionsHandlerProvider.ts"
},
{
"name": "index.ts",
"resourceBytes": 105
}
],
"name": "webpack:/../feature-dynamic-pages/src",
"resourceBytes": 3942,
"unusedBytes": 2782
},
{
"unusedBytes": 6,
"name": "(unmapped)",
"resourceBytes": 550
}
],
"unusedBytes": 2788,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.387b205e.chunk.min.js"
},
{
"resourceBytes": 2930,
"children": [
{
"resourceBytes": 2466,
"children": [
{
"resourceBytes": 64,
"name": "types.ts"
},
{
"resourceBytes": 566,
"name": "protectedPagesClient.ts",
"unusedBytes": 225
},
{
"resourceBytes": 1480,
"name": "loginAndNavigate.ts",
"unusedBytes": 1156
},
{
"name": "tpaHandlers.ts",
"unusedBytes": 164,
"resourceBytes": 266
},
{
"resourceBytes": 90,
"name": "index.ts"
}
],
"unusedBytes": 1545,
"name": "webpack:/../feature-protected-pages/src"
},
{
"name": "(unmapped)",
"resourceBytes": 464
}
],
"unusedBytes": 1545,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.9a93f372.chunk.min.js"
},
{
"resourceBytes": 28473,
"children": [
{
"children": [
{
"name": "dialogService.ts",
"resourceBytes": 1168,
"unusedBytes": 1027
},
{
"resourceBytes": 1023,
"name": "biEvents.ts",
"unusedBytes": 408
},
{
"unusedBytes": 1420,
"resourceBytes": 1548,
"name": "smPopups.ts"
},
{
"resourceBytes": 22064,
"name": "siteMembersApi.ts",
"unusedBytes": 18546
},
{
"name": "tpaHandlers.ts",
"unusedBytes": 746,
"resourceBytes": 961
},
{
"resourceBytes": 262,
"unusedBytes": 98,
"name": "components.ts"
},
{
"name": "renderingBlockingDialogsMiddleware.ts",
"resourceBytes": 168
},
{
"unusedBytes": 46,
"resourceBytes": 258,
"name": "index.ts"
}
],
"name": "webpack:/../feature-site-members/src",
"resourceBytes": 27452,
"unusedBytes": 22291
},
{
"name": "(unmapped)",
"unusedBytes": 77,
"resourceBytes": 1021
}
],
"unusedBytes": 22368,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.b736f610.chunk.min.js"
},
{
"children": [
{
"name": "webpack:/..",
"unusedBytes": 9268,
"children": [
{
"unusedBytes": 5081,
"name": "node_modules",
"resourceBytes": 6498,
"children": [
{
"name": "data-capsule/dist/es/src",
"children": [
{
"resourceBytes": 194,
"unusedBytes": 129,
"name": "base-storage.js"
},
{
"unusedBytes": 1994,
"children": [
{
"name": "constants.js",
"resourceBytes": 426,
"unusedBytes": 24
},
{
"resourceBytes": 482,
"unusedBytes": 482,
"name": "record-utils.js"
},
{
"unusedBytes": 560,
"name": "local-storage-cleaner.js",
"resourceBytes": 560
},
{
"resourceBytes": 990,
"unusedBytes": 928,
"name": "frame-storage-listener.js"
}
],
"resourceBytes": 2458,
"name": "utils"
},
{
"unusedBytes": 453,
"name": "consent-policy.js",
"resourceBytes": 508
},
{
"unusedBytes": 1065,
"name": "strategies/local-storage.js",
"resourceBytes": 1204
}
],
"unusedBytes": 3641,
"resourceBytes": 4364
},
{
"name": "greedy-split/dist/src/index.js",
"unusedBytes": 231,
"resourceBytes": 243
},
{
"resourceBytes": 1891,
"unusedBytes": 1209,
"name": "message-channel",
"children": [
{
"resourceBytes": 1872,
"name": "dist/src",
"unusedBytes": 1209,
"children": [
{
"resourceBytes": 215,
"name": "constants.js"
},
{
"unusedBytes": 815,
"children": [
{
"resourceBytes": 327,
"unusedBytes": 251,
"name": "listen-factory.js"
},
{
"unusedBytes": 564,
"resourceBytes": 657,
"name": "listener.js"
}
],
"name": "listener",
"resourceBytes": 984
},
{
"resourceBytes": 673,
"name": "utils.js",
"unusedBytes": 394
}
]
},
{
"name": "listener.js",
"resourceBytes": 19
}
]
}
]
},
{
"name": "feature-tpa-commons/src",
"resourceBytes": 6878,
"unusedBytes": 4076,
"children": [
{
"name": "tpaSrcQueryParamProviders.ts",
"unusedBytes": 2173,
"resourceBytes": 2604
},
{
"resourceBytes": 251,
"unusedBytes": 147,
"name": "tpaDataCapsule.ts"
},
{
"resourceBytes": 284,
"unusedBytes": 63,
"name": "tpaContextMapping.ts"
},
{
"name": "tpaSrcBuilder.ts",
"resourceBytes": 1073,
"unusedBytes": 939
},
{
"name": "tpaSection.ts",
"unusedBytes": 212,
"resourceBytes": 262
},
{
"resourceBytes": 196,
"name": "tpaMessageUtilis.ts"
},
{
"unusedBytes": 146,
"name": "tpaMessageContextPicker.ts",
"resourceBytes": 1510
},
{
"name": "tpaPropsCache.ts",
"unusedBytes": 396,
"resourceBytes": 452
},
{
"resourceBytes": 68,
"name": "index.ts"
},
{
"resourceBytes": 178,
"name": "featureLoader.ts"
}
]
},
{
"unusedBytes": 111,
"name": "thunderbolt-commons/src/tpa/extractInnerRoute.ts",
"resourceBytes": 125
}
],
"resourceBytes": 13501
},
{
"resourceBytes": 1465,
"name": "(unmapped)",
"unusedBytes": 291
}
],
"resourceBytes": 14966,
"unusedBytes": 9559,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpaCommons.59a23c41.chunk.min.js"
},
{
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js",
"resourceBytes": 14181,
"children": [
{
"children": [
{
"name": "node_modules/proxy-polyfill/src",
"resourceBytes": 1872,
"unusedBytes": 1674,
"children": [
{
"resourceBytes": 197,
"name": "index.js"
},
{
"name": "proxy.js",
"resourceBytes": 1675,
"unusedBytes": 1674
}
]
},
{
"children": [
{
"children": [
{
"resourceBytes": 955,
"name": "create-worker.ts",
"unusedBytes": 954
},
{
"unusedBytes": 157,
"name": "platformWorkerInitializer.ts",
"resourceBytes": 825
}
],
"resourceBytes": 1780,
"name": "client",
"unusedBytes": 1111
},
{
"name": "constants.ts",
"resourceBytes": 87
},
{
"resourceBytes": 1764,
"name": "platform.ts"
},
{
"resourceBytes": 283,
"name": "viewer/createBootstrapData.ts"
},
{
"name": "storage",
"unusedBytes": 373,
"children": [
{
"resourceBytes": 144,
"unusedBytes": 71,
"name": "MemoryStorage.ts"
},
{
"resourceBytes": 641,
"name": "storage.ts",
"unusedBytes": 72
},
{
"name": "SessionStorage.ts",
"resourceBytes": 172,
"unusedBytes": 118
},
{
"name": "LocalStorage.ts",
"unusedBytes": 112,
"resourceBytes": 173
}
],
"resourceBytes": 1130
},
{
"unusedBytes": 338,
"resourceBytes": 2666,
"children": [
{
"name": "platformEnvData.ts",
"resourceBytes": 939
},
{
"name": "biEnvDataProvider.ts",
"resourceBytes": 884
},
{
"unusedBytes": 338,
"resourceBytes": 564,
"name": "locationEnvDataProvider.ts"
},
{
"name": "siteAssetsEnvDataProvider.ts",
"resourceBytes": 279
}
],
"name": "platformEnvData"
},
{
"resourceBytes": 3003,
"name": "handlers",
"unusedBytes": 1952,
"children": [
{
"unusedBytes": 493,
"name": "platformHandlers.ts",
"resourceBytes": 782
},
{
"name": "viewportHandlers.ts",
"resourceBytes": 1275,
"unusedBytes": 1021
},
{
"resourceBytes": 180,
"name": "platformUrlManager.ts",
"unusedBytes": 47
},
{
"unusedBytes": 320,
"resourceBytes": 495,
"name": "storesSdkHandlersProvider.ts"
},
{
"unusedBytes": 71,
"name": "unfinishedTasksHandlersProvider.ts",
"resourceBytes": 271
}
]
},
{
"resourceBytes": 26,
"name": "index.ts"
},
{
"name": "loader.ts",
"resourceBytes": 376
}
],
"unusedBytes": 3774,
"resourceBytes": 11115,
"name": "thunderbolt-platform/src"
},
{
"name": "thunderbolt-symbols/src/symbols/ds/platform.ts",
"resourceBytes": 101
}
],
"name": "webpack:/..",
"unusedBytes": 5448,
"resourceBytes": 13088
},
{
"unusedBytes": 100,
"resourceBytes": 1093,
"name": "(unmapped)"
}
],
"unusedBytes": 5548
},
{
"resourceBytes": 34465,
"unusedBytes": 0,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/santa-langs-en.e2e9b5d9.chunk.min.js"
},
{
"children": [
{
"unusedBytes": 118,
"name": "webpack:/../feature-login-social-bar/src",
"children": [
{
"unusedBytes": 118,
"resourceBytes": 506,
"name": "loginSocialBar.ts"
},
{
"name": "index.ts",
"resourceBytes": 32
},
{
"resourceBytes": 270,
"name": "resolveMemberDetails.ts"
}
],
"resourceBytes": 808
},
{
"resourceBytes": 525,
"name": "(unmapped)"
}
],
"resourceBytes": 1333,
"unusedBytes": 118,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/loginSocialBar.f0038327.chunk.min.js"
},
{
"children": [
{
"resourceBytes": 3848,
"children": [
{
"name": "AnimationHandler.ts",
"resourceBytes": 1611,
"unusedBytes": 1275
},
{
"name": "menuContainerDriverFactory.ts",
"unusedBytes": 744,
"resourceBytes": 1104
},
{
"name": "menuContainerSdkHandlers.ts",
"resourceBytes": 131,
"unusedBytes": 41
},
{
"resourceBytes": 372,
"name": "menuContainerWillMount.ts",
"unusedBytes": 216
},
{
"resourceBytes": 562,
"unusedBytes": 161,
"name": "menuToggleWillMount.ts"
},
{
"name": "index.ts",
"resourceBytes": 68
}
],
"name": "webpack:/../feature-menu-container/src",
"unusedBytes": 2437
},
{
"resourceBytes": 428,
"name": "(unmapped)"
}
],
"resourceBytes": 4276,
"unusedBytes": 2437,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/menuContainer.e49ae7d8.chunk.min.js"
},
{
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooiTpaSharedConfig.9087e72f.chunk.min.js",
"resourceBytes": 631,
"children": [
{
"name": "webpack:/../feature-ooi-tpa-shared-config/src",
"resourceBytes": 213,
"children": [
{
"name": "ooiTpaSharedConfig.ts",
"resourceBytes": 184
},
{
"name": "index.ts",
"resourceBytes": 29
}
]
},
{
"resourceBytes": 418,
"name": "(unmapped)"
}
]
},
{
"unusedBytes": 1917,
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.e7ced280.chunk.min.js",
"children": [
{
"name": "webpack:/../feature-platform-pubsub/src",
"resourceBytes": 2143,
"children": [
{
"resourceBytes": 256,
"name": "sdk/pubsubSdkProvider.ts",
"unusedBytes": 197
},
{
"name": "PubsubCleanup.ts",
"unusedBytes": 55,
"resourceBytes": 76
},
{
"resourceBytes": 78,
"name": "index.ts"
},
{
"name": "pubsub.ts",
"resourceBytes": 1733,
"duplicatedNormalizedModuleName": "webpack:///../feature-platform-pubsub/src/pubsub.ts",
"unusedBytes": 1645
}
],
"unusedBytes": 1897
},
{
"resourceBytes": 697,
"unusedBytes": 20,
"name": "(unmapped)"
}
],
"resourceBytes": 2840
},
{
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/sosp.709c6b6b.chunk.min.js",
"resourceBytes": 818,
"children": [
{
"children": [
{
"resourceBytes": 110,
"name": "sosp.ts"
},
{
"resourceBytes": 313,
"name": "sospApi.ts"
},
{
"resourceBytes": 46,
"name": "index.ts"
}
],
"resourceBytes": 469,
"name": "webpack:/../feature-sosp/src"
},
{
"name": "(unmapped)",
"resourceBytes": 349
}
]
},
{
"unusedBytes": 43688,
"children": [
{
"children": [
{
"name": "feature-platform-pubsub/src/pubsub.ts",
"resourceBytes": 1729,
"unusedBytes": 1728
},
{
"name": "thunderbolt-commons/src",
"children": [
{
"children": [
{
"resourceBytes": 157,
"name": "runtimeTpaCompIdBuilder.ts",
"unusedBytes": 22
},
{
"resourceBytes": 125,
"unusedBytes": 120,
"name": "extractInnerRoute.ts"
}
],
"name": "tpa",
"unusedBytes": 142,
"resourceBytes": 282
},
{
"resourceBytes": 1535,
"name": "textPatterns.ts",
"unusedBytes": 716
},
{
"name": "links.ts",
"unusedBytes": 1313,
"resourceBytes": 1425
},
{
"name": "platform/linkUtils.ts",
"unusedBytes": 4112,
"resourceBytes": 4381
}
],
"resourceBytes": 7623,
"unusedBytes": 6283
},
{
"resourceBytes": 49898,
"unusedBytes": 35341,
"name": "feature-tpa/src",
"children": [
{
"name": "utils",
"resourceBytes": 9026,
"unusedBytes": 8250,
"children": [
{
"resourceBytes": 310,
"name": "constants.ts"
},
{
"name": "closeWindow.ts",
"resourceBytes": 113,
"unusedBytes": 104
},
{
"name": "tpaStyleOverridesBuilder.ts",
"resourceBytes": 5791,
"unusedBytes": 5765
},
{
"unusedBytes": 396,
"name": "tpaFullScreenUtils.ts",
"resourceBytes": 406
},
{
"resourceBytes": 113,
"name": "responsiveChatUtils.ts"
},
{
"resourceBytes": 2293,
"unusedBytes": 1985,
"name": "siteMap.ts"
}
]
},
{
"resourceBytes": 1699,
"name": "tpaHandlersManager.ts",
"unusedBytes": 196
},
{
"name": "tpaBroadcastManager.ts",
"resourceBytes": 223,
"unusedBytes": 104
},
{
"name": "handlers",
"unusedBytes": 16509,
"resourceBytes": 23822,
"children": [
{
"name": "onEscapeClickedHandler.ts",
"resourceBytes": 169,
"unusedBytes": 86
},
{
"unusedBytes": 202,
"name": "getCustomizedUrlSegmentsHandler.ts",
"resourceBytes": 311
},
{
"name": "buildCustomizedUrlHandler.ts",
"resourceBytes": 306,
"unusedBytes": 203
},
{
"resourceBytes": 1211,
"name": "getStateUrlHandler.ts",
"unusedBytes": 1047
},
{
"unusedBytes": 200,
"resourceBytes": 280,
"name": "getStyleParamsByStyleIdHandler.ts"
},
{
"unusedBytes": 1178,
"name": "postActivityHandler.ts",
"resourceBytes": 1414
},
{
"unusedBytes": 40,
"resourceBytes": 120,
"name": "sessionHandlerHandler.ts"
},
{
"resourceBytes": 375,
"unusedBytes": 265,
"name": "getCurrentPageNavigationInfoHandler.ts"
},
{
"resourceBytes": 230,
"name": "getAdsOnPageHandler.ts",
"unusedBytes": 177
},
{
"name": "replaceSectionStateHandler.ts",
"resourceBytes": 2119,
"unusedBytes": 1592
},
{
"unusedBytes": 451,
"name": "applicationLoadingStepHandler.ts",
"resourceBytes": 585
},
{
"resourceBytes": 527,
"name": "applicationLoadedHandler.ts",
"unusedBytes": 399
},
{
"resourceBytes": 183,
"name": "refreshCurrentMemberHandler.ts",
"unusedBytes": 114
},
{
"unusedBytes": 399,
"resourceBytes": 587,
"name": "openPopupHandler.ts"
},
{
"resourceBytes": 290,
"unusedBytes": 237,
"name": "getAppVendorProductIdHandler.ts"
},
{
"resourceBytes": 965,
"name": "resizeWindowHandler.ts",
"unusedBytes": 845
},
{
"resourceBytes": 79,
"name": "onReadyHandler.ts",
"unusedBytes": 21
},
{
"name": "navigateToSectionHandler.ts",
"resourceBytes": 2516,
"unusedBytes": 2271
},
{
"resourceBytes": 600,
"unusedBytes": 523,
"name": "boundingRectAndOffsetsHandler.ts"
},
{
"resourceBytes": 419,
"unusedBytes": 281,
"name": "setPageMetadataHandler.ts"
},
{
"unusedBytes": 81,
"resourceBytes": 175,
"name": "openModalHandler.ts"
},
{
"resourceBytes": 1480,
"name": "navigateToHandler.ts",
"unusedBytes": 1313
},
{
"unusedBytes": 39,
"resourceBytes": 154,
"name": "getApplicationFieldsHandler.ts"
},
{
"name": "removeEventListenerHandler.ts",
"resourceBytes": 183,
"unusedBytes": 115
},
{
"unusedBytes": 50,
"resourceBytes": 103,
"name": "publishHandler.ts"
},
{
"resourceBytes": 253,
"name": "revalidateSessionHandler.ts",
"unusedBytes": 191
},
{
"resourceBytes": 536,
"name": "appIsAliveHandler.ts"
},
{
"name": "registerEventListenerHandler.ts",
"resourceBytes": 434,
"unusedBytes": 92
},
{
"resourceBytes": 133,
"unusedBytes": 59,
"name": "closeWindowHandler.ts"
},
{
"resourceBytes": 105,
"unusedBytes": 34,
"name": "getCurrentPageIdHandler.ts"
},
{
"name": "scrollToHandler.ts",
"unusedBytes": 216,
"resourceBytes": 295
},
{
"name": "scrollByHandler.ts",
"resourceBytes": 91,
"unusedBytes": 38
},
{
"name": "getExternalId.ts",
"unusedBytes": 56,
"resourceBytes": 150
},
{
"unusedBytes": 222,
"name": "getValueHandler.ts",
"resourceBytes": 290
},
{
"resourceBytes": 342,
"unusedBytes": 256,
"name": "getPublicDataHandler.ts"
},
{
"unusedBytes": 44,
"resourceBytes": 123,
"name": "getStyleId.ts"
},
{
"name": "getViewMode.ts",
"resourceBytes": 107,
"unusedBytes": 27
},
{
"unusedBytes": 285,
"name": "getComponentInfo.ts",
"resourceBytes": 413
},
{
"unusedBytes": 299,
"name": "isAppSectionInstalled.ts",
"resourceBytes": 462
},
{
"name": "getSiteMap.ts",
"resourceBytes": 285,
"unusedBytes": 191
},
{
"resourceBytes": 398,
"name": "siteInfo.ts"
},
{
"resourceBytes": 366,
"unusedBytes": 244,
"name": "getSectionUrl.ts"
},
{
"unusedBytes": 73,
"name": "setFullScreenMobileHandler.ts",
"resourceBytes": 126
},
{
"name": "emptyHandler.ts",
"unusedBytes": 6,
"resourceBytes": 976
},
{
"unusedBytes": 6,
"resourceBytes": 116,
"name": "reportVisitorActivity.ts"
},
{
"name": "getCurrentPageAnchorsHandler.ts",
"resourceBytes": 332,
"unusedBytes": 248
},
{
"resourceBytes": 1968,
"name": "applePay",
"unusedBytes": 1793,
"children": [
{
"name": "utils.ts",
"unusedBytes": 50,
"resourceBytes": 60
},
{
"resourceBytes": 1908,
"unusedBytes": 1743,
"name": "index.ts"
}
]
},
{
"resourceBytes": 140,
"name": "index.ts"
}
]
},
{
"resourceBytes": 1105,
"name": "eventsListenerManager.ts",
"unusedBytes": 543
},
{
"name": "tpaPopup.ts",
"unusedBytes": 110,
"resourceBytes": 326
},
{
"unusedBytes": 2013,
"resourceBytes": 2452,
"name": "tpaPopupApi.ts"
},
{
"unusedBytes": 964,
"resourceBytes": 1449,
"name": "publicApiTPAHandler.ts"
},
{
"name": "tpaModal.ts",
"resourceBytes": 2676,
"unusedBytes": 2330
},
{
"unusedBytes": 377,
"resourceBytes": 506,
"name": "siteScrollDispatch.ts"
},
{
"name": "tpaFullScreenMode.ts",
"resourceBytes": 754,
"unusedBytes": 588
},
{
"unusedBytes": 45,
"resourceBytes": 135,
"name": "tpaCommonConfigUpdater.ts"
},
{
"unusedBytes": 5,
"resourceBytes": 340,
"name": "TpaPageNavigationDispatcher.ts"
},
{
"name": "tpa.ts",
"resourceBytes": 671,
"unusedBytes": 240
},
{
"resourceBytes": 269,
"unusedBytes": 208,
"name": "tpaStateManager.ts"
},
{
"name": "tpaCurrentCurrencyManager.ts",
"resourceBytes": 346,
"unusedBytes": 286
},
{
"resourceBytes": 629,
"unusedBytes": 519,
"name": "tpaComponentApi.ts"
},
{
"name": "constants.ts",
"resourceBytes": 71
},
{
"name": "tpaComponentWillMount.ts",
"unusedBytes": 1245,
"resourceBytes": 1492
},
{
"resourceBytes": 450,
"name": "iframeStartedLoadingReporter.ts",
"unusedBytes": 314
},
{
"unusedBytes": 66,
"name": "siteMap.ts",
"resourceBytes": 182
},
{
"resourceBytes": 713,
"name": "tpaLoadMeasure.ts",
"unusedBytes": 429
},
{
"resourceBytes": 562,
"name": "index.ts"
}
]
}
],
"name": "webpack:/..",
"unusedBytes": 43352,
"resourceBytes": 59250
},
{
"name": "(unmapped)",
"unusedBytes": 336,
"resourceBytes": 1656
}
],
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js",
"resourceBytes": 60906
},
{
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.5199e01f.chunk.min.js",
"children": [
{
"unusedBytes": 15422,
"name": "webpack:/..",
"resourceBytes": 28265,
"children": [
{
"name": "node_modules/@wix/promote-analytics-adapter/dist/statics/analytics-event-adapter.bundle.min.js",
"unusedBytes": 15005,
"resourceBytes": 26210
},
{
"resourceBytes": 2055,
"name": "feature-reporter/src",
"children": [
{
"unusedBytes": 377,
"name": "channels",
"children": [
{
"name": "managed.ts",
"unusedBytes": 273,
"resourceBytes": 454
},
{
"resourceBytes": 581,
"name": "decorateReporter.ts"
},
{
"name": "embedded.ts",
"unusedBytes": 78,
"resourceBytes": 183
},
{
"resourceBytes": 140,
"unusedBytes": 26,
"name": "loaded.ts"
},
{
"resourceBytes": 25,
"name": "constants.ts"
},
{
"name": "default.ts",
"resourceBytes": 261
}
],
"resourceBytes": 1644
},
{
"resourceBytes": 411,
"unusedBytes": 40,
"name": "api.ts"
}
],
"unusedBytes": 417
}
]
},
{
"resourceBytes": 563,
"unusedBytes": 40,
"name": "(unmapped)"
}
],
"unusedBytes": 15462,
"resourceBytes": 28828
},
{
"resourceBytes": 195381,
"unusedBytes": 113309,
"children": [
{
"unusedBytes": 113295,
"resourceBytes": 181554,
"name": "webpack:",
"children": [
{
"resourceBytes": 117895,
"name": ".",
"unusedBytes": 72448,
"children": [
{
"children": [
{
"resourceBytes": 973,
"unusedBytes": 857,
"name": "Sequence.ts"
},
{
"resourceBytes": 1861,
"unusedBytes": 735,
"name": "AnimationsFactory.ts"
},
{
"unusedBytes": 3309,
"name": "TweenEngineGreenSock3.ts",
"resourceBytes": 5035
},
{
"resourceBytes": 62,
"name": "TweenEngine.ts"
},
{
"unusedBytes": 739,
"name": "AnimationsKit.ts",
"resourceBytes": 1661
}
],
"resourceBytes": 9592,
"unusedBytes": 5640,
"name": "classes"
},
{
"resourceBytes": 9654,
"children": [
{
"resourceBytes": 254,
"name": "generalUtils.ts",
"unusedBytes": 238
},
{
"name": "animationsUtils.ts",
"resourceBytes": 4857,
"unusedBytes": 4837
},
{
"name": "validationUtils.ts",
"resourceBytes": 1278,
"unusedBytes": 1189
},
{
"resourceBytes": 3035,
"name": "viewerDefaults.ts"
},
{
"resourceBytes": 230,
"name": "definitionsUtils.ts"
}
],
"unusedBytes": 6264,
"name": "utils"
},
{
"unusedBytes": 60544,
"children": [
{
"name": "base",
"unusedBytes": 5058,
"resourceBytes": 6667,
"children": [
{
"resourceBytes": 128,
"name": "sequence/baseSequence.ts",
"unusedBytes": 36
},
{
"name": "baseNone.ts",
"resourceBytes": 247,
"unusedBytes": 155
},
{
"name": "baseFade.ts",
"resourceBytes": 493,
"unusedBytes": 401
},
{
"unusedBytes": 199,
"name": "basePosition.ts",
"resourceBytes": 295
},
{
"resourceBytes": 250,
"unusedBytes": 157,
"name": "baseScale.ts"
},
{
"resourceBytes": 239,
"name": "baseSkew.ts",
"unusedBytes": 147
},
{
"unusedBytes": 336,
"resourceBytes": 457,
"name": "baseRotate.ts"
},
{
"name": "baseRotate3D.ts",
"resourceBytes": 725,
"unusedBytes": 625
},
{
"resourceBytes": 547,
"name": "baseClip.ts",
"unusedBytes": 455
},
{
"unusedBytes": 533,
"name": "baseClipPath.ts",
"resourceBytes": 633
},
{
"name": "baseDimensions.ts",
"unusedBytes": 364,
"resourceBytes": 462
},
{
"resourceBytes": 400,
"unusedBytes": 306,
"name": "baseScroll.ts"
},
{
"unusedBytes": 138,
"resourceBytes": 235,
"name": "baseAttribute.ts"
},
{
"unusedBytes": 232,
"resourceBytes": 331,
"name": "baseObjectProperties.ts"
},
{
"unusedBytes": 974,
"name": "baseClear.ts",
"resourceBytes": 1225
}
]
},
{
"name": "animation",
"children": [
{
"name": "atoms",
"resourceBytes": 5166,
"unusedBytes": 2307,
"children": [
{
"unusedBytes": 356,
"resourceBytes": 769,
"name": "fade.ts"
},
{
"name": "position.ts",
"resourceBytes": 801,
"unusedBytes": 262
},
{
"unusedBytes": 259,
"name": "scale.ts",
"resourceBytes": 687
},
{
"unusedBytes": 324,
"resourceBytes": 699,
"name": "rotate.ts"
},
{
"unusedBytes": 342,
"resourceBytes": 607,
"name": "sequence.ts"
},
{
"resourceBytes": 342,
"unusedBytes": 211,
"name": "clearSequence.ts"
},
{
"resourceBytes": 1261,
"unusedBytes": 553,
"name": "timelineAnimation.ts"
}
]
},
{
"unusedBytes": 18368,
"name": "in",
"resourceBytes": 30662,
"children": [
{
"unusedBytes": 9299,
"name": "defaults",
"children": [
{
"name": "arcIn.ts",
"resourceBytes": 1083,
"unusedBytes": 669
},
{
"resourceBytes": 651,
"unusedBytes": 374,
"name": "dropIn.ts"
},
{
"resourceBytes": 705,
"name": "expandIn.ts",
"unusedBytes": 427
},
{
"unusedBytes": 203,
"name": "fadeIn.ts",
"resourceBytes": 381
},
{
"name": "flipIn.ts",
"unusedBytes": 629,
"resourceBytes": 1043
},
{
"name": "floatIn.ts",
"resourceBytes": 998,
"unusedBytes": 613
},
{
"name": "flyIn.ts",
"resourceBytes": 1023,
"unusedBytes": 658
},
{
"unusedBytes": 848,
"resourceBytes": 1360,
"name": "foldIn.ts"
},
{
"name": "reveal.ts",
"unusedBytes": 821,
"resourceBytes": 1194
},
{
"unusedBytes": 977,
"name": "slideIn.ts",
"resourceBytes": 1489
},
{
"unusedBytes": 686,
"name": "spinIn.ts",
"resourceBytes": 1107
},
{
"resourceBytes": 1091,
"name": "turnIn.ts",
"unusedBytes": 801
},
{
"resourceBytes": 1655,
"unusedBytes": 1102,
"name": "bounceIn.ts"
},
{
"name": "glideIn.ts",
"resourceBytes": 757,
"unusedBytes": 491
}
],
"resourceBytes": 14537
},
{
"children": [
{
"resourceBytes": 1071,
"unusedBytes": 575,
"name": "arcIn.ts"
},
{
"name": "dropIn.ts",
"resourceBytes": 659,
"unusedBytes": 311
},
{
"unusedBytes": 367,
"name": "expandIn.ts",
"resourceBytes": 716
},
{
"name": "fadeIn.ts",
"unusedBytes": 145,
"resourceBytes": 394
},
{
"name": "flipIn.ts",
"unusedBytes": 564,
"resourceBytes": 1049
},
{
"resourceBytes": 858,
"name": "floatIn.ts",
"unusedBytes": 404
},
{
"name": "flyIn.ts",
"resourceBytes": 1033,
"unusedBytes": 584
},
{
"resourceBytes": 1363,
"unusedBytes": 769,
"name": "foldIn.ts"
},
{
"resourceBytes": 1195,
"name": "reveal.ts",
"unusedBytes": 740
},
{
"resourceBytes": 1495,
"unusedBytes": 899,
"name": "slideIn.ts"
},
{
"unusedBytes": 608,
"name": "spinIn.ts",
"resourceBytes": 1102
},
{
"name": "turnIn.ts",
"resourceBytes": 1098,
"unusedBytes": 723
},
{
"unusedBytes": 988,
"name": "bounceIn.ts",
"resourceBytes": 1636
},
{
"name": "glideIn.ts",
"unusedBytes": 429,
"resourceBytes": 766
},
{
"unusedBytes": 500,
"name": "dropClipIn.ts",
"resourceBytes": 863
},
{
"name": "cornerIn.ts",
"unusedBytes": 463,
"resourceBytes": 827
}
],
"name": "mobile",
"resourceBytes": 16125,
"unusedBytes": 9069
}
]
},
{
"children": [
{
"name": "arcOut.ts",
"resourceBytes": 1043,
"unusedBytes": 597
},
{
"resourceBytes": 617,
"name": "popOut.ts",
"unusedBytes": 321
},
{
"name": "collapseOut.ts",
"unusedBytes": 312,
"resourceBytes": 613
},
{
"unusedBytes": 127,
"name": "fadeOut.ts",
"resourceBytes": 326
},
{
"name": "flipOut.ts",
"resourceBytes": 936,
"unusedBytes": 501
},
{
"resourceBytes": 958,
"unusedBytes": 539,
"name": "floatOut.ts"
},
{
"name": "flyOut.ts",
"resourceBytes": 982,
"unusedBytes": 583
},
{
"name": "foldOut.ts",
"resourceBytes": 1232,
"unusedBytes": 688
},
{
"name": "conceal.ts",
"unusedBytes": 751,
"resourceBytes": 1156
},
{
"resourceBytes": 1462,
"unusedBytes": 918,
"name": "slideOut.ts"
},
{
"name": "spinOut.ts",
"unusedBytes": 548,
"resourceBytes": 981
},
{
"resourceBytes": 983,
"name": "turnOut.ts",
"unusedBytes": 658
},
{
"name": "bounceOut.ts",
"resourceBytes": 989,
"unusedBytes": 458
},
{
"name": "glideOut.ts",
"unusedBytes": 462,
"resourceBytes": 749
}
],
"resourceBytes": 13027,
"name": "out",
"unusedBytes": 7463
},
{
"name": "modes",
"children": [
{
"resourceBytes": 665,
"name": "ModesMotionNoScale.ts",
"unusedBytes": 426
},
{
"resourceBytes": 553,
"unusedBytes": 309,
"name": "ModesMotionNoDimensions.ts"
},
{
"resourceBytes": 631,
"unusedBytes": 394,
"name": "ModesMotionScale.ts"
}
],
"unusedBytes": 1129,
"resourceBytes": 1849
},
{
"name": "backgroundSmoothScrollEffects",
"resourceBytes": 28912,
"children": [
{
"children": [
{
"unusedBytes": 1067,
"resourceBytes": 1645,
"name": "baseBgFade.ts"
},
{
"resourceBytes": 791,
"unusedBytes": 436,
"name": "baseBgPositionX.ts"
},
{
"resourceBytes": 791,
"name": "baseBgPositionY.ts",
"unusedBytes": 436
},
{
"resourceBytes": 864,
"unusedBytes": 446,
"name": "baseBgParallaxY.ts"
},
{
"resourceBytes": 1621,
"unusedBytes": 1080,
"name": "baseBgRotate.ts"
},
{
"resourceBytes": 1943,
"unusedBytes": 1314,
"name": "baseBgScale.ts"
},
{
"name": "baseBgSkew.ts",
"resourceBytes": 1916,
"unusedBytes": 1294
},
{
"resourceBytes": 2316,
"name": "baseBgZoom.ts",
"unusedBytes": 1584
},
{
"resourceBytes": 2491,
"name": "baseBgClipPath.ts",
"unusedBytes": 1574
}
],
"name": "base",
"unusedBytes": 9231,
"resourceBytes": 14378
},
{
"unusedBytes": 527,
"resourceBytes": 911,
"name": "bgParallax.ts"
},
{
"unusedBytes": 527,
"name": "bgReveal.ts",
"resourceBytes": 908
},
{
"unusedBytes": 366,
"name": "bgFadeIn.ts",
"resourceBytes": 587
},
{
"unusedBytes": 761,
"resourceBytes": 1178,
"name": "bgZoomIn.ts"
},
{
"resourceBytes": 909,
"name": "bgZoomOut.ts",
"unusedBytes": 549
},
{
"unusedBytes": 699,
"name": "bgCloseUp.ts",
"resourceBytes": 1031
},
{
"resourceBytes": 924,
"name": "bgPullBack.ts",
"unusedBytes": 553
},
{
"resourceBytes": 584,
"unusedBytes": 362,
"name": "bgFadeOut.ts"
},
{
"resourceBytes": 885,
"name": "bgPanLeft.ts",
"unusedBytes": 600
},
{
"unusedBytes": 600,
"name": "bgPanRight.ts",
"resourceBytes": 886
},
{
"resourceBytes": 638,
"name": "bgRotate.ts",
"unusedBytes": 397
},
{
"resourceBytes": 1058,
"name": "bgUnwind.ts",
"unusedBytes": 809
},
{
"resourceBytes": 1183,
"name": "bgFake3D.ts",
"unusedBytes": 801
},
{
"name": "bgSkew.ts",
"unusedBytes": 477,
"resourceBytes": 716
},
{
"resourceBytes": 690,
"name": "bgFadeBack.ts",
"unusedBytes": 467
},
{
"unusedBytes": 444,
"resourceBytes": 665,
"name": "bgShrink.ts"
},
{
"resourceBytes": 781,
"unusedBytes": 560,
"name": "bgExpand.ts"
}
],
"unusedBytes": 18730
},
{
"resourceBytes": 6612,
"children": [
{
"name": "backgroundParallaxZoom.ts",
"unusedBytes": 39,
"resourceBytes": 223
},
{
"resourceBytes": 668,
"name": "siteBackgroundParallax.ts",
"unusedBytes": 378
},
{
"name": "balataConsts.ts",
"resourceBytes": 85
},
{
"resourceBytes": 1248,
"name": "backgroundReveal.ts",
"unusedBytes": 826
},
{
"resourceBytes": 1666,
"unusedBytes": 1199,
"name": "backgroundParallax.ts"
},
{
"name": "backgroundZoom.ts",
"unusedBytes": 872,
"resourceBytes": 1274
},
{
"resourceBytes": 494,
"unusedBytes": 251,
"name": "backgroundFadeIn.ts"
},
{
"name": "backgroundBlurIn.ts",
"resourceBytes": 954,
"unusedBytes": 662
}
],
"unusedBytes": 4227,
"name": "backgroundScrollEffects"
},
{
"unusedBytes": 791,
"name": "componentAnimations",
"children": [
{
"resourceBytes": 525,
"unusedBytes": 281,
"name": "headerHideToTop.ts"
},
{
"unusedBytes": 202,
"name": "HeaderMoveCustom.ts",
"resourceBytes": 382
},
{
"unusedBytes": 127,
"resourceBytes": 304,
"name": "HeaderFadeOut.ts"
},
{
"name": "HeaderFadeOutCustom.ts",
"unusedBytes": 181,
"resourceBytes": 364
}
],
"resourceBytes": 1575
}
],
"resourceBytes": 87803,
"unusedBytes": 53015
},
{
"resourceBytes": 3865,
"children": [
{
"resourceBytes": 315,
"unusedBytes": 120,
"name": "noTransition.ts"
},
{
"name": "crossFade.ts",
"resourceBytes": 644,
"unusedBytes": 417
},
{
"resourceBytes": 639,
"unusedBytes": 416,
"name": "outIn.ts"
},
{
"name": "slideHorizontal.ts",
"resourceBytes": 739,
"unusedBytes": 476
},
{
"unusedBytes": 454,
"resourceBytes": 716,
"name": "slideVertical.ts"
},
{
"unusedBytes": 588,
"name": "shrink.ts",
"resourceBytes": 812
}
],
"name": "transition",
"unusedBytes": 2471
},
{
"name": "definitions.ts",
"resourceBytes": 314
}
],
"resourceBytes": 98649,
"name": "definitions"
}
]
},
{
"unusedBytes": 40847,
"children": [
{
"name": "node_modules",
"unusedBytes": 39952,
"resourceBytes": 62542,
"children": [
{
"name": "@wix/dom-measurements/dist/esm/index.js",
"unusedBytes": 1246,
"resourceBytes": 1256
},
{
"resourceBytes": 61286,
"unusedBytes": 38706,
"name": "gsap",
"children": [
{
"resourceBytes": 43369,
"name": "gsap-core.js",
"unusedBytes": 23487
},
{
"unusedBytes": 13120,
"name": "CSSPlugin.js",
"resourceBytes": 15259
},
{
"name": "index.js",
"resourceBytes": 47
},
{
"name": "ScrollToPlugin.js",
"unusedBytes": 2099,
"resourceBytes": 2611
}
]
}
]
},
{
"unusedBytes": 895,
"name": "feature-animations/src",
"children": [
{
"name": "animations.ts",
"resourceBytes": 1040,
"unusedBytes": 895
},
{
"name": "animatorManagerFactory.ts",
"resourceBytes": 77
}
],
"resourceBytes": 1117
}
],
"resourceBytes": 63659,
"name": ".."
}
]
},
{
"unusedBytes": 14,
"resourceBytes": 13827,
"name": "(unmapped)"
}
],
"name": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js"
}
],
"type": "treemap-data"
}
},
"aria-meter-name": {
"id": "aria-meter-name",
"title": "ARIA `meter` 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 more](https://web.dev/aria-name/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"performance-budget": {
"id": "performance-budget",
"title": "Performance budget",
"description": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/budgets).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"uses-rel-preconnect": {
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"description": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn more](https://web.dev/uses-rel-preconnect/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"items": [],
"type": "opportunity",
"overallSavingsMs": 0,
"headings": []
},
"warnings": [],
"numericValue": 0,
"numericUnit": "millisecond"
},
"redirects": {
"id": "redirects",
"title": "Avoid multiple page redirects",
"description": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://web.dev/redirects/).",
"score": 1,
"scoreDisplayMode": "numeric",
"displayValue": "Potential savings of 630 ms",
"details": {
"overallSavingsMs": 630,
"items": [
{
"wastedMs": 630,
"url": "http://www.spurlockroadvet.com/"
},
{
"wastedMs": 0,
"url": "https://www.spurlockroadvet.com/"
}
],
"type": "opportunity",
"headings": [
{
"label": "URL",
"valueType": "url",
"key": "url"
},
{
"valueType": "timespanMs",
"key": "wastedMs",
"label": "Time Spent"
}
]
},
"numericValue": 630,
"numericUnit": "millisecond"
},
"full-page-screenshot": {
"id": "full-page-screenshot",
"title": "Full-page screenshot",
"description": "A full-height screenshot of the final rendered page",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"type": "full-page-screenshot",
"nodes": {
"8-57-SCRIPT": {
"right": 0,
"left": 0,
"top": 0,
"height": 0,
"bottom": 0,
"width": 0
},
"8-124-SPAN": {
"right": 222,
"left": 99,
"width": 123,
"height": 16,
"bottom": 1493,
"top": 1477
},
"8-68-SCRIPT": {
"bottom": 0,
"height": 0,
"width": 0,
"left": 0,
"top": 0,
"right": 0
},
"8-14-A": {
"right": 222,
"width": 94,
"top": 1477,
"bottom": 1493,
"left": 128,
"height": 16
},
"8-71-SCRIPT": {
"height": 0,
"width": 0,
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"8-8-A": {
"left": 0,
"right": 0,
"width": 0,
"height": 0,
"top": 0,
"bottom": 0
},
"8-72-SCRIPT": {
"top": 0,
"left": 0,
"width": 0,
"height": 0,
"bottom": 0,
"right": 0
},
"8-13-A": {
"height": 16,
"top": 1461,
"width": 93,
"right": 220,
"bottom": 1477,
"left": 127
},
"8-125-SPAN": {
"top": 1493,
"height": 16,
"right": 291,
"bottom": 1509,
"left": 29,
"width": 262
},
"8-108-SCRIPT": {
"right": 0,
"top": 0,
"left": 0,
"width": 0,
"height": 0,
"bottom": 0
},
"8-9-A": {
"width": 0,
"bottom": 0,
"top": 0,
"height": 0,
"left": 0,
"right": 0
},
"8-50-META": {
"top": 0,
"width": 0,
"bottom": 0,
"right": 0,
"height": 0,
"left": 0
},
"8-126-SPAN": {
"top": 1589,
"width": 185,
"right": 253,
"bottom": 1621,
"height": 32,
"left": 68
},
"8-49-META": {
"right": 0,
"top": 0,
"left": 0,
"bottom": 0,
"height": 0,
"width": 0
},
"8-1-A": {
"top": 13,
"left": 131,
"width": 57,
"bottom": 70,
"right": 188,
"height": 57
},
"8-44-META": {
"bottom": 0,
"left": 0,
"width": 0,
"height": 0,
"right": 0,
"top": 0
},
"8-91-SCRIPT": {
"right": 0,
"width": 0,
"height": 0,
"bottom": 0,
"left": 0,
"top": 0
},
"8-120-H6": {
"top": 1169,
"left": 20,
"height": 23,
"width": 280,
"right": 300,
"bottom": 1192
},
"8-103-SCRIPT": {
"top": 0,
"bottom": 0,
"height": 0,
"width": 0,
"left": 0,
"right": 0
},
"8-90-SCRIPT": {
"left": 0,
"right": 0,
"top": 0,
"width": 0,
"height": 0,
"bottom": 0
},
"8-61-SCRIPT": {
"width": 0,
"left": 0,
"height": 0,
"top": 0,
"bottom": 0,
"right": 0
},
"page-3-DIV": {
"left": 20,
"top": 615,
"width": 280,
"bottom": 640,
"height": 25,
"right": 300
},
"8-110-DIV": {
"right": 320,
"top": 445,
"width": 320,
"left": 0,
"height": 996,
"bottom": 1441
},
"8-41-META": {
"width": 0,
"height": 0,
"top": 0,
"left": 0,
"right": 0,
"bottom": 0
},
"8-40-META": {
"width": 0,
"left": 0,
"bottom": 0,
"height": 0,
"right": 0,
"top": 0
},
"8-102-SCRIPT": {
"height": 0,
"top": 0,
"left": 0,
"width": 0,
"bottom": 0,
"right": 0
},
"8-117-SPAN": {
"left": 117,
"width": 86,
"top": 771,
"bottom": 791,
"height": 20,
"right": 203
},
"8-5-A": {
"bottom": 0,
"width": 0,
"left": 0,
"height": 0,
"top": 0,
"right": 0
},
"8-64-SCRIPT": {
"right": 0,
"width": 0,
"top": 0,
"bottom": 0,
"height": 0,
"left": 0
},
"8-112-DIV": {
"bottom": 335,
"top": 0,
"height": 335,
"right": 320,
"width": 320,
"left": 0
},
"8-53-SCRIPT": {
"left": 0,
"width": 0,
"top": 0,
"right": 0,
"height": 0,
"bottom": 0
},
"8-15-A": {
"left": 98,
"right": 121,
"bottom": 1575,
"top": 1552,
"height": 23,
"width": 23
},
"8-11-A": {
"bottom": 1089,
"height": 42,
"width": 160,
"top": 1047,
"right": 240,
"left": 80
},
"8-56-SCRIPT": {
"bottom": 0,
"width": 0,
"left": 0,
"top": 0,
"height": 0,
"right": 0
},
"8-54-SCRIPT": {
"top": 0,
"width": 0,
"left": 0,
"right": 0,
"height": 0,
"bottom": 0
},
"8-52-META": {
"width": 0,
"height": 0,
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"8-23-LINK": {
"height": 0,
"left": 0,
"bottom": 0,
"top": 0,
"width": 0,
"right": 0
},
"8-34-META": {
"bottom": 0,
"right": 0,
"width": 0,
"left": 0,
"top": 0,
"height": 0
},
"8-66-SCRIPT": {
"bottom": 0,
"width": 0,
"right": 0,
"left": 0,
"top": 0,
"height": 0
},
"8-88-SCRIPT": {
"top": 0,
"right": 0,
"bottom": 0,
"height": 0,
"width": 0,
"left": 0
},
"page-2-DIV": {
"right": 320,
"height": 1105,
"bottom": 1440,
"left": 0,
"width": 320,
"top": 335
},
"8-116-H6": {
"top": 615,
"width": 280,
"bottom": 640,
"left": 20,
"height": 25,
"right": 300
},
"page-1-P": {
"bottom": 325,
"height": 252,
"width": 310,
"top": 73,
"left": 5,
"right": 315
},
"8-10-A": {
"top": 760,
"left": 80,
"right": 240,
"height": 42,
"bottom": 802,
"width": 160
},
"8-62-SCRIPT": {
"height": 0,
"bottom": 0,
"width": 0,
"left": 0,
"top": 0,
"right": 0
},
"8-105-SCRIPT": {
"left": 0,
"top": 0,
"width": 0,
"bottom": 0,
"height": 0,
"right": 0
},
"8-95-SCRIPT": {
"left": 0,
"width": 0,
"right": 0,
"bottom": 0,
"top": 0,
"height": 0
},
"8-26-META": {
"left": 0,
"right": 0,
"bottom": 0,
"height": 0,
"width": 0,
"top": 0
},
"8-70-SCRIPT": {
"left": 0,
"width": 0,
"right": 0,
"height": 0,
"bottom": 0,
"top": 0
},
"8-84-SCRIPT": {
"width": 0,
"right": 0,
"left": 0,
"top": 0,
"bottom": 0,
"height": 0
},
"8-83-SCRIPT": {
"left": 0,
"right": 0,
"height": 0,
"top": 0,
"width": 0,
"bottom": 0
},
"8-74-SCRIPT": {
"bottom": 0,
"right": 0,
"top": 0,
"height": 0,
"left": 0,
"width": 0
},
"8-86-SCRIPT": {
"left": 0,
"right": 0,
"bottom": 0,
"width": 0,
"top": 0,
"height": 0
},
"8-22-LINK": {
"width": 0,
"bottom": 0,
"height": 0,
"left": 0,
"right": 0,
"top": 0
},
"8-2-A": {
"right": 0,
"top": 0,
"height": 0,
"bottom": 0,
"left": 0,
"width": 0
},
"8-45-META": {
"bottom": 0,
"width": 0,
"left": 0,
"right": 0,
"height": 0,
"top": 0
},
"8-73-SCRIPT": {
"left": 0,
"height": 0,
"right": 0,
"bottom": 0,
"width": 0,
"top": 0
},
"8-123-DIV": {
"right": 310,
"bottom": 1630,
"height": 190,
"left": 10,
"top": 1440,
"width": 300
},
"8-85-SCRIPT": {
"height": 0,
"left": 0,
"bottom": 0,
"right": 0,
"width": 0,
"top": 0
},
"8-119-SPAN": {
"right": 203,
"top": 1058,
"left": 117,
"height": 20,
"bottom": 1077,
"width": 86
},
"8-114-SPAN": {
"height": 64,
"bottom": 529,
"top": 465,
"width": 256,
"right": 288,
"left": 32
},
"8-24-LINK": {
"width": 0,
"height": 0,
"left": 0,
"top": 0,
"bottom": 0,
"right": 0
},
"8-111-DIV": {
"width": 50,
"top": 20,
"bottom": 70,
"right": 305,
"left": 255,
"height": 50
},
"8-36-META": {
"bottom": 0,
"top": 0,
"height": 0,
"width": 0,
"left": 0,
"right": 0
},
"8-106-SCRIPT": {
"left": 0,
"width": 0,
"height": 0,
"right": 0,
"top": 0,
"bottom": 0
},
"8-104-SCRIPT": {
"top": 0,
"left": 0,
"width": 0,
"bottom": 0,
"height": 0,
"right": 0
},
"8-65-SCRIPT": {
"width": 0,
"height": 0,
"left": 0,
"top": 0,
"right": 0,
"bottom": 0
},
"8-89-SCRIPT": {
"height": 0,
"top": 0,
"left": 0,
"width": 0,
"bottom": 0,
"right": 0
},
"8-16-A": {
"left": 175,
"bottom": 1621,
"top": 1605,
"height": 16,
"right": 226,
"width": 51
},
"8-109-path": {
"right": 0,
"bottom": 0,
"left": 0,
"top": 0,
"height": 0,
"width": 0
},
"8-75-SCRIPT": {
"width": 0,
"top": 0,
"right": 0,
"height": 0,
"bottom": 0,
"left": 0
},
"8-27-META": {
"bottom": 0,
"height": 0,
"width": 0,
"top": 0,
"right": 0,
"left": 0
},
"8-101-SCRIPT": {
"right": 0,
"height": 0,
"width": 0,
"bottom": 0,
"left": 0,
"top": 0
},
"8-37-META": {
"height": 0,
"left": 0,
"top": 0,
"right": 0,
"bottom": 0,
"width": 0
},
"8-99-SCRIPT": {
"bottom": 0,
"left": 0,
"width": 0,
"height": 0,
"right": 0,
"top": 0
},
"8-48-META": {
"height": 0,
"bottom": 0,
"top": 0,
"width": 0,
"left": 0,
"right": 0
},
"8-33-META": {
"bottom": 0,
"width": 0,
"height": 0,
"top": 0,
"right": 0,
"left": 0
},
"8-100-SCRIPT": {
"left": 0,
"bottom": 0,
"top": 0,
"width": 0,
"height": 0,
"right": 0
},
"8-47-META": {
"bottom": 0,
"height": 0,
"width": 0,
"left": 0,
"right": 0,
"top": 0
},
"8-4-A": {
"height": 0,
"width": 0,
"right": 0,
"top": 0,
"left": 0,
"bottom": 0
},
"8-76-SCRIPT": {
"top": 0,
"right": 0,
"bottom": 0,
"height": 0,
"width": 0,
"left": 0
},
"8-79-SCRIPT": {
"right": 0,
"bottom": 0,
"top": 0,
"height": 0,
"left": 0,
"width": 0
},
"8-7-A": {
"width": 0,
"height": 0,
"right": 0,
"top": 0,
"left": 0,
"bottom": 0
},
"8-69-SCRIPT": {
"height": 0,
"left": 0,
"width": 0,
"right": 0,
"top": 0,
"bottom": 0
},
"8-121-SPAN": {
"bottom": 1410,
"right": 203,
"height": 20,
"width": 86,
"top": 1390,
"left": 117
},
"8-35-META": {
"height": 0,
"width": 0,
"top": 0,
"left": 0,
"right": 0,
"bottom": 0
},
"8-80-SCRIPT": {
"height": 0,
"top": 0,
"right": 0,
"width": 0,
"bottom": 0,
"left": 0
},
"8-92-SCRIPT": {
"width": 0,
"bottom": 0,
"left": 0,
"height": 0,
"top": 0,
"right": 0
},
"8-38-META": {
"top": 0,
"width": 0,
"left": 0,
"bottom": 0,
"height": 0,
"right": 0
},
"8-60-SCRIPT": {
"top": 0,
"bottom": 0,
"left": 0,
"right": 0,
"height": 0,
"width": 0
},
"8-32-META": {
"top": 0,
"width": 0,
"right": 0,
"bottom": 0,
"left": 0,
"height": 0
},
"8-82-SCRIPT": {
"left": 0,
"top": 0,
"width": 0,
"height": 0,
"right": 0,
"bottom": 0
},
"page-0-IMG": {
"left": 98,
"width": 23,
"height": 23,
"bottom": 1575,
"top": 1552,
"right": 121
},
"8-63-SCRIPT": {
"right": 0,
"height": 0,
"top": 0,
"bottom": 0,
"left": 0,
"width": 0
},
"8-21-LINK": {
"right": 0,
"height": 0,
"width": 0,
"top": 0,
"bottom": 0,
"left": 0
},
"8-59-SCRIPT": {
"height": 0,
"width": 0,
"top": 0,
"bottom": 0,
"right": 0,
"left": 0
},
"8-20-LINK": {
"left": 0,
"bottom": 0,
"height": 0,
"width": 0,
"right": 0,
"top": 0
},
"8-98-SCRIPT": {
"height": 0,
"width": 0,
"top": 0,
"right": 0,
"left": 0,
"bottom": 0
},
"8-0-A": {
"right": 290,
"top": 73,
"width": 259,
"left": 31,
"height": 252,
"bottom": 325
},
"8-30-META": {
"width": 0,
"top": 0,
"right": 0,
"bottom": 0,
"left": 0,
"height": 0
},
"8-96-SCRIPT": {
"bottom": 0,
"width": 0,
"left": 0,
"right": 0,
"height": 0,
"top": 0
},
"8-113-DIV": {
"right": 320,
"left": 0,
"height": 1630,
"top": 0,
"width": 320,
"bottom": 1630
},
"8-6-A": {
"height": 0,
"width": 0,
"right": 0,
"bottom": 0,
"top": 0,
"left": 0
},
"8-25-LINK": {
"height": 0,
"left": 0,
"top": 0,
"bottom": 0,
"right": 0,
"width": 0
},
"8-118-H6": {
"height": 25,
"bottom": 904,
"top": 879,
"width": 280,
"right": 300,
"left": 20
},
"8-19-LINK": {
"right": 0,
"top": 0,
"width": 0,
"bottom": 0,
"height": 0,
"left": 0
},
"8-58-SCRIPT": {
"right": 0,
"width": 0,
"top": 0,
"bottom": 0,
"height": 0,
"left": 0
},
"8-28-META": {
"height": 0,
"width": 0,
"bottom": 0,
"top": 0,
"left": 0,
"right": 0
},
"8-78-SCRIPT": {
"bottom": 0,
"height": 0,
"left": 0,
"top": 0,
"right": 0,
"width": 0
},
"8-122-SPAN": {
"height": 16,
"bottom": 1477,
"left": 101,
"top": 1461,
"width": 119,
"right": 220
},
"8-31-META": {
"top": 0,
"left": 0,
"height": 0,
"right": 0,
"bottom": 0,
"width": 0
},
"8-17-LINK": {
"width": 0,
"height": 0,
"right": 0,
"bottom": 0,
"left": 0,
"top": 0
},
"8-51-META": {
"bottom": 0,
"width": 0,
"left": 0,
"top": 0,
"height": 0,
"right": 0
},
"8-12-A": {
"width": 160,
"top": 1379,
"height": 42,
"bottom": 1421,
"left": 80,
"right": 240
},
"8-87-SCRIPT": {
"left": 0,
"height": 0,
"top": 0,
"width": 0,
"right": 0,
"bottom": 0
},
"8-115-DIV": {
"bottom": 1441,
"top": 445,
"width": 320,
"height": 996,
"left": 0,
"right": 320
},
"8-18-LINK": {
"right": 0,
"width": 0,
"top": 0,
"bottom": 0,
"height": 0,
"left": 0
},
"8-97-SCRIPT": {
"height": 0,
"top": 0,
"width": 0,
"left": 0,
"right": 0,
"bottom": 0
},
"8-67-SCRIPT": {
"top": 0,
"right": 0,
"left": 0,
"height": 0,
"width": 0,
"bottom": 0
},
"8-127-IFRAME": {
"top": 335,
"width": 320,
"left": 0,
"bottom": 446,
"height": 111,
"right": 320
},
"8-93-SCRIPT": {
"top": 0,
"width": 0,
"right": 0,
"left": 0,
"bottom": 0,
"height": 0
},
"8-107-SCRIPT": {
"top": 0,
"right": 0,
"height": 0,
"left": 0,
"width": 0,
"bottom": 0
},
"8-29-META": {
"right": 0,
"height": 0,
"top": 0,
"width": 0,
"left": 0,
"bottom": 0
},
"8-43-META": {
"top": 0,
"bottom": 0,
"width": 0,
"left": 0,
"right": 0,
"height": 0
},
"8-39-META": {
"top": 0,
"left": 0,
"right": 0,
"height": 0,
"bottom": 0,
"width": 0
},
"8-77-SCRIPT": {
"bottom": 0,
"width": 0,
"left": 0,
"height": 0,
"right": 0,
"top": 0
},
"8-94-SCRIPT": {
"top": 0,
"width": 0,
"bottom": 0,
"left": 0,
"height": 0,
"right": 0
},
"8-46-META": {
"bottom": 0,
"width": 0,
"left": 0,
"top": 0,
"height": 0,
"right": 0
},
"8-3-A": {
"top": 0,
"height": 0,
"bottom": 0,
"width": 0,
"right": 0,
"left": 0
},
"8-81-SCRIPT": {
"bottom": 0,
"width": 0,
"height": 0,
"right": 0,
"left": 0,
"top": 0
},
"8-42-META": {
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"height": 0,
"width": 0
},
"8-55-SCRIPT": {
"left": 0,
"height": 0,
"bottom": 0,
"width": 0,
"right": 0,
"top": 0
}
},
"screenshot": {
"width": 320,
"height": 1630,
"data": "data:image/jpeg;base64,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"
}
}
},
"offscreen-images": {
"id": "offscreen-images",
"title": "Defer offscreen images",
"description": "Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://web.dev/offscreen-images/).",
"score": 1,
"scoreDisplayMode": "numeric",
"details": {
"overallSavingsBytes": 0,
"overallSavingsMs": 0,
"type": "opportunity",
"headings": [],
"items": []
},
"warnings": [],
"numericValue": 0,
"numericUnit": "millisecond"
},
"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](https://web.dev/first-contentful-paint/).",
"score": 0.62,
"scoreDisplayMode": "numeric",
"displayValue": "2.6 s",
"numericValue": 2640,
"numericUnit": "millisecond"
},
"uses-passive-event-listeners": {
"id": "uses-passive-event-listeners",
"title": "Uses passive listeners to improve scrolling performance",
"description": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more](https://web.dev/uses-passive-event-listeners/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"headings": [],
"type": "table"
}
},
"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](https://web.dev/aria-roles/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"type": "table",
"items": []
}
},
"unsized-images": {
"id": "unsized-images",
"title": "Image elements have explicit `width` and `height`",
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn more](https://web.dev/optimize-cls/#images-without-dimensions)",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"items": [],
"type": "table"
}
},
"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](https://web.dev/is-on-https/).",
"score": 0,
"scoreDisplayMode": "binary",
"displayValue": "1 insecure request found",
"details": {
"type": "table",
"headings": [
{
"text": "Insecure URL",
"key": "url",
"itemType": "url"
},
{
"itemType": "text",
"key": "resolution",
"text": "Request Resolution"
}
],
"items": [
{
"resolution": "Allowed",
"url": "http://www.spurlockroadvet.com/"
}
]
}
},
"viewport": {
"id": "viewport",
"title": "Has a `\u003cmeta name=\"viewport\"\u003e` tag with `width` or `initial-scale`",
"description": "A `\u003cmeta name=\"viewport\"\u003e` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [Learn more](https://web.dev/viewport/).",
"score": 1,
"scoreDisplayMode": "binary",
"warnings": []
},
"duplicate-id-active": {
"id": "duplicate-id-active",
"title": "`[id]` attributes on active, focusable elements are unique",
"description": "All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. [Learn more](https://web.dev/duplicate-id-active/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"headings": [],
"type": "table"
}
},
"legacy-javascript": {
"id": "legacy-javascript",
"title": "Avoid serving legacy JavaScript to modern browsers",
"description": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn More](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)",
"score": 1,
"scoreDisplayMode": "numeric",
"displayValue": "Potential savings of 29 KiB",
"details": {
"overallSavingsBytes": 29923,
"overallSavingsMs": 0,
"headings": [
{
"key": "url",
"valueType": "url",
"subItemsHeading": {
"key": "location",
"valueType": "source-location"
},
"label": "URL"
},
{
"subItemsHeading": {
"key": "signal"
},
"key": null,
"valueType": "code"
},
{
"valueType": "bytes",
"key": "wastedBytes",
"label": "Potential Savings"
}
],
"type": "opportunity",
"items": [
{
"subItems": {
"items": [
{
"location": {
"type": "source-location",
"column": 8543,
"line": 1,
"urlProvider": "network",
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js"
},
"signal": "Date.prototype.toJSON"
},
{
"signal": "Date.now",
"location": {
"column": 10354,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"urlProvider": "network",
"line": 1,
"type": "source-location"
}
},
{
"location": {
"urlProvider": "network",
"type": "source-location",
"line": 1,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"column": 14645
},
"signal": "Object.getPrototypeOf"
},
{
"signal": "Object.defineProperty",
"location": {
"urlProvider": "network",
"column": 16722,
"type": "source-location",
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"line": 1
}
},
{
"location": {
"urlProvider": "network",
"type": "source-location",
"column": 17220,
"line": 1,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js"
},
"signal": "Object.defineProperties"
},
{
"location": {
"type": "source-location",
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"line": 1,
"urlProvider": "network",
"column": 17400
},
"signal": "Object.seal"
},
{
"location": {
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"column": 17451,
"type": "source-location",
"line": 1,
"urlProvider": "network"
},
"signal": "Object.freeze"
},
{
"signal": "Object.preventExtensions",
"location": {
"urlProvider": "network",
"type": "source-location",
"line": 1,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"column": 17652
}
},
{
"signal": "Object.isSealed",
"location": {
"type": "source-location",
"urlProvider": "network",
"line": 1,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"column": 17718
}
},
{
"location": {
"column": 17774,
"line": 1,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"urlProvider": "network",
"type": "source-location"
},
"signal": "Object.isFrozen"
},
{
"signal": "Object.isExtensible",
"location": {
"type": "source-location",
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"column": 17834,
"urlProvider": "network",
"line": 1
}
}
],
"type": "subitems"
},
"totalBytes": 0,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"wastedBytes": 29809
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"subItems": {
"items": [
{
"signal": "@babel/plugin-transform-classes",
"location": {
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"line": 0,
"original": {
"line": 8,
"file": "webpack:///../node_modules/@wix/site-assets-validation/dist/errors.js",
"column": 112
},
"column": 4356,
"urlProvider": "network",
"type": "source-location"
}
}
],
"type": "subitems"
},
"wastedBytes": 65,
"totalBytes": 0
},
{
"wastedBytes": 49,
"subItems": {
"type": "subitems",
"items": [
{
"location": {
"line": 0,
"type": "source-location",
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.5199e01f.chunk.min.js",
"urlProvider": "network",
"original": {
"line": 0,
"file": "webpack:///../node_modules/@wix/promote-analytics-adapter/dist/statics/analytics-event-adapter.bundle.min.js",
"column": 24344
},
"column": 24184
},
"signal": "@babel/plugin-transform-classes"
}
]
},
"totalBytes": 0,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.5199e01f.chunk.min.js"
}
]
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"pwa-cross-browser": {
"id": "pwa-cross-browser",
"title": "Site works cross-browser",
"description": "To reach the most number of users, sites should work across every major browser. [Learn more](https://web.dev/pwa-cross-browser/).",
"score": null,
"scoreDisplayMode": "manual"
},
"critical-request-chains": {
"id": "critical-request-chains",
"title": "Avoid chaining critical requests",
"description": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn more](https://web.dev/critical-request-chains/).",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "3 chains found",
"details": {
"type": "criticalrequestchain",
"longestChain": {
"duration": 2488.5660000145435,
"transferSize": 24196,
"length": 3
},
"chains": {
"091C5CB593169DC6E1A4CA8CF0373403": {
"request": {
"responseReceivedTime": 345568.476867,
"url": "http://www.spurlockroadvet.com/",
"startTime": 345568.389173,
"transferSize": 909,
"endTime": 345568.477539
},
"children": {
"091C5CB593169DC6E1A4CA8CF0373403:redirect": {
"request": {
"endTime": 345569.197518,
"responseReceivedTime": 345569.19751,
"url": "https://www.spurlockroadvet.com/",
"transferSize": 82979,
"startTime": 345568.477847
},
"children": {
"40.33": {
"request": {
"endTime": 345569.293571,
"responseReceivedTime": 345569.29356699996,
"transferSize": 62172,
"startTime": 345569.287324,
"url": "https://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKChiJg8MKVWl.woff2"
}
},
"40.21": {
"request": {
"endTime": 345569.262967,
"url": "https://www.spurlockroadvet.com/_partials/wix-thunderbolt/dist/clientWorker.43925dc7.bundle.min.js",
"startTime": 345569.243753,
"transferSize": 141668,
"responseReceivedTime": 345569.262961
}
},
"40.40": {
"request": {
"url": "https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2",
"transferSize": 24196,
"responseReceivedTime": 345570.87773199996,
"endTime": 345570.877739,
"startTime": 345569.30512
}
}
}
}
}
}
}
}
},
"errors-in-console": {
"id": "errors-in-console",
"title": "No browser errors 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](https://web.dev/errors-in-console/)",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"themed-omnibox": {
"id": "themed-omnibox",
"title": "Does not set a theme color for the address bar.",
"description": "The browser address bar can be themed to match your site. [Learn more](https://web.dev/themed-omnibox/).",
"score": 0,
"scoreDisplayMode": "binary",
"explanation": "Failures: No manifest was fetched,\nNo `\u003cmeta name=\"theme-color\"\u003e` tag found.",
"details": {
"type": "debugdata",
"items": [
{
"parseFailureReason": "No manifest was fetched",
"failures": [
"No manifest was fetched",
"No `\u003cmeta name=\"theme-color\"\u003e` tag found"
],
"isParseFailure": true,
"themeColor": null
}
]
}
},
"deprecations": {
"id": "deprecations",
"title": "Avoids deprecated APIs",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more](https://web.dev/deprecations/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"headings": [],
"type": "table"
}
},
"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 more](https://web.dev/unused-javascript/).",
"score": 0.53,
"scoreDisplayMode": "numeric",
"displayValue": "Potential savings of 75 KiB",
"details": {
"headings": [
{
"valueType": "url",
"label": "URL",
"subItemsHeading": {
"valueType": "code",
"key": "source"
},
"key": "url"
},
{
"valueType": "bytes",
"subItemsHeading": {
"key": "sourceBytes"
},
"key": "totalBytes",
"label": "Transfer Size"
},
{
"valueType": "bytes",
"label": "Potential Savings",
"key": "wastedBytes",
"subItemsHeading": {
"key": "sourceWastedBytes"
}
}
],
"overallSavingsBytes": 77215,
"overallSavingsMs": 700,
"items": [
{
"totalBytes": 49828,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"wastedBytes": 28018,
"wastedPercent": 56.229795119942352
},
{
"subItems": {
"items": [
{
"sourceBytes": 9935,
"source": "…./node_modules/gsap/gsap-core.js",
"sourceWastedBytes": 5380
},
{
"source": "…./node_modules/gsap/CSSPlugin.js",
"sourceWastedBytes": 3005,
"sourceBytes": 3495
},
{
"sourceWastedBytes": 1108,
"sourceBytes": 1113,
"source": "…/utils/animationsUtils.ts"
},
{
"sourceWastedBytes": 758,
"source": "…/classes/TweenEngineGreenSock3.ts",
"sourceBytes": 1153
}
],
"type": "subitems"
},
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js",
"totalBytes": 44757,
"wastedBytes": 26562,
"wastedPercent": 59.348145418438847
},
{
"wastedPercent": 60.934550296655878,
"wastedBytes": 22635,
"url": "https://static.parastorage.com/unpkg/react-dom@16.13.1/umd/react-dom.production.min.js",
"totalBytes": 37146
}
],
"type": "opportunity"
},
"numericValue": 700,
"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](https://web.dev/is-crawable/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"lcp-lazy-loaded": {
"id": "lcp-lazy-loaded",
"title": "Largest Contentful Paint image was not lazily loaded",
"description": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more](https://web.dev/lcp-lazy-loading/).",
"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](https://web.dev/aria-name/).",
"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](https://web.dev/geolocation-on-start/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [],
"items": []
}
},
"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](https://web.dev/frame-title/).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"subItemsHeading": {
"itemType": "node",
"key": "relatedNode"
},
"key": "node",
"itemType": "node",
"text": "Failing Elements"
}
],
"debugData": {
"type": "debugdata",
"impact": "serious",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag241",
"wcag412",
"section508",
"section508.22.i"
]
},
"items": [
{
"node": {
"lhId": "8-127-IFRAME",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,WIX-IFRAME,0,IFRAME",
"snippet": "\u003ciframe class=\"_3yxZn\" data-src=\"\" scrolling=\"no\" src=\"https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/…\"\u003e",
"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\"",
"nodeLabel": "div \u003e div \u003e wix-iframe#comp-iklujff0 \u003e iframe._3yxZn",
"boundingRect": {
"width": 320,
"left": 0,
"right": 320,
"bottom": 446,
"top": 335,
"height": 111
},
"selector": "div \u003e div \u003e wix-iframe#comp-iklujff0 \u003e iframe._3yxZn",
"type": "node"
}
}
]
}
},
"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](https://web.dev/interactive/).",
"score": 0.38,
"scoreDisplayMode": "numeric",
"displayValue": "8.4 s",
"numericValue": 8443,
"numericUnit": "millisecond"
},
"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 more](https://web.dev/definition-list/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"no-vulnerable-libraries": {
"id": "no-vulnerable-libraries",
"title": "Avoids front-end JavaScript libraries with known security vulnerabilities",
"description": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more](https://web.dev/no-vulnerable-libraries/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": [],
"summary": {}
}
},
"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](https://web.dev/user-timings/).",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "170 user timings",
"details": {
"headings": [
{
"key": "name",
"itemType": "text",
"text": "Name"
},
{
"text": "Type",
"key": "timingType",
"itemType": "text"
},
{
"key": "startTime",
"itemType": "ms",
"text": "Start Time",
"granularity": 0.01
},
{
"granularity": 0.01,
"itemType": "ms",
"key": "duration",
"text": "Duration"
}
],
"type": "table",
"items": [
{
"timingType": "Measure",
"duration": 0.545,
"startTime": 849.359,
"name": "Create Platform Web Worker"
},
{
"duration": 4.379,
"startTime": 2612.113,
"name": "[fedops] create_registry_viewer_client duration",
"timingType": "Measure"
},
{
"startTime": 2662.53,
"name": "[fedops] execute-thunderbolt-features duration",
"duration": 9.532,
"timingType": "Measure"
},
{
"timingType": "Measure",
"name": "[fedops] platform_create_registry_platform_client_cached duration",
"duration": 28.236,
"startTime": 2734.572
},
{
"duration": 25.864,
"name": "[fedops] platform_create_registry_platform_client duration",
"startTime": 2736.496,
"timingType": "Measure"
},
{
"timingType": "Measure",
"startTime": 2748.89,
"duration": 521.473,
"name": "[fedops] init_page duration"
},
{
"duration": 17.781,
"timingType": "Measure",
"startTime": 2749.637,
"name": "[fedops] execute-thunderbolt-features duration"
},
{
"name": "[fedops] platform duration",
"startTime": 2775.762,
"timingType": "Measure",
"duration": 494.091
},
{
"name": "[fedops] platform_initialisation duration",
"duration": 112.262,
"startTime": 2792.527,
"timingType": "Measure"
},
{
"duration": 100.462,
"timingType": "Measure",
"name": "[fedops] platform_getAllModels duration",
"startTime": 2794.84
},
{
"duration": 88.96,
"timingType": "Measure",
"name": "[fedops] platform_getModel_platform duration",
"startTime": 2796.072
},
{
"name": "[fedops] platform_getModel_features duration",
"startTime": 2801.832,
"duration": 65.301,
"timingType": "Measure"
},
{
"name": "[fedops] platform_getModel_platform_masterPage duration",
"startTime": 2804.093,
"duration": 70.604,
"timingType": "Measure"
},
{
"name": "[fedops] platform_execute-thunderbolt-platform duration",
"duration": 69.688,
"timingType": "Measure",
"startTime": 2804.55
},
{
"name": "[fedops] platform_getModel_features_masterPage duration",
"duration": 56.161,
"timingType": "Measure",
"startTime": 2805.535
},
{
"startTime": 2806.091,
"duration": 55.182,
"timingType": "Measure",
"name": "[fedops] platform_execute-thunderbolt-features duration"
},
{
"duration": 7.05,
"startTime": 2902.964,
"timingType": "Measure",
"name": "[fedops] platform_createWixCodeApi duration"
},
{
"startTime": 2906.24,
"name": "[fedops] platform_runApplications duration",
"duration": 362.108,
"timingType": "Measure"
},
{
"duration": 245.897,
"startTime": 2909.863,
"name": "[fedops] platform_loadComponentSdk duration",
"timingType": "Measure"
},
{
"startTime": 3013.086,
"duration": 31.294,
"name": "[fedops] platform_init_wix_code_apis duration",
"timingType": "Measure"
},
{
"startTime": 3045.828,
"timingType": "Measure",
"duration": 0.813,
"name": "[fedops] initAppForPage duration"
},
{
"timingType": "Measure",
"name": "[fedops] createControllers duration",
"duration": 0.348,
"startTime": 3051.264
},
{
"startTime": 3256.77,
"duration": 9.413,
"timingType": "Measure",
"name": "[fedops] renderMembersMenuItems duration"
},
{
"duration": 0.312,
"timingType": "Measure",
"startTime": 3266.467,
"name": "[fedops] renderLoginMenuItems duration"
},
{
"name": "[fedops] platform_waitForUpdatePropsPromises duration",
"duration": 0.348,
"startTime": 3267.774,
"timingType": "Measure"
},
{
"timingType": "Mark",
"startTime": 846.814,
"name": "Init (beat 1)"
},
{
"timingType": "Mark",
"startTime": 849.372,
"name": "platform_create-worker started"
},
{
"name": "platform_create-worker ended",
"timingType": "Mark",
"startTime": 849.912
},
{
"timingType": "Mark",
"name": "Partially visible (beat 12)",
"startTime": 934.075
},
{
"name": "[fedops] code-parsing-phase finished",
"timingType": "Mark",
"startTime": 2600.683
},
{
"name": "[fedops] dom_ready started",
"timingType": "Mark",
"startTime": 2601.342
},
{
"startTime": 2601.358,
"timingType": "Mark",
"name": "[fedops] phase:dom_ready undefined started"
},
{
"timingType": "Mark",
"startTime": 2601.827,
"name": "[fedops] component_loader started"
},
{
"name": "[fedops] phase:component_loader undefined started",
"startTime": 2601.851,
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2602.575,
"name": "[fedops] component_loader finished"
},
{
"name": "[fedops] phase:component_loader undefined finished",
"timingType": "Mark",
"startTime": 2602.594
},
{
"name": "[fedops] load_environment started",
"timingType": "Mark",
"startTime": 2602.898
},
{
"startTime": 2602.912,
"name": "[fedops] phase:load_environment undefined started",
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2608.367,
"name": "[fedops] load_environment finished"
},
{
"timingType": "Mark",
"name": "[fedops] phase:load_environment undefined finished",
"startTime": 2608.39
},
{
"timingType": "Mark",
"startTime": 2608.699,
"name": "[fedops] load_renderer started"
},
{
"name": "[fedops] phase:load_renderer undefined started",
"startTime": 2608.715,
"timingType": "Mark"
},
{
"name": "[fedops] thunderbolt interaction create_registry_viewer_client started",
"startTime": 2612.13,
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2616.511,
"name": "[fedops] thunderbolt interaction create_registry_viewer_client ended"
},
{
"startTime": 2620.906,
"timingType": "Mark",
"name": "[fedops] loadSiteFeatures_renderFeaturesOnly started"
},
{
"name": "[fedops] phase:loadSiteFeatures_renderFeaturesOnly undefined started",
"timingType": "Mark",
"startTime": 2620.923
},
{
"startTime": 2621.528,
"name": "[fedops] loadSiteFeatures started",
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2621.542,
"name": "[fedops] phase:loadSiteFeatures undefined started"
},
{
"startTime": 2656.162,
"name": "[fedops] loadSiteFeatures_renderFeaturesOnly finished",
"timingType": "Mark"
},
{
"name": "[fedops] phase:loadSiteFeatures_renderFeaturesOnly undefined finished",
"startTime": 2656.189,
"timingType": "Mark"
},
{
"name": "[fedops] loadMasterPageFeaturesConfigs started",
"startTime": 2656.514,
"timingType": "Mark"
},
{
"startTime": 2656.529,
"name": "[fedops] phase:loadMasterPageFeaturesConfigs undefined started",
"timingType": "Mark"
},
{
"startTime": 2661.818,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction buildLogger started"
},
{
"startTime": 2662.542,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction execute-thunderbolt-features started"
},
{
"startTime": 2665.833,
"name": "[fedops] thunderbolt interaction cdn-hit-thunderbolt-features started",
"timingType": "Mark"
},
{
"startTime": 2672.075,
"name": "[fedops] thunderbolt interaction execute-thunderbolt-features ended",
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2672.718,
"name": "[fedops] loadMasterPageFeaturesConfigs finished"
},
{
"name": "[fedops] phase:loadMasterPageFeaturesConfigs undefined finished",
"timingType": "Mark",
"startTime": 2672.754
},
{
"startTime": 2673.055,
"name": "[fedops] loadDynamicModel started",
"timingType": "Mark"
},
{
"name": "[fedops] phase:loadDynamicModel undefined started",
"timingType": "Mark",
"startTime": 2673.073
},
{
"startTime": 2674.777,
"name": "[fedops] loadDynamicModel finished",
"timingType": "Mark"
},
{
"name": "[fedops] phase:loadDynamicModel undefined finished",
"timingType": "Mark",
"startTime": 2674.798
},
{
"timingType": "Mark",
"startTime": 2697.705,
"name": "[fedops] loadSiteFeatures finished"
},
{
"startTime": 2697.723,
"timingType": "Mark",
"name": "[fedops] phase:loadSiteFeatures undefined finished"
},
{
"timingType": "Mark",
"startTime": 2697.975,
"name": "[fedops] load_renderer finished"
},
{
"startTime": 2697.985,
"timingType": "Mark",
"name": "[fedops] phase:load_renderer undefined finished"
},
{
"timingType": "Mark",
"name": "[fedops] tb_client started",
"startTime": 2698.187
},
{
"startTime": 2698.2,
"name": "[fedops] phase:tb_client undefined started",
"timingType": "Mark"
},
{
"name": "[fedops] container_get_thunderbolt started",
"startTime": 2699.822,
"timingType": "Mark"
},
{
"name": "[fedops] phase:container_get_thunderbolt undefined started",
"startTime": 2699.844,
"timingType": "Mark"
},
{
"startTime": 2727.258,
"timingType": "Mark",
"name": "[fedops] container_get_thunderbolt finished"
},
{
"startTime": 2727.285,
"name": "[fedops] phase:container_get_thunderbolt undefined finished",
"timingType": "Mark"
},
{
"name": "[fedops] thunderbolt_ready started",
"timingType": "Mark",
"startTime": 2727.53
},
{
"name": "[fedops] phase:thunderbolt_ready undefined started",
"timingType": "Mark",
"startTime": 2727.541
},
{
"name": "[fedops] thunderbolt interaction platform_create_registry_platform_client_cached started",
"startTime": 2734.579,
"timingType": "Mark"
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_create_registry_platform_client started",
"startTime": 2736.504
},
{
"name": "[fedops] structureAPI_addShellStructure started",
"startTime": 2738.708,
"timingType": "Mark"
},
{
"timingType": "Mark",
"name": "[fedops] phase:structureAPI_addShellStructure undefined started",
"startTime": 2738.728
},
{
"startTime": 2741.303,
"name": "[fedops] structureAPI_addShellStructure finished",
"timingType": "Mark"
},
{
"timingType": "Mark",
"name": "[fedops] phase:structureAPI_addShellStructure undefined finished",
"startTime": 2741.324
},
{
"name": "[fedops] features_appWillMount started",
"startTime": 2742.175,
"timingType": "Mark"
},
{
"name": "[fedops] phase:features_appWillMount undefined started",
"startTime": 2742.199,
"timingType": "Mark"
},
{
"name": "[fedops] router_navigate started",
"startTime": 2746.086,
"timingType": "Mark"
},
{
"name": "[fedops] phase:router_navigate undefined started",
"startTime": 2746.112,
"timingType": "Mark"
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction init_page started",
"startTime": 2748.902
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction execute-thunderbolt-features started",
"startTime": 2749.651
},
{
"startTime": 2762.369,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_create_registry_platform_client ended"
},
{
"name": "[fedops] thunderbolt interaction platform_create_registry_platform_client_cached ended",
"startTime": 2762.811,
"timingType": "Mark"
},
{
"startTime": 2765.416,
"timingType": "Mark",
"name": "[fedops] dom_ready finished"
},
{
"startTime": 2765.433,
"name": "[fedops] phase:dom_ready undefined finished",
"timingType": "Mark"
},
{
"name": "[fedops] thunderbolt interaction execute-thunderbolt-features ended",
"startTime": 2767.43,
"timingType": "Mark"
},
{
"name": "[fedops] thunderbolt interaction platform started",
"timingType": "Mark",
"startTime": 2775.779
},
{
"startTime": 2792.534,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_initialisation started"
},
{
"startTime": 2794.844,
"name": "[fedops] thunderbolt interaction platform_getAllModels started",
"timingType": "Mark"
},
{
"startTime": 2796.075,
"name": "[fedops] thunderbolt interaction platform_getModel_platform started",
"timingType": "Mark"
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_buildLogger started",
"startTime": 2797.684
},
{
"name": "[fedops] thunderbolt interaction platform_execute-thunderbolt-platform started",
"startTime": 2798.429,
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2801.836,
"name": "[fedops] thunderbolt interaction platform_getModel_features started"
},
{
"timingType": "Mark",
"startTime": 2802.448,
"name": "[fedops] thunderbolt interaction platform_buildLogger started"
},
{
"name": "[fedops] thunderbolt interaction platform_execute-thunderbolt-features started",
"startTime": 2803.035,
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2804.096,
"name": "[fedops] thunderbolt interaction platform_getModel_platform_masterPage started"
},
{
"startTime": 2804.553,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_execute-thunderbolt-platform started"
},
{
"startTime": 2805.538,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_getModel_features_masterPage started"
},
{
"name": "[fedops] thunderbolt interaction platform_execute-thunderbolt-features started",
"startTime": 2806.094,
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2858.941,
"name": "[fedops] thunderbolt interaction platform_cdn-hit-thunderbolt-features started"
},
{
"name": "[fedops] thunderbolt interaction platform_execute-thunderbolt-features ended",
"timingType": "Mark",
"startTime": 2861.279
},
{
"startTime": 2861.699,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_getModel_features_masterPage ended"
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_getModel_features ended",
"startTime": 2867.146
},
{
"timingType": "Mark",
"startTime": 2873.059,
"name": "[fedops] thunderbolt interaction platform_cdn-hit-thunderbolt-platform started"
},
{
"startTime": 2874.246,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_execute-thunderbolt-platform ended"
},
{
"name": "[fedops] thunderbolt interaction platform_getModel_platform_masterPage ended",
"startTime": 2874.701,
"timingType": "Mark"
},
{
"name": "[fedops] thunderbolt interaction platform_getModel_platform ended",
"startTime": 2885.038,
"timingType": "Mark"
},
{
"startTime": 2895.309,
"name": "[fedops] thunderbolt interaction platform_getAllModels ended",
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 2902.967,
"name": "[fedops] thunderbolt interaction platform_createWixCodeApi started"
},
{
"name": "[fedops] thunderbolt interaction platform_initialisation ended",
"timingType": "Mark",
"startTime": 2904.795
},
{
"timingType": "Mark",
"startTime": 2906.245,
"name": "[fedops] thunderbolt interaction platform_runApplications started"
},
{
"startTime": 2907.86,
"name": "[fedops] code-parsing-phase finished",
"timingType": "Mark"
},
{
"name": "[fedops] script_loaded started",
"startTime": 2908.063,
"timingType": "Mark"
},
{
"name": "[fedops] phase:script_loaded 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 started",
"timingType": "Mark",
"startTime": 2908.073
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_loadComponentSdk started",
"startTime": 2909.876
},
{
"timingType": "Mark",
"startTime": 2910.017,
"name": "[fedops] thunderbolt interaction platform_createWixCodeApi ended"
},
{
"startTime": 3008.138,
"name": "[fedops] script_loaded finished",
"timingType": "Mark"
},
{
"name": "[fedops] phase:script_loaded 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 finished",
"timingType": "Mark",
"startTime": 3008.154
},
{
"startTime": 3013.09,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_init_wix_code_apis started"
},
{
"startTime": 3044.383,
"name": "[fedops] thunderbolt interaction platform_init_wix_code_apis ended",
"timingType": "Mark"
},
{
"name": "[fedops] init_app_for_page started",
"startTime": 3044.737,
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 3044.749,
"name": "[fedops] phase:init_app_for_page 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 started"
},
{
"name": "[fedops] santa-members-viewer-app interaction initAppForPage started",
"timingType": "Mark",
"startTime": 3045.841
},
{
"timingType": "Mark",
"name": "[fedops] santa-members-viewer-app interaction initAppForPage ended",
"startTime": 3046.645
},
{
"startTime": 3046.826,
"timingType": "Mark",
"name": "[fedops] init_app_for_page finished"
},
{
"startTime": 3046.84,
"name": "[fedops] phase:init_app_for_page 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 finished",
"timingType": "Mark"
},
{
"timingType": "Mark",
"startTime": 3051.057,
"name": "[fedops] create_controllers started"
},
{
"startTime": 3051.067,
"timingType": "Mark",
"name": "[fedops] phase:create_controllers 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 started"
},
{
"startTime": 3051.268,
"name": "[fedops] santa-members-viewer-app interaction createControllers started",
"timingType": "Mark"
},
{
"startTime": 3051.617,
"timingType": "Mark",
"name": "[fedops] santa-members-viewer-app interaction createControllers ended"
},
{
"name": "[fedops] create_controllers finished",
"startTime": 3051.983,
"timingType": "Mark"
},
{
"startTime": 3051.994,
"timingType": "Mark",
"name": "[fedops] phase:create_controllers 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 finished"
},
{
"timingType": "Mark",
"name": "[fedops] await_controller_promise started",
"startTime": 3052.595
},
{
"startTime": 3052.611,
"timingType": "Mark",
"name": "[fedops] phase:await_controller_promise 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 members started"
},
{
"timingType": "Mark",
"startTime": 3052.844,
"name": "[fedops] await_controller_promise finished"
},
{
"timingType": "Mark",
"startTime": 3052.863,
"name": "[fedops] phase:await_controller_promise 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 members finished"
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_loadComponentSdk ended",
"startTime": 3155.77
},
{
"timingType": "Mark",
"startTime": 3156.371,
"name": "[fedops] controller_page_ready started"
},
{
"startTime": 3156.384,
"timingType": "Mark",
"name": "[fedops] phase:controller_page_ready 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 members started"
},
{
"name": "[fedops] santa-members-viewer-app interaction renderMembersMenuItems started",
"startTime": 3256.781,
"timingType": "Mark"
},
{
"startTime": 3266.189,
"timingType": "Mark",
"name": "[fedops] santa-members-viewer-app interaction renderMembersMenuItems ended"
},
{
"name": "[fedops] santa-members-viewer-app interaction renderLoginMenuItems started",
"startTime": 3266.471,
"timingType": "Mark"
},
{
"startTime": 3266.784,
"name": "[fedops] santa-members-viewer-app interaction renderLoginMenuItems ended",
"timingType": "Mark"
},
{
"timingType": "Mark",
"name": "[fedops] controller_page_ready finished",
"startTime": 3267.339
},
{
"startTime": 3267.354,
"name": "[fedops] phase:controller_page_ready 14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9 members finished",
"timingType": "Mark"
},
{
"startTime": 3267.777,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_waitForUpdatePropsPromises started"
},
{
"name": "[fedops] thunderbolt interaction platform_waitForUpdatePropsPromises ended",
"timingType": "Mark",
"startTime": 3268.127
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction platform_runApplications ended",
"startTime": 3268.355
},
{
"name": "[fedops] thunderbolt interaction platform ended",
"timingType": "Mark",
"startTime": 3269.863
},
{
"startTime": 3270.371,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction init_page ended"
},
{
"startTime": 3272.626,
"timingType": "Mark",
"name": "[fedops] router_navigate finished"
},
{
"startTime": 3272.665,
"name": "[fedops] phase:router_navigate undefined finished",
"timingType": "Mark"
},
{
"startTime": 3272.899,
"timingType": "Mark",
"name": "[fedops] features_appWillMount finished"
},
{
"timingType": "Mark",
"startTime": 3272.908,
"name": "[fedops] phase:features_appWillMount undefined finished"
},
{
"timingType": "Mark",
"startTime": 3273.04,
"name": "[fedops] thunderbolt_ready finished"
},
{
"name": "[fedops] phase:thunderbolt_ready undefined finished",
"timingType": "Mark",
"startTime": 3273.048
},
{
"timingType": "Mark",
"startTime": 3273.197,
"name": "[fedops] tb_client finished"
},
{
"startTime": 3273.209,
"timingType": "Mark",
"name": "[fedops] phase:tb_client undefined finished"
},
{
"timingType": "Mark",
"name": "[fedops] client_render started",
"startTime": 3274.749
},
{
"startTime": 3274.766,
"timingType": "Mark",
"name": "[fedops] phase:client_render undefined started"
},
{
"timingType": "Mark",
"name": "[fedops] client_render finished",
"startTime": 3321.76
},
{
"startTime": 3321.782,
"name": "[fedops] phase:client_render undefined finished",
"timingType": "Mark"
},
{
"startTime": 3327.801,
"timingType": "Mark",
"name": "[fedops] thunderbolt interaction page_features_loaded started"
},
{
"startTime": 3350.411,
"timingType": "Mark",
"name": "page interactive (beat 33)"
},
{
"timingType": "Mark",
"name": "[fedops] thunderbolt app-loaded",
"startTime": 3352.453
}
]
}
},
"js-libraries": {
"id": "js-libraries",
"title": "Detected JavaScript libraries",
"description": "All front-end JavaScript libraries detected on the page. [Learn more](https://web.dev/js-libraries/).",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"summary": {},
"headings": [
{
"key": "name",
"text": "Name",
"itemType": "text"
},
{
"itemType": "text",
"text": "Version",
"key": "version"
}
],
"items": [
{
"name": "React",
"npm": "react",
"version": "16.13.1"
},
{
"npm": "lodash",
"name": "Lo-Dash",
"version": "4.17.21"
}
],
"type": "table",
"debugData": {
"stacks": [
{
"version": "16.13.1",
"id": "react"
},
{
"version": "16.13.1",
"id": "react-fast"
},
{
"id": "lodash",
"version": "4.17.21"
}
],
"type": "debugdata"
}
}
},
"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](https://hpbn.co/primer-on-latency-and-bandwidth/).",
"score": null,
"scoreDisplayMode": "informative",
"displayValue": "0 ms",
"details": {
"type": "table",
"headings": [],
"items": []
},
"numericValue": 0,
"numericUnit": "millisecond"
},
"uses-text-compression": {
"id": "uses-text-compression",
"title": "Enable text compression",
"description": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://web.dev/uses-text-compression/).",
"score": 0.88,
"scoreDisplayMode": "numeric",
"displayValue": "Potential savings of 32 KiB",
"details": {
"headings": [
{
"label": "URL",
"key": "url",
"valueType": "url"
},
{
"valueType": "bytes",
"key": "totalBytes",
"label": "Transfer Size"
},
{
"key": "wastedBytes",
"valueType": "bytes",
"label": "Potential Savings"
}
],
"items": [
{
"totalBytes": 48602,
"wastedBytes": 33077,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js"
}
],
"overallSavingsMs": 150,
"overallSavingsBytes": 33077,
"type": "opportunity"
},
"numericValue": 150,
"numericUnit": "millisecond"
},
"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](https://web.dev/aria-required-children/).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"dom-size": {
"id": "dom-size",
"title": "Avoids an excessive DOM size",
"description": "A large DOM will increase memory usage, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://web.dev/dom-size/).",
"score": 1,
"scoreDisplayMode": "numeric",
"displayValue": "243 elements",
"details": {
"items": [
{
"statistic": "Total DOM Elements",
"value": 243
},
{
"statistic": "Maximum DOM Depth",
"node": {
"snippet": "\u003cpath d=\"M4.64116,4.89817a.5001.5001,0,0,1-.34277-.13574L.15727.86448A.50018.50018,…\"\u003e",
"type": "node",
"boundingRect": {
"right": 0,
"width": 0,
"left": 0,
"height": 0,
"top": 0,
"bottom": 0
},
"nodeLabel": "button.SAsf4 \u003e div._3R8R0 \u003e svg \u003e path",
"selector": "button.SAsf4 \u003e div._3R8R0 \u003e svg \u003e path",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,0,HEADER,0,DIV,1,DIV,1,DIV,0,DIV,1,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,NAV,0,UL,1,LI,0,DIV,1,BUTTON,0,DIV,0,svg,0,path",
"lhId": "8-109-path"
},
"value": 23
},
{
"value": 13,
"node": {
"selector": "div._1uldx \u003e div#mediais6e515u2 \u003e div \u003e div",
"lhId": "8-110-DIV",
"boundingRect": {
"width": 320,
"right": 320,
"height": 996,
"bottom": 1441,
"top": 445,
"left": 0
},
"type": "node",
"snippet": "\u003cdiv data-mesh-id=\"mediais6e515u2inlineContent-gridContainer\" data-testid=\"mesh-container-content\"\u003e",
"path": "1,HTML,1,BODY,8,DIV,0,DIV,3,DIV,0,DIV,1,MAIN,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV,1,SECTION,1,DIV,0,DIV,1,DIV,0,DIV",
"nodeLabel": "We Have Everything Your Pet Needs.\nOur Story\n\nEstablished in 2007, we are a gen…"
},
"statistic": "Maximum Child Elements"
}
],
"headings": [
{
"key": "statistic",
"text": "Statistic",
"itemType": "text"
},
{
"key": "node",
"text": "Element",
"itemType": "node"
},
{
"text": "Value",
"itemType": "numeric",
"key": "value"
}
],
"type": "table"
},
"numericValue": 243,
"numericUnit": "element"
},
"network-requests": {
"id": "network-requests",
"title": "Network Requests",
"description": "Lists the network requests that were made during page load.",
"score": null,
"scoreDisplayMode": "informative",
"details": {
"items": [
{
"finished": true,
"resourceSize": 0,
"startTime": 0,
"endTime": 88.365999981760979,
"url": "http://www.spurlockroadvet.com/",
"protocol": "http/1.1",
"mimeType": "text/plain",
"statusCode": 301,
"transferSize": 909
},
{
"protocol": "h2",
"endTime": 808.34499996853992,
"startTime": 88.6739999987185,
"url": "https://www.spurlockroadvet.com/",
"statusCode": 200,
"mimeType": "text/html",
"resourceSize": 353137,
"finished": true,
"transferSize": 82979,
"resourceType": "Document"
},
{
"url": "https://frog.wix.com/bolt-performance?src=72&evid=21&appName=thunderbolt&is_rollout=0&is_sav_rollout=0&is_dac_rollout=0&dc=42&is_cached=false&msid=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&session_id=348f6cde-4c1c-4c24-8b10-9a96ff44aac3&ish=true&isb=true&isbr=ua&vsi=098228dc-6a29-4242-963f-9c9c2b2b7d89&caching=miss,miss&pv=visible&pn=1&v=1.10073.0&url=https%3A%2F%2Fwww.spurlockroadvet.com%2F&st=2&ts=9&tsn=833",
"statusCode": -1,
"startTime": 833.28700001584366,
"endTime": 851.61299997707829,
"finished": true,
"transferSize": 0,
"resourceType": "Ping",
"resourceSize": 0
},
{
"resourceSize": 163787,
"protocol": "h2",
"startTime": 835.91700001852587,
"endTime": 882.03500001691282,
"statusCode": 200,
"finished": true,
"mimeType": "application/javascript",
"resourceType": "Script",
"transferSize": 47776,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/bootstrap-features.722e393c.bundle.min.js"
},
{
"transferSize": 46191,
"startTime": 836.237000010442,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/main.497edafc.bundle.min.js",
"finished": true,
"endTime": 2484.6329999854788,
"protocol": "h2",
"mimeType": "application/javascript",
"statusCode": 200,
"resourceType": "Script",
"resourceSize": 179755
},
{
"resourceSize": 73015,
"mimeType": "application/javascript",
"statusCode": 200,
"endTime": 922.2040000022389,
"transferSize": 26189,
"startTime": 875.757000001613,
"finished": true,
"url": "https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js",
"protocol": "h2",
"resourceType": "Script"
},
{
"mimeType": "application/javascript",
"endTime": 920.5599999986589,
"statusCode": 200,
"protocol": "h2",
"resourceType": "Script",
"finished": true,
"transferSize": 5799,
"startTime": 875.958000018727,
"url": "https://static.parastorage.com/unpkg/react@16.13.1/umd/react.production.min.js",
"resourceSize": 12463
},
{
"statusCode": 200,
"resourceSize": 8654,
"transferSize": 3535,
"protocol": "h2",
"startTime": 837.26200001547113,
"resourceType": "Other",
"endTime": 874.74200001452118,
"url": "https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.responsiveAbsoluteChildrenPosition%3Atrue%2Cspecs.thunderbolt.byRefV2%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.SearchBoxSuggestionsFacelift%3Atrue%2Cspecs.thunderbolt.LinkBarPlaceholderImages%3Atrue%2Cspecs.thunderbolt.LoginSocialBarNewStyles%3Atrue%2Cspecs.thunderbolt.final_image_auto_encode%3Atrue%2Cspecs.thunderbolt.inflatePresetsWithNoDefaultItems%3Atrue%2Cspecs.thunderbolt.FilterResponsiveEditorMasterPageTpas%3Atrue%2Cspecs.thunderbolt.maskImageCSS%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.1581.0&excludedSafariOrIOS=false&experiments=bv_removeMenuDataFromPageJson%2Cbv_remove_add_chat_viewer_fixer%2Cdm_enableDefaultA11ySettings%2Cdm_fixStylableButtonProperties%2Cdm_fixVectorImageProperties%2Cdm_linkRelDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.spurlockroadvet.com&fileId=92bf0336.bundle.min&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&module=thunderbolt-platform&originalLanguage=en&pageId=475464_842026b037a8ebb7b7ee856b581cc79d_34.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.233.0&siteId=eb20f1f9-726a-498c-97ad-094c159f4d66&siteRevision=34&viewMode=mobile",
"finished": true,
"mimeType": "application/json"
},
{
"endTime": 875.01399999018759,
"url": "https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.responsiveAbsoluteChildrenPosition%3Atrue%2Cspecs.thunderbolt.byRefV2%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.SearchBoxSuggestionsFacelift%3Atrue%2Cspecs.thunderbolt.LinkBarPlaceholderImages%3Atrue%2Cspecs.thunderbolt.LoginSocialBarNewStyles%3Atrue%2Cspecs.thunderbolt.final_image_auto_encode%3Atrue%2Cspecs.thunderbolt.inflatePresetsWithNoDefaultItems%3Atrue%2Cspecs.thunderbolt.FilterResponsiveEditorMasterPageTpas%3Atrue%2Cspecs.thunderbolt.maskImageCSS%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.1581.0&excludedSafariOrIOS=false&experiments=bv_removeMenuDataFromPageJson%2Cbv_remove_add_chat_viewer_fixer%2Cdm_enableDefaultA11ySettings%2Cdm_fixStylableButtonProperties%2Cdm_fixVectorImageProperties%2Cdm_linkRelDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.spurlockroadvet.com&fileId=92bf0336.bundle.min&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&module=thunderbolt-platform&originalLanguage=en&pageId=475464_5274ce655d5a8c273127066ef2f6fdaf_34.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.233.0&siteId=eb20f1f9-726a-498c-97ad-094c159f4d66&siteRevision=34&viewMode=mobile",
"protocol": "h2",
"resourceType": "Other",
"resourceSize": 6997,
"transferSize": 2614,
"mimeType": "application/json",
"finished": true,
"startTime": 837.57799997692928,
"statusCode": 200
},
{
"mimeType": "application/json",
"finished": true,
"transferSize": 13665,
"statusCode": 200,
"endTime": 912.12900000391528,
"resourceSize": 78012,
"startTime": 838.03899999475107,
"protocol": "h2",
"resourceType": "Other",
"url": "https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.responsiveAbsoluteChildrenPosition%3Atrue%2Cspecs.thunderbolt.byRefV2%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.SearchBoxSuggestionsFacelift%3Atrue%2Cspecs.thunderbolt.LinkBarPlaceholderImages%3Atrue%2Cspecs.thunderbolt.LoginSocialBarNewStyles%3Atrue%2Cspecs.thunderbolt.final_image_auto_encode%3Atrue%2Cspecs.thunderbolt.inflatePresetsWithNoDefaultItems%3Atrue%2Cspecs.thunderbolt.FilterResponsiveEditorMasterPageTpas%3Atrue%2Cspecs.thunderbolt.maskImageCSS%3Atrue&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.1581.0&excludedSafariOrIOS=false&experiments=bv_removeMenuDataFromPageJson%2Cbv_remove_add_chat_viewer_fixer%2Cdm_enableDefaultA11ySettings%2Cdm_fixStylableButtonProperties%2Cdm_fixVectorImageProperties%2Cdm_linkRelDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.spurlockroadvet.com&fileId=1238dd31.bundle.min&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&module=thunderbolt-features&originalLanguage=en&pageId=475464_842026b037a8ebb7b7ee856b581cc79d_34.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.233.0&siteId=eb20f1f9-726a-498c-97ad-094c159f4d66&siteRevision=34&staticHTMLComponentUrl=https%3A%2F%2Fwww-spurlockroadvet-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile"
},
{
"resourceSize": 19721,
"transferSize": 8312,
"mimeType": "application/json",
"startTime": 842.72800001781434,
"protocol": "h2",
"url": "https://www.spurlockroadvet.com/_api/v2/dynamicmodel",
"resourceType": "Fetch",
"statusCode": 200,
"finished": true,
"endTime": 1489.7459999774583
},
{
"resourceType": "Ping",
"transferSize": 0,
"endTime": 853.85600000154227,
"statusCode": -1,
"startTime": 846.85999999055639,
"finished": true,
"url": "https://frog.wix.com/bt?src=29&evid=3&viewer_name=thunderbolt&caching=miss,miss&dc=42&et=1&event_name=Init&is_cached=false&is_platform_loaded=0&is_rollout=0&ism=1&isp=0&isjp=true&iss=0&ita=1&msid=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&pn=1&sessionId=348f6cde-4c1c-4c24-8b10-9a96ff44aac3&siterev=34-__siteCacheRevision__&st=2&ts=22&tts=846&url=https%3A%2F%2Fwww.spurlockroadvet.com%2F&v=1.10073.0&vsi=098228dc-6a29-4242-963f-9c9c2b2b7d89&_brandId=wix",
"resourceSize": 0
},
{
"resourceSize": 15183,
"mimeType": "application/json",
"finished": true,
"transferSize": 5790,
"resourceType": "Other",
"protocol": "h2",
"endTime": 911.63500002585351,
"statusCode": 200,
"url": "https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.responsiveAbsoluteChildrenPosition%3Atrue%2Cspecs.thunderbolt.byRefV2%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.SearchBoxSuggestionsFacelift%3Atrue%2Cspecs.thunderbolt.LinkBarPlaceholderImages%3Atrue%2Cspecs.thunderbolt.LoginSocialBarNewStyles%3Atrue%2Cspecs.thunderbolt.final_image_auto_encode%3Atrue%2Cspecs.thunderbolt.inflatePresetsWithNoDefaultItems%3Atrue%2Cspecs.thunderbolt.FilterResponsiveEditorMasterPageTpas%3Atrue%2Cspecs.thunderbolt.maskImageCSS%3Atrue&contentType=application%2Fjson&deviceType=Smartphone&dfCk=6&dfVersion=1.1581.0&excludedSafariOrIOS=false&experiments=bv_removeMenuDataFromPageJson%2Cbv_remove_add_chat_viewer_fixer%2Cdm_enableDefaultA11ySettings%2Cdm_fixStylableButtonProperties%2Cdm_fixVectorImageProperties%2Cdm_linkRelDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.spurlockroadvet.com&fileId=1238dd31.bundle.min&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&module=thunderbolt-features&originalLanguage=en&pageId=475464_5274ce655d5a8c273127066ef2f6fdaf_34.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.8606.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.233.0&siteId=eb20f1f9-726a-498c-97ad-094c159f4d66&siteRevision=34&staticHTMLComponentUrl=https%3A%2F%2Fwww-spurlockroadvet-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=mobile",
"startTime": 852.6609999826178
},
{
"finished": true,
"startTime": 876.14200002281,
"endTime": 920.22299999371171,
"resourceType": "Script",
"url": "https://static.parastorage.com/services/tag-manager-client/1.427.0/siteTags.bundle.min.js",
"resourceSize": 11216,
"transferSize": 4921,
"protocol": "h2",
"mimeType": "application/javascript",
"statusCode": 200
},
{
"startTime": 854.57999998470768,
"finished": true,
"transferSize": 141668,
"resourceType": "Other",
"protocol": "h2",
"statusCode": 200,
"url": "https://www.spurlockroadvet.com/_partials/wix-thunderbolt/dist/clientWorker.43925dc7.bundle.min.js",
"resourceSize": 513222,
"endTime": 873.79400001373142,
"mimeType": "application/javascript"
},
{
"resourceSize": 38502,
"endTime": 2485.4059999925084,
"statusCode": 200,
"transferSize": 11795,
"protocol": "h2",
"startTime": 876.26599997747689,
"finished": true,
"resourceType": "Script",
"url": "https://static.parastorage.com/services/wix-perf-measure/1.756.0/wix-perf-measure.bundle.min.js",
"mimeType": "application/javascript"
},
{
"startTime": 876.38700002571568,
"resourceType": "Script",
"transferSize": 37146,
"protocol": "h2",
"statusCode": 200,
"mimeType": "application/javascript",
"resourceSize": 118656,
"finished": true,
"url": "https://static.parastorage.com/unpkg/react-dom@16.13.1/umd/react-dom.production.min.js",
"endTime": 922.9180000256747
},
{
"startTime": 866.00999999791384,
"endTime": 869.62299997685477,
"statusCode": 200,
"protocol": "h2",
"transferSize": 6447,
"mimeType": "font/woff2",
"finished": true,
"resourceType": "Font",
"resourceSize": 5520,
"url": "https://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKChsJg8MKVWl4lw.woff2"
},
{
"startTime": 879.60699998075143,
"statusCode": 200,
"resourceSize": 564,
"finished": true,
"url": "https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_23,h_23,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png",
"resourceType": "Image",
"mimeType": "image/webp",
"endTime": 884.54699999419972,
"protocol": "h2",
"transferSize": 1126
},
{
"url": "https://fonts.gstatic.com/s/chelseamarket/v7/BCawqZsHqfr89WNP_IApC8tzKChiJg8MKVWl.woff2",
"startTime": 898.1509999721311,
"transferSize": 62172,
"finished": true,
"mimeType": "font/woff2",
"resourceType": "Font",
"protocol": "h2",
"statusCode": 200,
"endTime": 904.39799998421222,
"resourceSize": 61244
},
{
"resourceType": "Font",
"statusCode": 200,
"resourceSize": 23088,
"mimeType": "application/octet-stream",
"protocol": "h2",
"endTime": 2488.5660000145435,
"finished": true,
"startTime": 915.94699997222051,
"transferSize": 24196,
"url": "https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2"
},
{
"resourceSize": 0,
"resourceType": "Ping",
"url": "https://frog.wix.com/bt?src=29&evid=3&viewer_name=thunderbolt&caching=miss,miss&dc=42&et=12&event_name=Partially%20visible&is_cached=false&is_platform_loaded=0&is_rollout=0&ism=1&isp=0&isjp=true&iss=0&ita=1&msid=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&pid=c1dmp&pn=1&sessionId=348f6cde-4c1c-4c24-8b10-9a96ff44aac3&siterev=34-__siteCacheRevision__&st=2&ts=109&tts=933&url=https%3A%2F%2Fwww.spurlockroadvet.com%2F&v=1.10073.0&vsi=098228dc-6a29-4242-963f-9c9c2b2b7d89&_brandId=wix",
"startTime": 933.18900000303984,
"transferSize": 0,
"statusCode": -1,
"endTime": 955.06000000750646,
"finished": true
},
{
"endTime": 955.20299999043345,
"resourceSize": 0,
"resourceType": "Ping",
"finished": true,
"url": "https://frog.wix.com/bolt-performance?src=72&evid=28&appName=thunderbolt&is_rollout=0&is_sav_rollout=0&is_dac_rollout=0&dc=42&is_cached=false&msid=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&session_id=348f6cde-4c1c-4c24-8b10-9a96ff44aac3&ish=true&isb=true&isbr=ua&vsi=098228dc-6a29-4242-963f-9c9c2b2b7d89&caching=miss,miss&pv=visible&pn=1&v=1.10073.0&url=https%3A%2F%2Fwww.spurlockroadvet.com%2F&st=2&ts=9&tsn=833&name=partially_visible&duration=1653199090660&pageId=c1dmp",
"statusCode": -1,
"startTime": 933.63200000021607,
"transferSize": 0
},
{
"statusCode": 200,
"endTime": 999.46299998555332,
"finished": true,
"transferSize": 1607,
"protocol": "h2",
"resourceSize": 1444,
"startTime": 954.30099999066442,
"resourceType": "Document",
"mimeType": "text/html",
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/target/StripSlideshow/StripSlideshow.html?compId=comp-iklujff0&deviceType=mobile&locale=en&viewMode=site"
},
{
"transferSize": 33929,
"resourceType": "Script",
"protocol": "h2",
"url": "https://static.parastorage.com/services/third-party/jquery/1.10.2/dist/jquery.min.js",
"mimeType": "application/x-javascript",
"finished": true,
"endTime": 1057.2399999946356,
"statusCode": 200,
"startTime": 1010.5319999856874,
"resourceSize": 93107
},
{
"mimeType": "application/x-javascript",
"url": "https://static.parastorage.com/services/third-party/lodash/2.4.1/dist/lodash.min.js",
"resourceType": "Script",
"startTime": 1010.7940000016242,
"transferSize": 11319,
"protocol": "h2",
"statusCode": 200,
"finished": true,
"resourceSize": 28151,
"endTime": 2490.13599997852
},
{
"resourceSize": 5549,
"resourceType": "Script",
"url": "https://static.parastorage.com/services/third-party/jquery-easing/1.3/jquery.easing.min.js",
"mimeType": "application/x-javascript",
"startTime": 1011.1729999771342,
"endTime": 1054.3750000069849,
"transferSize": 2985,
"finished": true,
"statusCode": 200,
"protocol": "h2"
},
{
"url": "https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js",
"finished": true,
"resourceType": "Script",
"transferSize": 6515,
"mimeType": "text/javascript",
"resourceSize": 13188,
"protocol": "h2",
"startTime": 1011.3509999937378,
"endTime": 1015.138000017032,
"statusCode": 200
},
{
"protocol": "h2",
"transferSize": 7743,
"resourceType": "Script",
"statusCode": 200,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/jquery.cycle2.min.js",
"endTime": 1059.1959999874234,
"finished": true,
"mimeType": "application/javascript",
"startTime": 1011.6009999765083,
"resourceSize": 21627
},
{
"resourceType": "Script",
"finished": true,
"protocol": "h2",
"startTime": 1011.9720000075176,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/jquery.cycle2.scrollVert.min.js",
"statusCode": 200,
"endTime": 1055.0279999733903,
"mimeType": "application/javascript",
"transferSize": 1359,
"resourceSize": 344
},
{
"resourceType": "Script",
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/utils.js",
"statusCode": 200,
"startTime": 1012.2170000104234,
"finished": true,
"transferSize": 5503,
"endTime": 1056.6869999747723,
"mimeType": "application/javascript",
"protocol": "h2",
"resourceSize": 14873
},
{
"startTime": 1012.5099999713711,
"statusCode": 200,
"transferSize": 3641,
"resourceType": "Script",
"finished": true,
"resourceSize": 7657,
"mimeType": "application/javascript",
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/lib/js/app.proto.js",
"endTime": 1055.4620000184514,
"protocol": "h2"
},
{
"protocol": "h2",
"endTime": 1058.8459999999031,
"resourceType": "Script",
"resourceSize": 48602,
"finished": true,
"startTime": 1012.7310000243597,
"mimeType": "application/octet-stream",
"transferSize": 49828,
"url": "https://static.parastorage.com/services/js-sdk/1.44.0/js/wix.min.js",
"statusCode": 200
},
{
"protocol": "h2",
"statusCode": 200,
"resourceSize": 6187,
"transferSize": 2445,
"startTime": 1013.1459999829531,
"resourceType": "Stylesheet",
"mimeType": "text/css",
"finished": true,
"endTime": 1057.6729999738745,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/target/StripSlideshow/css/style.min.css"
},
{
"protocol": "h2",
"transferSize": 4240,
"statusCode": 200,
"url": "https://static.parastorage.com/services/santa/1.13152.0/node_modules/@wix/santa-galleries/target/StripSlideshow/js/app.min.js",
"resourceSize": 9539,
"endTime": 1058.2280000089668,
"finished": true,
"resourceType": "Script",
"mimeType": "application/javascript",
"startTime": 1013.8370000058785
},
{
"mimeType": "application/javascript",
"transferSize": 7123,
"resourceSize": 16941,
"finished": true,
"resourceType": "Script",
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/page-features.a52bf680.chunk.min.js",
"protocol": "h2",
"endTime": 2638.4449999895878,
"startTime": 2623.8400000147521,
"statusCode": 200
},
{
"endTime": 2638.022999977693,
"resourceSize": 9638,
"mimeType": "application/javascript",
"protocol": "h2",
"resourceType": "Script",
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooi.10ae0805.chunk.min.js",
"finished": true,
"startTime": 2625.1579999807291,
"transferSize": 4825,
"statusCode": 200
},
{
"startTime": 2638.8540000189096,
"finished": true,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/wix-code-sdk-providers.ddef6b64.chunk.min.js",
"resourceSize": 19668,
"mimeType": "application/javascript",
"protocol": "h2",
"resourceType": "Script",
"endTime": 2682.513999985531,
"statusCode": 200,
"transferSize": 8175
},
{
"endTime": 2683.4420000086538,
"protocol": "h2",
"statusCode": 200,
"transferSize": 3295,
"resourceSize": 4492,
"startTime": 2639.4149999832734,
"finished": true,
"mimeType": "application/javascript",
"resourceType": "Script",
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/dynamicPages.387b205e.chunk.min.js"
},
{
"transferSize": 2508,
"startTime": 2640.6110000098124,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/protectedPages.9a93f372.chunk.min.js",
"statusCode": 200,
"endTime": 2684.3169999774545,
"mimeType": "application/javascript",
"protocol": "h2",
"resourceSize": 2930,
"finished": true,
"resourceType": "Script"
},
{
"endTime": 2655.709000013303,
"protocol": "h2",
"startTime": 2641.7290000244975,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/siteMembers.b736f610.chunk.min.js",
"statusCode": 200,
"transferSize": 9020,
"resourceSize": 28473,
"finished": true,
"resourceType": "Script",
"mimeType": "application/javascript"
},
{
"startTime": 2642.863999994006,
"mimeType": "application/javascript",
"transferSize": 6729,
"finished": true,
"statusCode": 200,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpaCommons.59a23c41.chunk.min.js",
"resourceType": "Script",
"resourceSize": 14966,
"endTime": 2686.6010000230744,
"protocol": "h2"
},
{
"statusCode": 200,
"resourceSize": 14181,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platform.d5df45bf.chunk.min.js",
"finished": true,
"transferSize": 6614,
"mimeType": "application/javascript",
"endTime": 2687.0350000099279,
"resourceType": "Script",
"protocol": "h2",
"startTime": 2643.949999997858
},
{
"endTime": 2738.5549999889918,
"url": "https://frog.wix.com/site-members?_msid=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&vsi=098228dc-6a29-4242-963f-9c9c2b2b7d89&rid=1653199089.8333744052419114&_av=thunderbolt-1.10073.0&isb=true&isbr=ua&_brandId=wix&_siteBranchId=undefined&_ms=2719&_lv=2.0.985%7CC&_visitorId=90699a36-6ed0-407c-b0c2-b97c33305f43&_siteMemberId=undefined&bsi=09282038-c24b-44dd-b637-45a7e7beb5bd%7C1&src=5&evid=698&biToken=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&context=undefined&ts=1894&viewmode=undefined&visitor_id=90699a36-6ed0-407c-b0c2-b97c33305f43&site_member_id=undefined&site_settings_lng=en&browser_lng=en&lng_mismatch=false&layout=undefined&_=16531990924640",
"resourceType": "Ping",
"transferSize": 0,
"resourceSize": 0,
"startTime": 2728.8899999693967,
"statusCode": -1,
"finished": true
},
{
"finished": true,
"transferSize": 10034,
"resourceSize": 34465,
"startTime": 2742.7519999910146,
"resourceType": "Script",
"protocol": "h2",
"endTime": 2786.8630000157282,
"statusCode": 200,
"mimeType": "application/javascript",
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/santa-langs-en.e2e9b5d9.chunk.min.js"
},
{
"transferSize": 1939,
"resourceSize": 1333,
"mimeType": "application/javascript",
"startTime": 2752.7879999834113,
"statusCode": 200,
"protocol": "h2",
"endTime": 2797.9139999952167,
"finished": true,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/loginSocialBar.f0038327.chunk.min.js",
"resourceType": "Script"
},
{
"statusCode": 200,
"endTime": 2796.28299997421,
"finished": true,
"resourceType": "Script",
"mimeType": "application/javascript",
"startTime": 2753.3669999684207,
"protocol": "h2",
"transferSize": 3040,
"resourceSize": 4276,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/menuContainer.e49ae7d8.chunk.min.js"
},
{
"statusCode": 200,
"endTime": 2797.0569999888539,
"protocol": "h2",
"transferSize": 1615,
"resourceType": "Script",
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/ooiTpaSharedConfig.9087e72f.chunk.min.js",
"startTime": 2754.1429999982938,
"mimeType": "application/javascript",
"resourceSize": 631,
"finished": true
},
{
"endTime": 2798.5880000051111,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/platformPubsub.e7ced280.chunk.min.js",
"protocol": "h2",
"startTime": 2755.6949999998324,
"statusCode": 200,
"finished": true,
"resourceType": "Script",
"transferSize": 2393,
"mimeType": "application/javascript",
"resourceSize": 2840
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/sosp.709c6b6b.chunk.min.js",
"startTime": 2756.1550000100397,
"transferSize": 1726,
"mimeType": "application/javascript",
"finished": true,
"protocol": "h2",
"statusCode": 200,
"resourceType": "Script",
"endTime": 2800.9159999783151,
"resourceSize": 818
},
{
"finished": true,
"transferSize": 20905,
"startTime": 2756.6539999679662,
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/tpa.849432e8.chunk.min.js",
"resourceSize": 60906,
"mimeType": "application/javascript",
"statusCode": 200,
"protocol": "h2",
"endTime": 2812.4969999771565,
"resourceType": "Script"
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/reporter-api.5199e01f.chunk.min.js",
"endTime": 2813.1099999882281,
"finished": true,
"transferSize": 8420,
"startTime": 2766.3199999951757,
"statusCode": 200,
"mimeType": "application/javascript",
"resourceSize": 28828,
"protocol": "h2",
"resourceType": "Script"
},
{
"finished": true,
"resourceSize": 404,
"endTime": 2923.0889999889769,
"mimeType": "application/json",
"url": "https://www.spurlockroadvet.com/_api/tag-manager/api/v1/tags/sites/49dbc0cd-9ada-411a-a2be-32ad3c8eabae?wixSite=false&htmlsiteId=eb20f1f9-726a-498c-97ad-094c159f4d66&language=en",
"statusCode": 200,
"resourceType": "XHR",
"startTime": 2771.547999989707,
"transferSize": 1792,
"protocol": "h2"
},
{
"finished": true,
"startTime": 2778.6280000000261,
"transferSize": 12306,
"protocol": "h2",
"statusCode": 200,
"resourceSize": 37137,
"mimeType": "application/javascript",
"endTime": 2844.7629999718629,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap-classic.1b521503.chunk.min.js",
"resourceType": "Script"
},
{
"protocol": "h2",
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[VerticalMenu_ComboBoxInputNavigation].37c94a7e.bundle.min.js",
"transferSize": 14694,
"finished": true,
"resourceSize": 40506,
"statusCode": 200,
"startTime": 2780.6020000134595,
"mimeType": "application/javascript",
"endTime": 2825.1920000184327,
"resourceType": "Script"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~bootstrap.47bff7db.chunk.min.js",
"transferSize": 14014,
"mimeType": "application/javascript",
"resourceSize": 47524,
"resourceType": "Script",
"protocol": "h2",
"endTime": 2845.3260000096634,
"startTime": 2781.0939999762923,
"statusCode": 200,
"finished": true
},
{
"startTime": 2782.5629999861121,
"mimeType": "application/javascript",
"resourceType": "Script",
"statusCode": 200,
"transferSize": 7406,
"resourceSize": 21267,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt~mobile.60dd2e4b.chunk.min.js",
"protocol": "h2",
"finished": true,
"endTime": 2826.4530000160448
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[SkipToContentButton].63d61644.bundle.min.js",
"mimeType": "application/javascript",
"resourceType": "Script",
"startTime": 2783.8190000038594,
"protocol": "h2",
"finished": true,
"transferSize": 2412,
"statusCode": 200,
"endTime": 2827.0960000227205,
"resourceSize": 3207
},
{
"url": "https://static.parastorage.com/services/wix-thunderbolt/dist/animations-vendors.dab4fc5c.chunk.min.js",
"resourceType": "Script",
"endTime": 2901.2349999975413,
"startTime": 2854.2400000151247,
"transferSize": 44757,
"finished": true,
"mimeType": "application/javascript",
"statusCode": 200,
"protocol": "h2",
"resourceSize": 195381
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MenuContainer_Classic].e42c894a.bundle.min.js",
"finished": true,
"startTime": 2880.4099999833852,
"statusCode": 200,
"resourceSize": 3028,
"mimeType": "application/javascript",
"endTime": 2968.7089999788441,
"transferSize": 2264,
"protocol": "h2",
"resourceType": "Script"
},
{
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[MeshGroup].e2f9ea28.bundle.min.js",
"mimeType": "application/javascript",
"protocol": "h2",
"resourceType": "Script",
"transferSize": 2133,
"startTime": 2880.7319999905303,
"statusCode": 200,
"endTime": 2924.3169999681413,
"finished": true,
"resourceSize": 2625
},
{
"statusCode": 200,
"endTime": 2925.2509999787435,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[StripSlideshow].7e484080.bundle.min.js",
"protocol": "h2",
"mimeType": "application/javascript",
"startTime": 2881.3659999868833,
"transferSize": 3934,
"resourceType": "Script",
"resourceSize": 7843,
"finished": true
},
{
"transferSize": 12182,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[LoginSocialBar].39cafb4d.bundle.min.js",
"startTime": 2889.5069999853149,
"endTime": 2933.3089999854565,
"resourceSize": 35700,
"resourceType": "Script",
"statusCode": 200,
"mimeType": "application/javascript",
"finished": true,
"protocol": "h2"
},
{
"startTime": 2889.8429999826476,
"resourceType": "Script",
"mimeType": "application/javascript",
"endTime": 2917.8439999814145,
"url": "https://static.parastorage.com/services/editor-elements/dist/rb_wixui.thunderbolt[Container_DefaultAreaSkin].80b00440.bundle.min.js",
"protocol": "h2",
"resourceSize": 6129,
"transferSize": 3294,
"statusCode": 200,
"finished": true
},
{
"resourceSize": 0,
"startTime": 3076.0209999862127,
"endTime": 3080.2680000197142,
"resourceType": "Ping",
"transferSize": 0,
"statusCode": -1,
"finished": true,
"url": "https://frog.wix.com/bpm"
},
{
"resourceSize": 0,
"startTime": 3322.1330000087619,
"transferSize": 0,
"url": "https://frog.wix.com/pa?_msid=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&vsi=098228dc-6a29-4242-963f-9c9c2b2b7d89&rid=1653199089.8333744052419114&_av=thunderbolt-1.10073.0&isb=true&isbr=ua&_brandId=wix&_siteBranchId=undefined&_ms=3322&_lv=2.0.985%7CC&_visitorId=90699a36-6ed0-407c-b0c2-b97c33305f43&_siteMemberId=undefined&bsi=09282038-c24b-44dd-b637-45a7e7beb5bd%7C1&src=76&evid=1109&pid=c1dmp&pn=1&viewer=TB&pt=static&pa=editor&pti=c1dmp&uuid=47546411-e71c-4c81-a143-bda43857eaa6&url=https%3A%2F%2Fwww.spurlockroadvet.com%2F&ref=&bot=true&bl=en-US&pl=en-US&_=16531990930571",
"endTime": 3343.5019999742508,
"resourceType": "Ping",
"statusCode": -1,
"finished": true
},
{
"protocol": "h2",
"endTime": 3391.0550000146031,
"resourceType": "Stylesheet",
"transferSize": 7780,
"startTime": 3347.0150000066496,
"mimeType": "text/css",
"statusCode": 200,
"finished": true,
"resourceSize": 46889,
"url": "https://static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/v16/languages-woff2.css"
},
{
"statusCode": -1,
"transferSize": 0,
"endTime": 3386.6290000150912,
"finished": true,
"startTime": 3350.37800000282,
"resourceSize": 0,
"url": "https://frog.wix.com/bt?src=29&evid=3&viewer_name=thunderbolt&caching=miss,miss&dc=42&et=33&event_name=page%20interactive&is_cached=false&is_platform_loaded=0&is_rollout=0&ism=1&isp=0&isjp=true&iss=0&ita=1&msid=49dbc0cd-9ada-411a-a2be-32ad3c8eabae&pid=c1dmp&pn=1&rid=1653199089.8333744052419114&sar=360x640&sessionId=348f6cde-4c1c-4c24-8b10-9a96ff44aac3&siterev=34-__siteCacheRevision__&sr=360x640&st=2&ts=2525&tts=3349&url=https%3A%2F%2Fwww.spurlockroadvet.com%2F&v=1.10073.0&vid=90699a36-6ed0-407c-b0c2-b97c33305f43&bsi=09282038-c24b-44dd-b637-45a7e7beb5bd|1&vsi=098228dc-6a29-4242-963f-9c9c2b2b7d89&wor=360x640&wr=320x569&_brandId=wix",
"resourceType": "Ping"
},
{
"finished": true,
"endTime": 3453.9179999846965,
"resourceSize": 15703,
"mimeType": "image/jpeg",
"url": "https://static.wixstatic.com/media/3b1f25_8523e6d64a7a4b71ad9361e1b156b796.jpg/v1/fill/w_908,h_291,al_c,q_80,usm_0.66_1.00_0.01/3b1f25_8523e6d64a7a4b71ad9361e1b156b796.jpg",
"transferSize": 16241,
"statusCode": 200,
"protocol": "h2",
"resourceType": "Image",
"startTime": 3366.4989999961108
},
{
"transferSize": 17291,
"mimeType": "image/jpeg",
"finished": true,
"endTime": 3465.2839999762364,
"resourceSize": 16753,
"url": "https://static.wixstatic.com/media/3b1f25_93f29e1f88754c86b425ae065281f0f3.jpg/v1/fill/w_908,h_291,al_c,q_80,usm_0.66_1.00_0.01/3b1f25_93f29e1f88754c86b425ae065281f0f3.jpg",
"statusCode": 200,
"resourceType": "Image",
"startTime": 3371.6819999972358,
"protocol": "h2"
},
{
"transferSize": 14938,
"resourceSize": 14400,
"mimeType": "image/jpeg",
"statusCode": 200,
"url": "https://static.wixstatic.com/media/3b1f25_72a2689f4d6b4a1597f8b740a08cd7b9.jpg/v1/fill/w_908,h_291,al_c,q_80,usm_0.66_1.00_0.01/3b1f25_72a2689f4d6b4a1597f8b740a08cd7b9.jpg",
"startTime": 3373.8339999690652,
"finished": true,
"protocol": "h2",
"endTime": 3491.836000001058,
"resourceType": "Image"
},
{
"endTime": 3655.603000021074,
"url": "https://frog.wix.com/bpm",
"statusCode": -1,
"finished": true,
"startTime": 3653.0560000101104,
"transferSize": 0,
"resourceType": "Ping",
"resourceSize": 0
},
{
"statusCode": -1,
"finished": true,
"endTime": 4656.6469999961555,
"resourceType": "Ping",
"startTime": 4654.6610000077635,
"transferSize": 0,
"url": "https://frog.wix.com/bpm",
"resourceSize": 0
}
],
"headings": [
{
"itemType": "url",
"key": "url",
"text": "URL"
},
{
"itemType": "text",
"key": "protocol",
"text": "Protocol"
},
{
"key": "startTime",
"text": "Start Time",
"granularity": 1,
"itemType": "ms"
},
{
"text": "End Time",
"key": "endTime",
"itemType": "ms",
"granularity": 1
},
{
"itemType": "bytes",
"text": "Transfer Size",
"key": "transferSize",
"granularity": 1,
"displayUnit": "kb"
},
{
"text": "Resource Size",
"key": "resourceSize",
"itemType": "bytes",
"displayUnit": "kb",
"granularity": 1
},
{
"itemType": "text",
"text": "Status Code",
"key": "statusCode"
},
{
"text": "MIME Type",
"itemType": "text",
"key": "mimeType"
},
{
"key": "resourceType",
"text": "Resource Type",
"itemType": "text"
}
],
"type": "table"
}
},
"meta-viewport": {
"id": "meta-viewport",
"title": "`[user-scalable=\"no\"]` is not used in the `\u003cmeta name=\"viewport\"\u003e` element and the `[maximum-scale]` attribute is not 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](https://web.dev/meta-viewport/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"items": [],
"type": "table",
"headings": []
}
},
"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](https://web.dev/aria-required-attr/).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"headings": [],
"type": "table",
"items": []
}
}
},
"categories": {
"performance": {
"id": "performance",
"title": "Performance",
"score": 0.61,
"auditRefs": [
{
"id": "first-contentful-paint",
"weight": 10,
"group": "metrics",
"acronym": "FCP",
"relevantAudits": [
"server-response-time",
"render-blocking-resources",
"redirects",
"critical-request-chains",
"uses-text-compression",
"uses-rel-preconnect",
"uses-rel-preload",
"font-display",
"unminified-javascript",
"unminified-css",
"unused-css-rules"
]
},
{
"id": "interactive",
"weight": 10,
"group": "metrics",
"acronym": "TTI"
},
{
"id": "speed-index",
"weight": 10,
"group": "metrics",
"acronym": "SI"
},
{
"id": "total-blocking-time",
"weight": 30,
"group": "metrics",
"acronym": "TBT",
"relevantAudits": [
"long-tasks",
"third-party-summary",
"third-party-facades",
"bootup-time",
"mainthread-work-breakdown",
"dom-size",
"duplicated-javascript",
"legacy-javascript",
"viewport"
]
},
{
"id": "largest-contentful-paint",
"weight": 25,
"group": "metrics",
"acronym": "LCP",
"relevantAudits": [
"server-response-time",
"render-blocking-resources",
"redirects",
"critical-request-chains",
"uses-text-compression",
"uses-rel-preconnect",
"uses-rel-preload",
"font-display",
"unminified-javascript",
"unminified-css",
"unused-css-rules",
"largest-contentful-paint-element",
"preload-lcp-image",
"unused-javascript",
"efficient-animated-content",
"total-byte-weight"
]
},
{
"id": "cumulative-layout-shift",
"weight": 15,
"group": "metrics",
"acronym": "CLS",
"relevantAudits": [
"layout-shift-elements",
"non-composited-animations",
"unsized-images"
]
},
{
"id": "max-potential-fid",
"weight": 0,
"group": "hidden"
},
{
"id": "first-meaningful-paint",
"weight": 0,
"group": "hidden",
"acronym": "FMP"
},
{
"id": "render-blocking-resources",
"weight": 0
},
{
"id": "uses-responsive-images",
"weight": 0
},
{
"id": "offscreen-images",
"weight": 0
},
{
"id": "unminified-css",
"weight": 0
},
{
"id": "unminified-javascript",
"weight": 0
},
{
"id": "unused-css-rules",
"weight": 0
},
{
"id": "unused-javascript",
"weight": 0
},
{
"id": "uses-optimized-images",
"weight": 0
},
{
"id": "modern-image-formats",
"weight": 0
},
{
"id": "uses-text-compression",
"weight": 0
},
{
"id": "uses-rel-preconnect",
"weight": 0
},
{
"id": "server-response-time",
"weight": 0
},
{
"id": "redirects",
"weight": 0
},
{
"id": "uses-rel-preload",
"weight": 0
},
{
"id": "efficient-animated-content",
"weight": 0
},
{
"id": "duplicated-javascript",
"weight": 0
},
{
"id": "legacy-javascript",
"weight": 0
},
{
"id": "preload-lcp-image",
"weight": 0
},
{
"id": "total-byte-weight",
"weight": 0
},
{
"id": "uses-long-cache-ttl",
"weight": 0
},
{
"id": "dom-size",
"weight": 0
},
{
"id": "critical-request-chains",
"weight": 0
},
{
"id": "user-timings",
"weight": 0
},
{
"id": "bootup-time",
"weight": 0
},
{
"id": "mainthread-work-breakdown",
"weight": 0
},
{
"id": "font-display",
"weight": 0
},
{
"id": "resource-summary",
"weight": 0
},
{
"id": "third-party-summary",
"weight": 0
},
{
"id": "third-party-facades",
"weight": 0
},
{
"id": "largest-contentful-paint-element",
"weight": 0
},
{
"id": "lcp-lazy-loaded",
"weight": 0
},
{
"id": "layout-shift-elements",
"weight": 0
},
{
"id": "uses-passive-event-listeners",
"weight": 0
},
{
"id": "no-document-write",
"weight": 0
},
{
"id": "long-tasks",
"weight": 0
},
{
"id": "non-composited-animations",
"weight": 0
},
{
"id": "unsized-images",
"weight": 0
},
{
"id": "viewport",
"weight": 0
},
{
"id": "no-unload-listeners",
"weight": 0
},
{
"id": "performance-budget",
"weight": 0,
"group": "budgets"
},
{
"id": "timing-budget",
"weight": 0,
"group": "budgets"
},
{
"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": "first-contentful-paint-3g",
"weight": 0
}
]
},
"accessibility": {
"id": "accessibility",
"title": "Accessibility",
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.",
"score": 0.92,
"manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/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": 3,
"group": "a11y-aria"
},
{
"id": "aria-hidden-body",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-hidden-focus",
"weight": 3,
"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-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-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": 3,
"group": "a11y-navigation"
},
{
"id": "color-contrast",
"weight": 3,
"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": 3,
"group": "a11y-names-labels"
},
{
"id": "duplicate-id-active",
"weight": 3,
"group": "a11y-navigation"
},
{
"id": "duplicate-id-aria",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "form-field-multiple-labels",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "frame-title",
"weight": 3,
"group": "a11y-names-labels"
},
{
"id": "heading-order",
"weight": 2,
"group": "a11y-navigation"
},
{
"id": "html-has-lang",
"weight": 3,
"group": "a11y-language"
},
{
"id": "html-lang-valid",
"weight": 3,
"group": "a11y-language"
},
{
"id": "image-alt",
"weight": 10,
"group": "a11y-names-labels"
},
{
"id": "input-image-alt",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "label",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "link-name",
"weight": 3,
"group": "a11y-names-labels"
},
{
"id": "list",
"weight": 3,
"group": "a11y-tables-lists"
},
{
"id": "listitem",
"weight": 3,
"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": "tabindex",
"weight": 3,
"group": "a11y-navigation"
},
{
"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": 0,
"group": "a11y-language"
},
{
"id": "video-caption",
"weight": 0,
"group": "a11y-audio-video"
},
{
"id": "logical-tab-order",
"weight": 0
},
{
"id": "focusable-controls",
"weight": 0
},
{
"id": "interactive-element-affordance",
"weight": 0
},
{
"id": "managed-focus",
"weight": 0
},
{
"id": "focus-traps",
"weight": 0
},
{
"id": "custom-controls-labels",
"weight": 0
},
{
"id": "custom-controls-roles",
"weight": 0
},
{
"id": "visual-order-follows-dom",
"weight": 0
},
{
"id": "offscreen-content-hidden",
"weight": 0
},
{
"id": "use-landmarks",
"weight": 0
}
]
},
"best-practices": {
"id": "best-practices",
"title": "Best Practices",
"score": 0.92,
"auditRefs": [
{
"id": "is-on-https",
"weight": 1,
"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": "no-vulnerable-libraries",
"weight": 1,
"group": "best-practices-trust-safety"
},
{
"id": "csp-xss",
"weight": 0,
"group": "best-practices-trust-safety"
},
{
"id": "password-inputs-can-be-pasted-into",
"weight": 1,
"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": "preload-fonts",
"weight": 0,
"group": "best-practices-ux"
},
{
"id": "doctype",
"weight": 1,
"group": "best-practices-browser-compat"
},
{
"id": "charset",
"weight": 1,
"group": "best-practices-browser-compat"
},
{
"id": "js-libraries",
"weight": 0,
"group": "best-practices-general"
},
{
"id": "deprecations",
"weight": 1,
"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/learn-web-vitals/). [Learn more](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": "viewport",
"weight": 1,
"group": "seo-mobile"
},
{
"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": "is-crawlable",
"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": "font-size",
"weight": 1,
"group": "seo-mobile"
},
{
"id": "plugins",
"weight": 1,
"group": "seo-content"
},
{
"id": "tap-targets",
"weight": 1,
"group": "seo-mobile"
},
{
"id": "structured-data",
"weight": 0
}
]
},
"pwa": {
"id": "pwa",
"title": "PWA",
"description": "These checks validate the aspects of a Progressive Web App. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist).",
"score": 0.3,
"manualDescription": "These checks are required by the baseline [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually.",
"auditRefs": [
{
"id": "installable-manifest",
"weight": 2,
"group": "pwa-installable"
},
{
"id": "service-worker",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "splash-screen",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "themed-omnibox",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "content-width",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "viewport",
"weight": 2,
"group": "pwa-optimized"
},
{
"id": "apple-touch-icon",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "maskable-icon",
"weight": 1,
"group": "pwa-optimized"
},
{
"id": "pwa-cross-browser",
"weight": 0
},
{
"id": "pwa-page-transitions",
"weight": 0
},
{
"id": "pwa-each-page-has-url",
"weight": 0
}
]
}
},
"categoryGroups": {
"budgets": {
"title": "Budgets",
"description": "Performance budgets set standards for the performance of your site."
},
"diagnostics": {
"title": "Diagnostics",
"description": "More information about the performance of your application. These numbers don't [directly affect](https://web.dev/performance-scoring/) the Performance score."
},
"a11y-best-practices": {
"title": "Best practices",
"description": "These items highlight common accessibility best practices."
},
"best-practices-trust-safety": {
"title": "Trust and Safety"
},
"a11y-navigation": {
"title": "Navigation",
"description": "These are opportunities to improve keyboard navigation in your application."
},
"metrics": {
"title": "Metrics"
},
"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-language": {
"title": "Internationalization and localization",
"description": "These are opportunities to improve the interpretation of your content by users in different locales."
},
"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-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."
},
"best-practices-browser-compat": {
"title": "Browser Compatibility"
},
"a11y-color-contrast": {
"title": "Contrast",
"description": "These are opportunities to improve the legibility of your content."
},
"pwa-optimized": {
"title": "PWA Optimized"
},
"best-practices-ux": {
"title": "User Experience"
},
"pwa-installable": {
"title": "Installable"
},
"seo-content": {
"title": "Content Best Practices",
"description": "Format your HTML in a way that enables crawlers to better understand your app’s content."
},
"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."
},
"load-opportunities": {
"title": "Opportunities",
"description": "These suggestions can help your page load faster. They don't [directly affect](https://web.dev/performance-scoring/) the Performance score."
},
"best-practices-general": {
"title": "General"
},
"seo-crawl": {
"title": "Crawling and Indexing",
"description": "To appear in search results, crawlers need access to your app."
},
"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 more](https://developers.google.com/search/mobile-sites/)."
}
},
"timing": {
"total": 14427.4
},
"i18n": {
"rendererFormattedStrings": {
"varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https://web.dev/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 G4",
"runtimeNoEmulation": "No emulation",
"runtimeSettingsBenchmark": "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": "react",
"title": "React",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment