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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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.
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 | |
|---|---|---|---|
Search Engine Land nav.navbar > div.container > a.navbar-brand > img.nav-logo | searchengineland.com/wp-content/seloads/2026/01/sel_20_years.jpg.webp | 9.9 KiB | 8.6 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/11375892375539534188 | 9.2 KiB | 4.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| searchengineland.com/ | 2.0 s |
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
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/tdm-editorial/css/bootstrap/bootstrap.... | 28.5 KiB | 26.5 KiB |
| /wp-content/cache/min/1/wp-content/themes/tdm-editorial/c... | 22.7 KiB | 22.5 KiB |
| cdn.cookiehub.eu/c2/css/df7e0bae.css | 15.1 KiB | 15.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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 98.6 KiB |
| /wp-content/themes/tdm-editorial/js/jquery-1.11.0.min.js?... | 94.0 KiB | 74.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-496DHKXZ8S&cx=c>m=4e64h1 | 174.0 KiB | 69.5 KiB |
| app-sj02.marketo.com/js/forms2/js/forms2.min.js | 67.0 KiB | 65.7 KiB |
| app-sj02.marketo.com/js/forms2/js/forms2.min.js | 67.0 KiB | 65.7 KiB |
| /wp-content/themes/tdm-editorial/js/jquery-ui-1.10.3.cust... | 60.6 KiB | 54.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TCJZ3LV | 175.6 KiB | 54.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-951049332&cx=c>m=4e64h1 | 146.5 KiB | 54.5 KiB |
| app-sj02.marketo.com/js/forms2/js/forms2.min.js | 67.0 KiB | 36.0 KiB |
| platform-api.sharethis.com/js/sharethis.js | 46.3 KiB | 31.0 KiB |
| platform-api.sharethis.com/js/sharethis.js | 46.3 KiB | 30.4 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 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.
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 | 5.4 s |
| Other | 1.7 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 802 ms |
| Rendering | 345 ms |
| Parse HTML & CSS | 232 ms |
| Garbage Collection | 168 ms |
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 |
|---|---|---|
| platform-api.sharethis.com/js/sharethis.js | 46.4 KiB | 13.9 KiB |
| platform-api.sharethis.com/js/sharethis.js | 46.4 KiB | 13.9 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.
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 |
|---|
SEO div.wp-block-group__inner-container > div.wp-block-group > div.wp-block-group__inner-container > a.tdm-main-category |
PPC div.wp-block-group__inner-container > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.wp-block-group__inner-container > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.wp-block-group__inner-container > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
PPC div.wp-block-group__inner-container > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.wp-block-group__inner-container > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
PPC div.wp-block-group__inner-container > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
PPC div.wp-block-group__inner-container > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
PPC div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
GOOGLE div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
PPC div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
Check My Site div.wp-block-group > div.wp-block-group__inner-container > form#tool-form > button.wp-block-button__link |
Free tools div.wp-block-columns > div.wp-block-column > h2#h-free-tools-that-solve-real-search-marketing-challenges > strong |
REPORTS div.wp-block-group__inner-container > ul#tdm-resources-tabs > li.nav-item > button.nav-link |
WHITE PAPERS div.wp-block-group__inner-container > ul#tdm-resources-tabs > li.nav-item > button.nav-link |
Save My Spot div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.btn |
Save My Spot div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.btn |
Save My Spot div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.btn |
Register Now div.wp-block-column > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
Register Now div.wp-block-column > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
Register Now div.wp-block-column > div.wp-block-buttons > div.wp-block-button > a.wp-block-button__link |
PPC div.wp-block-group__inner-container > ul#tdm-guides-tabs > li.nav-item > button.nav-link |
AI SEO div.wp-block-group__inner-container > ul#tdm-guides-tabs > li.nav-item > button.nav-link |
CONTENT MARKETING div.wp-block-group__inner-container > ul#tdm-guides-tabs > li.nav-item > button.nav-link |
90+ div.wp-block-column > div.wp-block-columns > div.wp-block-column > h2#h-90 |
50K+ div.wp-block-column > div.wp-block-columns > div.wp-block-column > h2#h-50k |
1.5M div.wp-block-column > div.wp-block-columns > div.wp-block-column > h2#h-1-5m |
Sign Me Up! form#mktoForm_16297 > div.mktoButtonRow > span.mktoButtonWrap > button.mktoButton |
PPC div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
PPC div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
PPC div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.wp-block-group > div.wp-block-columns > div.wp-block-column > a.tdm-main-category |
SEO div.col > ul.list-unstyled > li > a |
PPC div.col > ul.list-unstyled > li > a |
Platforms div.col > ul.list-unstyled > li > a |
All topics div.col > ul.list-unstyled > li > a |
Search Marketing Expo - SMX div.col > ul.list-unstyled > li > a |
MarTech div.col > ul.list-unstyled > li > a |
Semrush coupon div.col > ul.list-unstyled > li > a |
Semrush offer div.col > ul.list-unstyled > li > a |
About us div.col > ul.list-unstyled > li > a |
Contact div.col > ul.list-unstyled > li > a |
Privacy div.col > ul.list-unstyled > li > a |
Terms div.col > ul.list-unstyled > li > a |
AI policy div.col > ul.list-unstyled > li > a |
Marketing opportunities div.col > ul.list-unstyled > li > a |
Staff div.col > ul.list-unstyled > li > a |
Login div.col > ul.list-unstyled > li > a |
Facebook div.col > ul.list-unstyled > li > a |
X (formerly Twitter) div.col > ul.list-unstyled > li > a |
LinkedIn div.col > ul.list-unstyled > li > a |
Newsletters div.col > ul.list-unstyled > li > a |
RSS div.col > ul.list-unstyled > li > a |
YouTube div.col > ul.list-unstyled > li > a |
© 2026 Search Engine Land is a Trademark of Semrush Inc. footer.site-footer > div.container > div.copyright > p.small |
Third Door Media operates business-to-business media properties and produces ev… footer.site-footer > div.container > div.copyright > p.small |
These are opportunities to improve the legibility of your content.
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 |
|---|
INDUSTRY CONTRIBUTORS div.wp-block-column > div.wp-block-columns > div.wp-block-column > h4#h-industry-contributors |
EXPERT INSIGHTS div.wp-block-column > div.wp-block-columns > div.wp-block-column > h4#h-expert-insights |
MONTHLY AUDIENCE div.wp-block-column > div.wp-block-columns > div.wp-block-column > h4#h-monthly-audience |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Anu Adegbola div.wp-block-columns > div.wp-block-column > div.wp-block-group > a |
Anu Adegbola div.wp-block-columns > div.wp-block-column > div.wp-block-group > a |
Anu Adegbola div.wp-block-columns > div.wp-block-column > div.wp-block-group > a |
Danny Goodwin div.wp-block-columns > div.wp-block-column > div.wp-block-group > a |
Kristina Frunze div.wp-block-columns > div.wp-block-column > div.wp-block-group > a |
Lauren Busby div.wp-block-columns > div.wp-block-column > div.wp-block-group > a |
These items highlight common accessibility best practices.
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 |
|---|
Search Marketing Expo - SMX div.col > ul.list-unstyled > li > a |
MarTech div.col > ul.list-unstyled > li > a |
AI policy div.col > ul.list-unstyled > li > a |
Marketing opportunities div.col > ul.list-unstyled > li > a |
Facebook div.col > ul.list-unstyled > li > a |
X (formerly Twitter) div.col > ul.list-unstyled > li > a |
LinkedIn div.col > ul.list-unstyled > li > a |
Newsletters div.col > ul.list-unstyled > li > a |
RSS div.col > ul.list-unstyled > li > a |
YouTube div.col > ul.list-unstyled > li > a |
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://www.semrush.com/olaf/init' from origin 'https://searchengineland.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () |
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.