Get Instant Visibility into Internet Outages Affecting Your Sites. Try Internet Sonar for Free

Menu:

Save Test Results with a Free Account Sign Up & Save Test Result

Webpage Performance Test Result

Screenshot

Opportunities & Experiments New

WebPageTest helps identify opportunities to improve a site's experience. Select one or more No-Code Experiments below and submit to test their impact.

Is it Quick?

Needs Improvement. This site was quick to connect and deliver initial code. It began rendering content with little delay. There were 52 render-blocking requests. The largest content rendered later than ideal.

WebPageTest ran 13 diagnostic checks related to this category and found 10 opportunities.

  1. This test had a reasonably quick first-byte time.

    A fast time to first byte is essential for delivering assets quickly.

    • 50 JavaScript files are blocking page rendering.

      By default, references to external JavaScript files will block the page from rendering while they are fetched and executed. Often, these files can be loaded in a different manner, freeing up the page to visually render sooner.

      • /config/appconfig.js
      • /static/js/runtime-main.04df1e8b.js
      • /static/js/lift/core.059bbf82.js
      • /static/js/lift/uxcomponents.81bb0ad6.js
      • /static/js/UXModule.bcDesktopWayfinder.f311c445.js
      • /static/js/UXCommonModuleStyles.db4a7427.js
      • /static/js/UXModule.bcGlobalSearch.99431b26.js
      • /static/js/UXModule.scrollableCompt.df1ee7fa.js
      • /static/js/UXModule.bcAdminFilter.2d3c6671.js
      • /static/js/3623.790ec4f5.js
      • /static/js/6958.375bae51.js
      • /static/js/2356.123e7ebf.js
      • /static/js/7720.57a469d5.js
      • /static/js/7637.84994a88.js
      • /static/js/5529.4237e6a3.js
      • /static/js/8142.314a537f.js
      • /static/js/938.dd062a25.js
      • /static/js/526.db9fbb3f.js
      • /static/js/6715.91e4d07c.js
      • /static/js/141.5f68de25.js
      • /static/js/8615.c2fdc2ed.js
      • /static/js/4499.ee48a524.js
      • /static/js/8871.3d78d39e.js
      • /static/js/4372.e970b7fe.js
      • /static/js/6431.ed2bc409.js
      • /static/js/7795.d8a0919e.js
      • /static/js/4434.df1f5572.js
      • /static/js/1418.6a3ee2dd.js
      • /static/js/8802.c831106a.js
      • /static/js/1817.f33b7227.js
      • /static/js/3638.a3ffd492.js
      • /static/js/4978.e5b3d1f7.js
      • /static/js/9772.2ab2fd00.js
      • /static/js/3124.7b50884f.js
      • /static/js/2322.79583950.js
      • /static/js/4810.593f6717.js
      • /static/js/8721.c19977e7.js
      • /static/js/2568.85e76b4e.js
      • /static/js/8875.170a5da4.js
      • /static/js/3593.05a3d122.js
      • /static/js/2374.b1052417.js
      • /static/js/3057.042b1c88.js
      • /static/js/3920.161f1f74.js
      • /static/js/7881.1c8603b2.js
      • /static/js/7760.f000c1d5.js
      • /static/js/8637.4c8920cd.js
      • /static/js/4251.65005fa0.js
      • /static/js/6796.e553ab42.js
      • /static/js/9197.8686ed5a.js
      • /static/js/main.d4617765.js

      Relevant Experiments

      • Defer Render-Blocking Scripts

        This experiment adds a defer attribute to render-blocking scripts, causing the browser to fetch them in parallel while showing the page. Deferred scripts still execute in the order they are defined in source. Example implementation: <script src="/config/appconfig.js" defer></script>

        Assets included in experiment:
      • Async Render-Blocking Scripts

        This experiment adds an async attribute to render-blocking scripts, causing the browser to fetch them in parallel while showing the page. Async scripts are not guaranteed to execute in the order they are defined in source. Example implementation: <script src="/config/appconfig.js" async></script>

        Assets included in experiment:
      • Inline Render-Blocking Scripts

        This experiment embeds the contents of specified external scripts directly into the HTML within a script element. This increases the size of the HTML, but can often allow page page to display sooner by avoiding server round trips.Example implementation: <script>/* contents from /config/appconfig.js here...*/</script>

        Assets included in experiment:
      • 2 externally-referenced CSS files are blocking page rendering.

        By default, references to external CSS files will block the page from rendering while they are fetched and executed. Sometimes these files _should_ block rendering, but can be inlined to avoid additional round-trips while the page is waiting to render. Sometimes, such as with stylesheets that are only used for loading custom fonts, inline or async CSS can greatly improve perceived performance.

        • /static/css/4236.f9d017e6.css
        • /static/css/main.e4a28e2d.css

        Relevant Experiments

        • Inline external CSS

          This experiment embeds the contents of specified external stylesheets directly into the HTML within a style element. This increases the size of the HTML, but can often allow page page to display sooner by avoiding server round trips. Note: The inline experiment may break relative references to images and other assets in the CSS. These would need proper path changes in production.

          Assets included in experiment:
        • Load CSS Asynchronously

          This experiment loads specified stylesheets in a way that allows the page to begin rendering while they are still loading. Note that this may cause a flash of unstyled content.

          Assets included in experiment:
        • Largest Contentful Paint is high (over 2.5s).

          The HTML driving your LCP is <h1 id="lift-ux-id-288f684e67e641f6a60eb1b98bcf17c1" class="" size="1">Welcome to BenefitsCal.</h1>

          Relevant Tips

          • Look for bottlenecks that are delaying text rendering

            When LCP is not image-based, that often means something is preventing text from appearing sooner. Text visibility may be delayed by blocking scripts or stylesheets, JavaScript-generated content, non-progressive custom font loading, and CSS or JavaScript animations.

          • Zero render-critical images are lazy-loaded.

            When images are lazy-loaded using loading="lazy", they will be requested after the layout is established, which is too late for images in the critical window.

            • Images outside the critical viewport can be lazy-loaded.

              When images are lazy-loaded using loading="lazy", when they scroll into the viewport, freeing up early load for other tasks.

              • /icons/BenefitsCal_Illo_Homepage_Apply.svg
              • /icons/BenefitsCal_Illo_Homepage_Manage.svg
              • /icons/BenefitsCal_Illo_Homepage_CBO.svg
              • /icons/BenefitsCal_Illo_Homepage_Help.svg
              • /icons/BenefitsCal_Student_Navigation_Illustration_1.svg
              • /icons/BenefitsCal_Student_CalFresh_Icon.jpg
              • /icons/BenefitsCal_Student_CalWORKs_Icon.jpg
              • /icons/BenefitsCal_Student_MediCal_Icon.jpg
              • /icons/BenefitsCals_Student_Secondary_Image.jpg

              Relevant Experiments

              • Add loading="lazy" to images

                This experiment adds loading="lazy" attributes to images that are outside the viewport at load.

                Assets included in experiment:
              • Several fonts are loaded with settings that hide text while they are loading.

                When fonts are loaded with default display settings, like font-display="block", browsers will hide text entirely for several seconds instead of showing text with a fallback font.

                • Font Awesome 5 Pro 400 normal
                • Font Awesome 5 Pro 900 normal
                • Font Awesome 5 Pro 300 normal
                • Font Awesome 5 Brands 400 normal

                Relevant Experiments

              • 1 font is hosted on 3rd-party hosts

                Fonts on 3rd party domains may take longer to load due to DNS and connection steps that are not necessary when fonts are hosted on the same domain.

                • https://use.fontawesome.com/releases/v5.0.13/webfonts/fa-solid-900.woff2

                Relevant Experiments

                • Self-Host 3rd Party Files

                  This experiment will fetch specified files server-side and reference them on the same domain. Note: the overrides happen at the host level, so any requests from that host will now be self-hosted.

                  Assets included in experiment:
                  1. use.fontawesome.com
                • Preconnect 3rd Party Hosts

                  This experiment will add a link with rel="preconnect" for specified hosts, which saves time for those steps when the resource is later requested.

                  Assets included in experiment:
                  1. use.fontawesome.com
                • Preload 3rd Party Files

                  This experiment will add a link with rel="preload" for specified hosts, causing the browser to fetch the file early and at a high priority.

                  Assets included in experiment:
                  1. https://use.fontawesome.com/releases/v5.0.13/webfonts/fa-solid-900.woff2
                • Make Fonts Timeout

                  This experiment directs specified hosts to WebPageTest's blackhole server, which will hang indefinitely until timing out. Use this experiment to test your site's ability to display fallback text if fonts do not load quickly.

                  Assets included in experiment:
                  1. use.fontawesome.com
                • Zero unused preloads were found.

                  Preloaded resources are fetched at a high priority, delaying the arrival of other resources in the page. In the case where a preloaded resource is never actually used by the page, that means potentially critical requests will be delayed, slowing down the initial loading of your site.

                  • 2 files were hosted without using a CDN.

                    A Content Delivery Network (CDN) distributes a website's files throughout the world, reducing request latency. These files do not use a CDN:

                    • https://cognito-identity.us-west-2.amazonaws.com/
                    • https://cognito-identity.us-west-2.amazonaws.com/
                    • 243 static files have inadequate cache settings.

                      Cache settings can instruct browsers and intermediaries to store recent versions of a site's static files (JavaScript, CSS, Images, fonts...) for reuse, reducing page weight and latency.

                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/UXCommonModuleStyles.db4a7427.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2251.e82cfbc2.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/intransit/referencetable/%7B%22referenceTables%22:%5B%7B%22name%22:%22COUN%22,%22codes%22:%5B%2215%22%5D,%22filterArray%22:%5B%5D%7D%5D%7D
                      • FAILED (No max-age or expires): https://benefitscal.com/WcmKeys/Common/en.json
                      • FAILED (No max-age or expires): https://benefitscal.com/pageTitles/PageTitles.json
                      • FAILED (No max-age or expires): https://benefitscal.com/home/getAnnouncements?distCd=SW&countyList=
                      • FAILED (No max-age or expires): https://benefitscal.com/home/getDisasterData
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Illo_Homepage_Apply.svg
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/fa-solid-900.43df9d1b.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/fa-regular-400.64050047.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/UXModule.bcGlobalSearch.99431b26.js
                      • FAILED (No max-age or expires): https://benefitscal.com/WcmKeys/CommonUtility/HomePage/en.json
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Illo_Homepage_Manage.svg
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Illo_Homepage_CBO.svg
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Illo_Homepage_Help.svg
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Student_Navigation_Illustration_1.svg
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Student_CalFresh_Icon.jpg
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Student_CalWORKs_Icon.jpg
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Student_MediCal_Icon.jpg
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/UXModule.scrollableCompt.df1ee7fa.js
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCals_Student_Secondary_Image.jpg
                      • FAILED (No max-age or expires): https://benefitscal.com/home/getMaintenanceData
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/ApplyForBenefits.5b326262.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2074.bf1799d3.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6110.1b70aee1.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6063.88228969.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/243.68dc25ee.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5858.1c719558.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6270.d6b5103b.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/UXModule.bcAdminFilter.2d3c6671.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2538.3fc87b61.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/54.1a4c6402.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9004.455506cd.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7543.31d445ac.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8946.c099d3e6.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1474.30e0b7e5.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3623.790ec4f5.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5297.f05bc909.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8822.2bf77b92.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5361.46344840.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2333.f3df211f.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7607.ef1c0f78.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3886.df139ccd.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/773.e9e95f22.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6958.375bae51.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5275.0425cdc2.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7080.9ae94a3c.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1310.3643e134.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1592.48e9d56f.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1926.3d4f1e8f.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/812.d1b09bbf.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7751.67f4bcd0.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6365.602bdb6b.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7797.28c591c4.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2356.123e7ebf.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7289.16cf3c28.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8317.670b7a05.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7912.8b70f8b7.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4753.3254aad4.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8205.d49bcc48.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1670.7b9ac502.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2918.a0140f2f.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/68.0644a787.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/Appointments.3a555f57.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8713.8fc022e0.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7720.57a469d5.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4229.1fbfe025.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/CBO.8762a3e1.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/511.0b61c584.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8186.65b291f7.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2406.2ddeaae2.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8442.12a2e2dc.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4992.f6413ad9.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3003.a25b8d67.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1559.c093f351.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7637.84994a88.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4018.d4d36cfa.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2487.7a668586.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1879.cad55a7c.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/14.a7ec6a64.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1248.b3667c59.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/20.35baca67.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6676.0cb92e45.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5529.4237e6a3.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1967.7c268894.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7903.69531678.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7079.56a503dd.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6026.f0891032.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9198.b523e9fc.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/Dashboard.695c0e70.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/257.45ac8bfc.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/css/index.css
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8142.314a537f.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9117.68e2cf8b.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6901.978d42ce.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8341.85f5833e.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5023.9c2ab7d9.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2743.f6697b74.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4669.de7cfefe.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9268.1bba24c0.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1590.6ae38270.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/666.5c2bfbdb.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/938.dd062a25.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/534.5f450fb2.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5820.35e056ed.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3738.eb97f7a1.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7109.b3818717.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/Help.61929f12.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1770.3eab865d.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2750.1722aeab.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7435.21d80015.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7139.816a2bf9.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8167.6d9549bc.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/526.db9fbb3f.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1584.84936353.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2860.5cb76dea.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9531.0dcf5bce.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8345.2a9f8e31.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/MessageCenter.9ab0c393.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2671.64ea6cdf.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7347.84fbea5c.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8910.64030520.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/PartnerPortal.aadbaba7.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/Public.a01b70f2.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6715.91e4d07c.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/199.29d71b6a.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8943.b1feb178.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8651.33bfe291.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6615.5da2802f.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2015.e8ad116f.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4424.3c1051da.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5845.dabe06ba.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/SupportRequest.19943379.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8456.54f64e5b.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/141.5f68de25.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8090.bcdfd756.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4350.0e2005a7.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4536.ff66e270.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9290.e19b6673.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4715.71be12f5.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7699.87c1c7ff.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7826.cd6223d3.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/verify-email.1f5ab3f8.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6565.2d9242e5.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8615.c2fdc2ed.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3449.51adf890.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/418.be45a80b.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2916.27ce2e9d.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2952.fc04eb0c.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7140.1f896bc2.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5904.ee74d3f6.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7183.00c215f8.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4451.c20e3f33.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4499.ee48a524.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8871.3d78d39e.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4372.e970b7fe.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6431.ed2bc409.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/css/4236.f9d017e6.css
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7795.d8a0919e.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4434.df1f5572.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1418.6a3ee2dd.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8802.c831106a.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1817.f33b7227.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3638.a3ffd492.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4978.e5b3d1f7.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9772.2ab2fd00.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3124.7b50884f.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2322.79583950.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/css/main.e4a28e2d.css
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4810.593f6717.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8721.c19977e7.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2568.85e76b4e.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8875.170a5da4.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3593.05a3d122.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2374.b1052417.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3057.042b1c88.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3920.161f1f74.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7881.1c8603b2.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7760.f000c1d5.js
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/loading-benefitscal.svg
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8637.4c8920cd.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4251.65005fa0.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6796.e553ab42.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9197.8686ed5a.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/main.d4617765.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/nunito-sans-v6-vietnamese_latin-ext_latin-900.a0e57da9.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8203.b7886fd6.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/AccountManagement.ee3b5186.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/3146.69f849d0.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2563.5e2111c1.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/runtime-main.04df1e8b.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7062.ef01b3e7.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9245.3d0d2452.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8526.3bdc8f7a.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/336.43180efe.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/common/getAccessControlMap
                      • FAILED (No max-age or expires): https://benefitscal.com/BenefitsCal_Favicon_Icon.ico
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9923.28bd4ad9.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/872.23400f84.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4037.12f9e4b0.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9278.6a4478cb.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/lift/core.059bbf82.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1132.0f6a64c6.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/Admin.adccf8f4.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/555.28c06b8c.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9523.d504e184.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4172.2399caef.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7792.dc3a32c4.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7007.3b48e4f3.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1100.354eef9f.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/fa-light-300.f39d4ae1.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/source-sans-pro-700.d04757e6.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/lift/uxcomponents.81bb0ad6.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/nunito-sans-v6-vietnamese_latin-ext_latin-800.d3057d5b.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/source-sans-pro-regular.87693df2.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/source-sans-pro-600.de2a238c.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/static/media/fa-brands-400.167c3d4f.woff2
                      • FAILED (No max-age or expires): https://benefitscal.com/site.webmanifest
                      • FAILED (No max-age or expires): https://benefitscal.com/icons/BenefitsCal_Logo_Header.svg
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1639.c41faf15.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/Pages/CommonUtility.5cb8d2f5.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2514.c065481b.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/UXModule.bcDesktopWayfinder.f311c445.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/2122.33a4ebc8.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/9804.f76f78ad.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/1197.12edc589.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/7539.61d46dd3.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/4746.b01c1799.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/5115.4221d83a.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6845.52be23bc.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/354.47df40d5.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/8256.139c7832.chunk.js
                      • FAILED (No max-age or expires): https://benefitscal.com/static/js/6569.f46a03b0.chunk.js
                      • FAILED (No max-age or expires): https://cognito-identity.us-west-2.amazonaws.com/
                      • FAILED (No max-age or expires): https://daghqzwjxmect.cloudfront.net/lex-web-ui-loader.css
                      • FAILED (No max-age or expires): https://daghqzwjxmect.cloudfront.net/lex-web-ui-loader-config.json
                      • FAILED (No max-age or expires): https://daghqzwjxmect.cloudfront.net/lex-web-ui-loader.min.css
                      • FAILED (No max-age or expires): https://daghqzwjxmect.cloudfront.net/custom-chatbot-style.css
                      • FAILED (No max-age or expires): https://daghqzwjxmect.cloudfront.net/lex-web-ui.min.css
                      • FAILED (No max-age or expires): https://daghqzwjxmect.cloudfront.net/lex-web-ui.min.js
                      • FAILED (No max-age or expires): https://daghqzwjxmect.cloudfront.net/lex-web-ui-loader.min.js
                      • FAILED (No max-age or expires): https://sdk.amazonaws.com/js/aws-sdk-2.903.0.min.js
                      • WARNING (24.0 hours): https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons
                      • 1 request is resulting in an HTTP redirect.

                        HTTP redirects can result in additional DNS resolution, TCP connection and HTTPS negotiation times, making them very costly for performance, particularly on high latency networks.

                        • FROM: https://e79160c26d75.us-west-2.sdk.awswaf.com/e79160c26d75/b3352f29ac65/challenge.js TO: 307
                        • Final HTML (DOM) size is significantly larger than initially delivered HTML (73.78kb larger, or 94.46% of total HTML).

                          Typically this is due to over-reliance on JavaScript for generating content, but increases can also happen as a result of browsers normalizing HTML structure as well. When critical HTML content is generated with JavaScript in the browser, several performance bottlenecks can arise:

                          • Before content can be generated client-side, the browser must first parse, evaluate, and sometimes also request JavaScript over the network. These steps occur after the HTML is initially delivered, and can incur long delays depending on the device.
                          • If the generated HTML contains references to external assets (images for example), the browser will not be able to discover and request them as early as desired.

                          Relevant Experiments

                          • Mimic Pre-rendered HTML

                            This experiment mimics server-generated HTML by swapping the initial HTML with the fully rendered HTML from this test run. Note: this will very likely break site behavior, but is potentially useful for comparing early metrics and assessing whether moving logic to the server is worth the effort.

                            Assets included in experiment:
                            1. 240708_BiDcF9_9KA

                          Is it Usable?

                          Not bad... This site had major layout shifts. It took a long time to become interactive. Some HTML was generated after delivery, potentially delaying usability.

                          WebPageTest ran 5 diagnostic checks related to this category and found 2 opportunities.

                          1. Layout shifts are not caused by images lacking aspect ratio

                            This is great. Images with width and height attributes allow the browser to better predict the space an image will occupy in a layout before it loads, reducing layout shifts and improving your CLS metric score.

                            • The main thread was blocked for 2848 ms

                              When files block the main thread, users are unable to interact with the page content. Typically, parsing and executing large JavaScript files, as well as running long JavaScript tasks can block the main thread and should be avoided. These files had high thread blocking times:

                              • 932 ms: https://benefitscal.com/static/js/main.d4617765.js
                              • 266 ms: https://benefitscal.com/static/js/Pages/CommonUtility.5cb8d2f5.chunk.js
                              • 319 ms: https://daghqzwjxmect.cloudfront.net/lex-web-ui-loader.min.js
                              • 267 ms: https://e79160c26d75.us-west-2.sdk.awswaf.com/e79160c26d75/b3352f29ac65/challenge.js
                              • 429 ms: https://sdk.amazonaws.com/js/aws-sdk-2.903.0.min.js
                              • 251 ms: https://daghqzwjxmect.cloudfront.net/lex-web-ui.min.js

                              Relevant Experiments

                              • Block Specific Requests

                                This experiment causes specified requests to fail immediately, allowing you to test the usability impact of particular problematic scripts.

                                Assets included in experiment:
                              • Meta Viewport tag is configured properly.

                                A meta viewport tag will help a mobile-friendly site scale and display properly on small screen devices.

                                • Zero Accessibility Issues were Detected

                                  Axe found no accessibility issues.

                                  • Final HTML (DOM) size is significantly larger than initially delivered HTML (73.78kb larger, or 94.46% of total HTML).

                                    Typically this is due to over-reliance on JavaScript for generating content, but increases can also happen as a result of browsers normalizing HTML structure as well. When critical HTML content is generated with JavaScript in the browser, it can increase the time it takes for content to be made accessible to assistive technology such as screen readers.

                                    Relevant Tips

                                    • Look for ways to deliver more HTML content from the start

                                      Many modern frameworks offer patterns for generating useful HTML on the server.

                                    Is it Resilient?

                                    Not bad... This site had no render-blocking 3rd party requests that could be a single point of failure. It had no security issues. Some HTML was generated after delivery, which can cause fragility.

                                    WebPageTest ran 4 diagnostic checks related to this category and found 1 opportunities.

                                    1. Zero render-blocking third-party requests found.

                                      By default, references to external JavaScript and CSS files will block the page from rendering. Third-party blocking requests are particularly risky, as your page's access relies on their response time and availability.

                                      • Zero security vulnerabilies were detected by Snyk

                                        Snyk has found 0 security vulnerabilities with included packages.

                                        • Zero resources were found that were loaded over an insecure connection.

                                          Loading requests over HTTPS necessary for ensuring data integrity, protecting users personal information, providing core critical security, and providing access to many new browser features.

                                          • Final HTML (DOM) size is significantly larger than initially delivered HTML (73.78kb larger, or 94.46% of total HTML).

                                            Typically this is due to over-reliance on JavaScript for generating content, but increases can also happen as a result of browsers normalizing HTML structure as well. Common issues such as JavaScript errors and third-party network delays and outages can present potential single points of failure.

                                            Relevant Experiments

                                            • Disable Scripts

                                              This experiment makes all scripts (inline and external) unrecognizable as javascript by the browser in order to demonstrate whether the site will still be usable if JavaScript fails to properly run.

                                              Assets included in experiment:
                                            • Make Scripts Timeout

                                              This experiment directs specified requests to WebPageTest's blackhole server, which will hang indefinitely until timing out. Use this experiment to test your site's ability to serve content if these services hang.

                                              Assets included in experiment:
                                            • Block Script Requests

                                              This experiment causes specified requests to fail immediately. Use this experiment to test your site's ability to serve content if these services are unavailable.

                                              Assets included in experiment:

                                            Create Experiments

                                            Advanced. Use this section to create custom experiments to add to your test.

                                            1. Add HTML to document

                                              These experiments allow you to add arbitrary html to a page, which can for example, enable to you test the impact of adding scripts, 3rd-party tags, or resource hints.

                                              Relevant Experiments

                                              • Add HTML to start of head

                                                This experiment adds arbitrary HTML text to the start of the head of the tested website.

                                              • Add HTML to end of head

                                                This experiment adds arbitrary HTML text to the end of the head of the tested website.

                                              • Add HTML to end of body

                                                This experiment adds arbitrary HTML text to the end of the body of the tested website.

                                              • Find and Replace Text

                                                This experiment allows you to find and replace arbitrary text or html in a request.

                                                Relevant Experiments

                                                • Find/Replace Text

                                                  This experiment will find and replace occurrences of text in the page, with the option of using regular expressions, capturing parentheses, and flags as well

                                                • Delivery Optimizations

                                                  These experiments allow you change attributes and manipulate how assets are delivered. Note expected syntax examples when using.

                                                  Relevant Experiments

                                                  • Defer Render-Blocking Scripts

                                                    This experiment adds a defer attribute to render-blocking scripts, causing the browser to fetch them in parallel while showing the page. Deferred scripts still execute in the order they are defined in source.

                                                  • Async Blocking Scripts

                                                    This experiment adds a async attribute to render-blocking scripts, causing the browser to fetch them in parallel while showing the page. Async scripts are not guaranteed to execute in the order they are defined in source.

                                                  • Disable JavaScript

                                                    This experiment effectively disables JavaScript (and enables noscript elements) to test a site's JavaScript dependence. It works by changing script elements into scrapt elements, and noscript elements into noscrapt elements so that the page weight remains and behaviors mimic a JS-disabled environment.

                                                    Assets included in experiment:
                                                  • Load CSS Async

                                                    This experiment loads specified stylesheets in a way that allows the page to begin rendering while they are still loading. Note that this may cause a flash of unstyled content.

                                                  • Add Image Aspect Ratio

                                                    This experiment adds width="..." and height="..." attributes to specified images, matching their natural width and height, to provide an aspect ratio.

                                                  • Inline External Files

                                                    This experiment embeds the contents of specified external scripts or stylesheets directly into the HTML. This increases the size of the HTML, but can often allow page page to display sooner by avoiding server round trips. Note: The inline experiment may break relative references to images and other assets inside the file. These would need proper path changes or absolute URLs in production.

                                                  • Preload Files

                                                    This experiment adds a <link rel="preload" type="image" href="..."> to the head of your HTML document, causing browsers to request a file earlier and at a higher priority than they otherwise might.

                                                  • Remove Preloads

                                                    This experiment removes specified unused preloads from the page, allowing other critical resources to be requested earlier.

                                                  • Preconnect Domains

                                                    This experiment will add a link with rel="preconnect" for specified hosts, which saves time for those steps when the resource is later requested.

                                                  • Lazy Load Images

                                                    This experiment adds loading="lazy" attributes to specified images.

                                                  • Remove Lazy Loading

                                                    This experiment removes loading="lazy" attributes from specified images.

                                                  • Minify CSS

                                                    This experiment removes whitespace from same-domain CSS files.

                                                    Assets included in experiment:
                                                  • Add Priority Hint

                                                    (Chromium-only) This experiment adds an fetchpriority="high" attribute to specified images, causing them to request earlier at a higher priority.

                                                  • Remove Priority Hint

                                                    (Chrome-only) This experiment removes an existing fetchpriority attribute to specified images, causing them to request at their default priority.

                                                  • Add font-display: swap

                                                    This experiment changes the way a custom font loads so that text can appear while fonts are loading

                                                    Assets included in experiment:
                                                  • Make Hosts Timeout

                                                    This experiment directs specified hosts to WebPageTest's blackhole server, which will hang indefinitely until timing out. Use this experiment to test your site's ability to serve content if these services hang.

                                                  • Block Requests

                                                    This experiment causes specified requests to fail immediately. Use this experiment to test your site's ability to serve content if these services are unavailable.

                                                  • Self-Host Requests

                                                    This experiment will fetch these requests server-side and reference them on the same domain. Note: the overrides happen at the host level, so any requests from that host will now be self-hosted.