Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.pestauthority.com/cms/includes/x2z4a0r4qzi.2605111529366.css | 31.1 KiB | 170 ms |
| /css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9... | 1.2 KiB | 317 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /maps/api/js?v=3&libraries=places&callback=registerGmap&k... | 1800.0 s | 182.6 KiB |
| wsv3cdn.audioeye.com/bootstrap.js?h=39e62a75594c980d0d23bd69876630e7 | 3600.0 s | 9.3 KiB |
| /v2/scripts/loader.js?h=39e62a75594c980d0d23bd69876630e7&... | 60.0 s | 7.0 KiB |
| analytics.scorpion.co/sa.js | 0.0 ms | 4.9 KiB |
| wsmcdn.audioeye.com/aem.js | 120.0 s | 669 B |
| /static-scripts/sites/39e62a75594c980d0d23bd69876630e7/ac... | 60.0 s | 406 B |
| www.pestauthority.com/cms/svg/site/icon_light_package.24.ffffff.svg | 604791.0 s | 1.7 KiB |
| www.pestauthority.com/cms/svg/site/icon_dark_package.24.ffffff.svg | 604791.0 s | 1.7 KiB |
| www.pestauthority.com/cms/svg/site/icon_check_mark.24.ffffff.svg | 604791.0 s | 948 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
section#SmContentLocalV1 > div.mn_wd > picture.mrg_tp > img.crd section#SmContentLocalV1 > div.mn_wd > picture.mrg_tp > img.crd | /assets/pack/foreground/corporate-content-zone-image.jpg.... | 154.7 KiB | 102.4 KiB |
div#SmPackagesV2Packages > div.pd-cst > div.ta_ > img.m-ato div#SmPackagesV2Packages > div.pd-cst > div.ta_ > img.m-ato | www.pestauthority.com/assets/packages/AdvantageLogo-White.png.2604140816147.webp | 13.5 KiB | 8.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.pestauthority.com/common/js/j/jquery.3.x.js | 84.8 KiB | 43.3 KiB |
| www.pestauthority.com/common/js/j/jquery.ui.js | 70.1 KiB | 25.2 KiB |
| www.pestauthority.com/common/js/m/gmap.js | 12.3 KiB | 5.6 KiB |
| www.pestauthority.com/common/js/static.js | 8.3 KiB | 3.5 KiB |
| www.pestauthority.com/common/js/m/wicket.src.js | 4.6 KiB | 3.0 KiB |
| www.pestauthority.com/common/js/m/maputils.js | 7.9 KiB | 2.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /maps/api/js?v=3&libraries=places&callback=registerGmap&k... | 182.3 KiB | 86.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-9NWCNB7NQB&cx=c>m=4e65k1 | 176.0 KiB | 72.3 KiB |
| wsv3cdn.audioeye.com/static-scripts/v2/2026-05-22/startup.bundle.js | 125.3 KiB | 68.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-H5GMNNZ829&cx=c>m=4e65k1 | 157.6 KiB | 67.6 KiB |
| www.pestauthority.com/common/js/j/jquery.ui.js | 70.1 KiB | 59.0 KiB |
| www.pestauthority.com/common/js/j/jquery.3.x.js | 84.8 KiB | 55.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KGLQ5B6 | 156.4 KiB | 54.6 KiB |
| /static-scripts/m/audioeye-scanner-esm/v11.1.16/audioeye-... | 85.9 KiB | 31.4 KiB |
| maps.googleapis.com/maps-api-v3/api/js/64/14a/util.js | 69.4 KiB | 21.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /static-scripts/m/audioeye-scanner-esm/v11.1.16/audioeye-... | 1.4 s | 1.3 s | 0.3 ms |
| www.pestauthority.com/sioux-falls-sd/ | 367 ms | 15 ms | 1.7 ms |
| Unattributable | 159 ms | 16 ms | 0.0 ms |
| maps.googleapis.com/maps-api-v3/api/js/64/14a/controls.js | 117 ms | 58 ms | 1.6 ms |
| maps.googleapis.com/maps-api-v3/api/js/64/14a/map.js | 109 ms | 58 ms | 1.4 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KGLQ5B6 | 77 ms | 66 ms | 10 ms |
| www.googletagmanager.com/gtag/js?id=G-9NWCNB7NQB&cx=c>m=4e65k1 | 63 ms | 52 ms | 11 ms |
| /maps/api/js?v=3&libraries=places&callback=registerGmap&k... | 59 ms | 40 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=G-H5GMNNZ829&cx=c>m=4e65k1 | 59 ms | 48 ms | 10 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Style & Layout | 386 ms |
| Other | 248 ms |
| Script Parsing & Compilation | 92 ms |
| Rendering | 69 ms |
| Garbage Collection | 33 ms |
| Parse HTML & CSS | 18 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Pest Authority of Sioux Falls, SD div.flx > div.flx > a.blk > img.lt-lg | www.pestauthority.com/images/brand/Logo-version-Dark-Mode.2603040823004.svg |
Pest Authority of Sioux Falls, SD div.mn_ > div.fit > a.blk > img.dk-lg | www.pestauthority.com/images/brand/Logo-version-Normal.2603040823014.svg |
div#SmPackagesV2Packages > div.pd-cst > div.ta_ > img.m-ato div#SmPackagesV2Packages > div.pd-cst > div.ta_ > img.m-ato | www.pestauthority.com/assets/packages/AdvantageLogo-White.png.2604140816147.webp |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Us
Services
Industries We Serve
Bundles
Promotions div.ato > div.flx > nav.nv > ul#SmLocalHeaderV1TopNav |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Us nav.nv > ul#SmLocalHeaderV1TopNav > li.flx > a.ato |
Services nav.nv > ul#SmLocalHeaderV1TopNav > li.flx > a.ato |
Industries We Serve nav.nv > ul#SmLocalHeaderV1TopNav > li.flx > a.ato |
Bundles nav.nv > ul#SmLocalHeaderV1TopNav > li.flx > a.ato |
Promotions nav.nv > ul#SmLocalHeaderV1TopNav > li.flx > a.ato |
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > main#MainZone > section#CuratedReviewsF1 > a#ReviewsAnchor body > main#MainZone > section#CuratedReviewsF1 > a#ReviewsAnchor |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#CuratedReviewsF1Feed > div#Review-7830412 > div.mn_tn > button.blk div#CuratedReviewsF1Feed > div#Review-7830412 > div.mn_tn > button.blk |
div#CuratedReviewsF1Feed > div#Review-7830423 > div.mn_tn > button.blk div#CuratedReviewsF1Feed > div#Review-7830423 > div.mn_tn > button.blk |
div#CuratedReviewsF1Feed > div#Review-7830431 > div.mn_tn > button.blk div#CuratedReviewsF1Feed > div#Review-7830431 > div.mn_tn > button.blk |
div#CuratedReviewsF1Feed > div#Review-7830421 > div.mn_tn > button.blk div#CuratedReviewsF1Feed > div#Review-7830421 > div.mn_tn > button.blk |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sioux Falls div.flx-at-1280 > div.flx > strong.fnt_nv-pry > a |
change location div.ato > div.flx-at-1280 > div.flx > a |
PEST AUTHORITY OF SIOUX FALLS, SD div.help-center > div.active-page > header.header > span.title |
Call ul.ctas > li.cta-item-container > button.call-btn > strong.cta-label |
Text ul.ctas > li.cta-item-container > button.cta-button > strong.cta-label |
Email ul.ctas > li.cta-item-container > button.cta-button > strong.cta-label |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Us div.flx > nav.nv > ul#SmLocalHeaderV1TopNav > li.flx |
Services div.flx > nav.nv > ul#SmLocalHeaderV1TopNav > li.flx |
Industries We Serve div.flx > nav.nv > ul#SmLocalHeaderV1TopNav > li.flx |
Bundles div.flx > nav.nv > ul#SmLocalHeaderV1TopNav > li.flx |
Promotions div.flx > nav.nv > ul#SmLocalHeaderV1TopNav > li.flx |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Read More li.flx > blockquote.rvw-itm > div > button.lnk-stl |
Read More li.flx > blockquote.rvw-itm > div > button.lnk-stl |
Read More li.flx > blockquote.rvw-itm > div > button.lnk-stl |
Read More li.flx > blockquote.rvw-itm > div > button.lnk-stl |
Best Practices
SEO
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. Learn more about Google Search Essentials.