Lighthouse Mobile
· 0 checks — Mobile 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.
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 | |
|---|---|---|---|
Promo Image (for Infographics) div#brxe-frrezu > div.wp-block-image > figure.aligncenter > img.wp-image-5700 | /wp-content/uploads/2026/04/Promo-Image-for-Infographics-... | 385.3 KiB | 346.5 KiB |
New IDA dyslexia definition infographic div#brxe-frrezu > div.wp-block-image > figure.aligncenter > img.wp-image-5703 | /wp-content/uploads/2026/04/new-IDA-dylsexia-definition_F... | 181.8 KiB | 92.7 KiB |
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.
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 |
|---|---|---|
| static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js | 900.0 s | 37.2 KiB |
| static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.css | 900.0 s | 5.7 KiB |
| www.gstatic.com/recaptcha/api2/canonical_car.png | 604800.0 s | 10.9 KiB |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.2 KiB |
| www.gstatic.com/recaptcha/api2/info_2x.png | 604800.0 s | 689 B |
| www.gstatic.com/recaptcha/api2/refresh_2x.png | 604800.0 s | 624 B |
| www.gstatic.com/recaptcha/api2/audio_2x.png | 604800.0 s | 554 B |
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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|---|
| www.gstatic.com/recaptcha/releases/ne1iDVwClkE7nKD3uA9Vqsvl/recaptcha__en.js | 1.2 s | 1.1 s | 86 ms |
| improvingliteracy.org/resource/understanding-the-new-ida-dyslexia-definition/ | 470 ms | 12 ms | 5.5 ms |
| Unattributable | 365 ms | 7.3 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=GT-NBXLK7SQ | 276 ms | 233 ms | 41 ms |
| www.googletagmanager.com/gtag/js?id=G-91625057&cx=c>m=4e66a0 | 158 ms | 122 ms | 35 ms |
| /wp-content/themes/bricks/assets/js/bricks.min.js?ver=177... | 119 ms | 48 ms | 18 ms |
| static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js | 105 ms | 15 ms | 89 ms |
| cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js | 56 ms | 47 ms | 7.7 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.7 s |
| Other | 421 ms |
| Style & Layout | 371 ms |
| Script Parsing & Compilation | 288 ms |
| Parse HTML & CSS | 91 ms |
| Rendering | 69 ms |
| Garbage Collection | 59 ms |
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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/ne1iDVwClkE7nKD3uA9Vqsvl/recaptcha__en.js | 374.3 KiB | 160.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-91625057&cx=c>m=4e66a0 | 138.8 KiB | 67.3 KiB |
| www.googletagmanager.com/gtag/js?id=GT-NBXLK7SQ | 158.8 KiB | 66.7 KiB |
| /wp-content/themes/bricks/assets/js/bricks.min.js?ver=177... | 47.9 KiB | 40.6 KiB |
| static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js | 36.7 KiB | 34.0 KiB |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
What the Highlights Mean div#brxe-lhkfiq > div#brxe-oxafde > div#brxe-frrezu > h5.wp-block-heading |
These are opportunities to improve keyboard navigation in your application.
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| improvingliteracy.org/resource/understanding-dyslexia-myth-vs-facts/ | Read more |
| /resource/what-40-years-of-research-says-about-reading-an... | Read more |
| /resource/why-early-intervention-matters-for-kids-with-dy... | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.