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.
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.
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 | |
|---|---|---|---|
A huge mecha made of pieces of oil refineries, gas pumps and oil tanker legs em… div.col-md-3 > div.pt-cv-pinmas > a._self > img.pt-cv-thumbnail | /wp-content/uploads/2026/05/singer-010626-InvasionOfTheOi... | 138.6 KiB | 67.7 KiB |
the first three panels feature ordinary people looking distressed while filling… div.col-md-3 > div.pt-cv-pinmas > a._self > img.pt-cv-thumbnail | /wp-content/uploads/2026/05/kuper-021323-GasCompanysVsCon... | 110.4 KiB | 61.1 KiB |
Logo a.tdb-logo-a > h1 > span.tdb-logo-img-wrap > img.tdb-logo-img | funnytimes.com/wp-content/uploads/2025/12/funny_times_logo.webp | 58.1 KiB | 53.9 KiB |
man drives past a gas sign with his eyes bugging out of his head. where the pri… div.col-md-3 > div.pt-cv-pinmas > a._self > img.pt-cv-thumbnail | /wp-content/uploads/2026/05/hands-040526-HighGasPrices-CO... | 86.6 KiB | 46.9 KiB |
Logo div.tdb-block-inner > a.tdb-logo-a > span.tdb-logo-img-wrap > img.tdb-logo-img | funnytimes.com/wp-content/uploads/2024/06/ft-logo-1.png | 40.7 KiB | 39.1 KiB |
Man leaning out of a car talking to another says "I figure, the sooner the oil … div.col-md-3 > div.pt-cv-pinmas > a._self > img.pt-cv-thumbnail | /wp-content/uploads/2026/05/jonik-040126-GasGuzzlerLogic-... | 78.9 KiB | 38.8 KiB |
a man presents a hat to another man filling up his gas tank. the first man says… div.col-md-6 > div.pt-cv-pinmas > a._self > img.pt-cv-thumbnail | funnytimes.com/wp-content/uploads/2026/05/gas-COL-686x800.webp | 84.9 KiB | 26.1 KiB |
An ice cream truck pulls up to a gas pump, the driver asks the attendant "can y… div.col-md-6 > div.pt-cv-pinmas > a._self > img.pt-cv-thumbnail | /wp-content/uploads/2026/05/price-061523-FillingUpTheIceC... | 40.9 KiB | 24.3 KiB |
a cartoon of a map featuring two landmasses that resemble the profile silhouett… div.wpb_wrapper > div.tdm_block > div.tdm-inline-image-wrap > img.tdm-image | funnytimes.com/wp-content/uploads/2026/05/jun-26-cover-for-homepage.webp | 43.2 KiB | 18.6 KiB |
Logo a.tdb-logo-a > h1 > span.tdb-logo-img-wrap > img.tdb-logo-img | funnytimes.com/wp-content/uploads/2024/06/FT-logo.png | 19.5 KiB | 18.2 KiB |
A 6 panel cartoon, each poking fun at fossil fuel dependency div.col-md-3 > div.pt-cv-pinmas > a._self > img.pt-cv-thumbnail | /wp-content/uploads/2026/05/mcfadden-030826-CarEnginesAnd... | 83.6 KiB | 14.2 KiB |
div.gform-body > div#gform_fields_5 > div#field_5_4 > img div.gform-body > div#gform_fields_5 > div#field_5_4 > img | funnytimes.com/wp-content/uploads/2024/09/send-me-free-cartoons.webp | 31.0 KiB | 13.4 KiB |
CARTOON NEWSLETTER div.vc_row > div.vc_column > div.wpb_wrapper > div.tdm_block | funnytimes.com/wp-content/uploads/2025/11/newslettersignup.webp | 16.0 KiB | 8.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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
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/plugins/td-standard-pack/Newspaper/assets/css... | 70.7 KiB | 70.6 KiB |
| /wp-content/plugins/td-composer/legacy/Newspaper/assets/c... | 27.5 KiB | 26.4 KiB |
| funnytimes.com/wp-content/themes/Newspaper/style.css?ver=12.7.1 | 28.2 KiB | 25.3 KiB |
| /wp-content/plugins/pt-content-views-pro/public/assets/cs... | 16.7 KiB | 16.3 KiB |
| /wp-content/plugins/content-views-query-and-display-post-... | 13.8 KiB | 13.3 KiB |
| /wp-content/plugins/woocommerce/assets/css/woocommerce.cs... | 12.0 KiB | 12.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP&cx=c>m=4e6562 | 155.6 KiB | 107.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P346KTLR | 110.8 KiB | 85.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P346KTLR | 110.8 KiB | 69.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-40KQ97MFBP | 156.7 KiB | 64.2 KiB |
| /wp-content/plugins/pt-content-views-pro/public/assets/js... | 49.3 KiB | 37.1 KiB |
| /wp-content/plugins/td-composer/legacy/Newspaper/js/tagdi... | 41.6 KiB | 31.9 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/td-standard-pack/Newspaper/assets/css... | 71.1 KiB | 15.5 KiB |
| funnytimes.com/wp-content/themes/Newspaper/style.css?ver=12.7.1 | 28.5 KiB | 7.7 KiB |
| /wp-content/plugins/td-composer/legacy/Newspaper/assets/c... | 27.8 KiB | 5.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
div.gform-body > div#gform_fields_5 > div#field_5_4 > img div.gform-body > div#gform_fields_5 > div#field_5_4 > img | funnytimes.com/wp-content/uploads/2024/09/send-me-free-cartoons.webp |
div.gform-body > div#gform_fields_5 > div#field_5_4 > img div.gform-body > div#gform_fields_5 > div#field_5_4 > img | funnytimes.com/wp-content/uploads/2024/09/send-me-free-cartoons.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.
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 |
|---|
CARTOON OF THE WEEK div.vc_row > div.vc_column > div.wpb_wrapper > div.td_block_wrap |
Read more div.td-module-container > div.td-module-meta-info > div.td-read-more > a |
CARTOONISTS CORNER div.vc_row > div.vc_column > div.wpb_wrapper > div.td_block_wrap |
Read more div.td-module-container > div.td-module-meta-info > div.td-read-more > a |
MURMURS AND MUSINGS div.vc_row > div.vc_column > div.wpb_wrapper > div.td_block_wrap |
Read more div.td-module-container > div.td-module-meta-info > div.td-read-more > a |
May 2026 Caption Contest Winner div.td-module-container > div.td-module-meta-info > h3.entry-title > a |
Cartoonists Corner: Ruben Bolling and Tom Tomorrow div.td-module-container > div.td-module-meta-info > h3.entry-title > a |
Crossword and Puzzle Solutions for The June 2026 Issue div.td-module-container > div.td-module-meta-info > h3.entry-title > a |
Singer Has Created A Monster div.td-module-container > div.td-module-meta-info > h3.entry-title > a |
Cookie settings span > div.cli-bar-container > div.cli-bar-btn_container > a.medium |
ACCEPT span > div.cli-bar-container > div.cli-bar-btn_container > a#cookie_action_close_header |
These are opportunities to improve the legibility of your content.
Navigation
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 about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#gform_fields_5 > div#field_5_5 > div.ginput_container > input#input_5_5 div#gform_fields_5 > div#field_5_5 > div.ginput_container > input#input_5_5 |
div#gform_wrapper_5 > form#gform_5 > div.gform-footer > input#gform_submit_button_5 div#gform_wrapper_5 > form#gform_5 > div.gform-footer > input#gform_submit_button_5 |
div#gform_fields_5 > div#field_5_5 > div.ginput_container > input#input_5_5 div#gform_fields_5 > div#field_5_5 > div.ginput_container > input#input_5_5 |
div#gform_wrapper_5 > form#gform_5 > div.gform-footer > input#gform_submit_button_5 div#gform_wrapper_5 > form#gform_5 > div.gform-footer > input#gform_submit_button_5 |
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 |
|---|
THE FUNNY TIMES div.td-block-row > div.td-block-span12 > div.tds-title > h3.tdm-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.gform-body > div#gform_fields_5 > div#field_5_4 > img div.gform-body > div#gform_fields_5 > div#field_5_4 > img |
div.gform-body > div#gform_fields_5 > div#field_5_4 > img div.gform-body > div#gform_fields_5 > div#field_5_4 > img |
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 how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.td_block_wrap > div#tdi_80 > div.tdw-wmc-wrap > a.tdw-wmc-link div.td_block_wrap > div#tdi_80 > div.tdw-wmc-wrap > a.tdw-wmc-link |
div.td_block_wrap > div#tdi_39 > div.tdw-wmc-wrap > a.tdw-wmc-link div.td_block_wrap > div#tdi_39 > div.tdw-wmc-wrap > a.tdw-wmc-link |
div.td_block_wrap > div#tdi_317 > div.tdw-wmc-wrap > a.tdw-wmc-link div.td_block_wrap > div#tdi_317 > div.tdw-wmc-wrap > a.tdw-wmc-link |
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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.td-md-is-os-x html.td-md-is-os-x |
These items highlight common accessibility best practices.
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| funnytimes.com/piraro-knows-how-to-optimize/ | Read more |
| funnytimes.com/cartoonists-corner-ruben-bolling-and-tom-tomorrow/ | Read more |
| funnytimes.com/hot-ideas-for-the-2020s/ | Read more |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.gform-body > div#gform_fields_5 > div#field_5_4 > img div.gform-body > div#gform_fields_5 > div#field_5_4 > img |
div.gform-body > div#gform_fields_5 > div#field_5_4 > img div.gform-body > div#gform_fields_5 > div#field_5_4 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.