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.
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.
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 | |
|---|---|---|---|
Image div.card__image > div.insider-image > div.image > img | /wp-content/uploads/2026/04/4154570-0-41805800-1776675725... | 112.9 KiB | 80.7 KiB |
Image div.card__image > div.insider-image > div.image > img | /wp-content/uploads/2026/04/4160979-0-34027800-1776762179... | 29.5 KiB | 23.9 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.
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 |
|---|---|---|
| cmpv2.infoworld.com/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| cmpv2.infoworld.com/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 42.0 KiB |
| cp.infoworld.com/now.js | 600.0 s | 35.2 KiB |
| macro.adnami.io/macro/gen/adsm.macro.rmb.js | 11308.0 s | 25.4 KiB |
| functions.adnami.io/api/macro/adsm.macro.infoworld.com.js | 9495.0 s | 10.1 KiB |
| cmpv2.infoworld.com/Notice.30929.css | 3600.0 s | 6.7 KiB |
| cmpv2.infoworld.com/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| /p.css?s=1&k=huo4szq&ht=tk&f=39110.39113.39114.39115.4700... | 604800.0 s | 172 B |
| /p.css?s=1&k=huo4szq&ht=tk&f=139.175.39110.39113.39114.39... | 604800.0 s | 172 B |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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/idg-b2b-base-theme/dist/styles/bundle.... | 59.1 KiB | 53.9 KiB |
| www.infoworld.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 | 15.2 KiB | 15.2 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 |
|---|---|---|
| cmpv2.infoworld.com/Notice.8f529.js | 90.9 KiB | 60.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-YF8BFFCBPC&cx=c>m=4e64h1 | 146.6 KiB | 59.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NN43QC7W | 208.9 KiB | 58.3 KiB |
| /_static/??-eJydj90KwjAMRl/IrOrY5o34LP0JW0bb1SZl7O0t6kCvB... | 62.7 KiB | 37.0 KiB |
| /_static/??-eJyl0N0KwjAMBeAXMtYf5rwRnyVt6tbZtaXJnL69dRdDQ... | 42.1 KiB | 23.5 KiB |
| macro.adnami.io/macro/gen/adsm.macro.rmb.js | 25.1 KiB | 22.2 KiB |
| cmpv2.infoworld.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42.0 KiB | 21.6 KiB |
| /wp-content/client-mu-plugins/idg-third-party/dist/script... | 37.5 KiB | 21.5 KiB |
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 |
|---|---|---|
| /wp-content/themes/idg-b2b-base-theme/lib/scripts/class.C... | 5.0 KiB | 2.6 KiB |
| /_static/??-eJylzzELwkAMBeA/5DUq2OogDg6duoi459p4ptxdShMU/... | 11.5 KiB | 2.6 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| infoworld.com/ | 336 ms |
| www.infoworld.com/ | 0.0 ms |
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 |
|---|---|
| www.infoworld.com/ | 760 ms |
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.
Names and labels
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.section-block--wrapper > div.section-block--grid > figure.section-block--figure > a div.section-block--wrapper > div.section-block--grid > figure.section-block--figure > a |
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.
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 |
|---|
FEATURE
Best practices for building agentic systems
Which technologies, design… div.grid > div.col-12 > div.latest-content__content-featured > a.card |
OPINION
Enterprises are rethinking Kubernetes
By David Linthicum
Apr 21, 2026
5… div.col-12 > div.grid > div.col-12 > a.card |
ANALYSIS
Addressing the challenges of unstructured data governance for AI
By Is… div.col-12 > div.grid > div.col-12 > a#nativofeatuedmed-1 |
NEWS
Amazon’s $5B Anthropic bet is really about compute, not just cash
By Anirb… div.grid > div.col-12 > div.latest-content__card-secondary > a.card |
NEWS
Hackers exploit Vercel’s trust in AI integration
By Shweta Sharma
Apr 20, … div.grid > div.col-12 > div.latest-content__card-secondary > a#nativocardgrid-1 |
OPINION
Making agents dull
By Matt Asay
Apr 20, 2026
8 mins
Cloud-Native
IT Str… div.grid > div.col-12 > div.latest-content__card-secondary > a.card |
FEATURE
Exciting Python features are on the way
By Serdar Yegulalp
Apr 17, 2026… div.grid > div.col-12 > div.latest-content__card-secondary > a.card |
OPINION
The agent tier: Rethinking runtime architecture for context-driven ente… div.grid > div.col-12 > div.latest-content__card-secondary > a.card |
OPINION
The two-pass compiler is back – this time, it’s fixing AI code generati… div.grid > div.col-12 > div.latest-content__card-secondary > a.card |
OPINION
When cloud giants neglect resilience
Numerous cloud outages reveal the… div.container > div.content-listing-articles__container > div.content-listing-articles__row > a.grid |
REVIEWS
Hands-on with the Google Agent Development Kit
The Google ADK is a cap… div.container > div.content-listing-articles__container > div.content-listing-articles__row > a.grid |
ANALYSIS
Ease into Azure Kubernetes Application Network
Microsoft has simplifi… div.container > div.content-listing-articles__container > div.content-listing-articles__row > a.grid |
OPINION
Where will developer wisdom come from?
Perhaps we have arrived at a po… div.container > div.content-listing-articles__container > div.content-listing-articles__row > a.grid |
FEATURE
HTMX 4.0: Hypermedia finds a new gear
The ingenious engine of web dev … div.container > div.content-listing-articles__container > div.content-listing-articles__row > a.grid |
FEATURE
Tap into the AI APIs of Google Chrome and Microsoft Edge
The Chrome an… div.container > div.content-listing-articles__container > div.content-listing-articles__row > a.grid |
Jujutsu: The rising alternative to Git div.container > div.grid > div.col-12 > a.card |
How to run Chrome and Edge’s built-in AI
Apr 14, 2026
6 mins
Python div.related-content-video__cards-wrap > ul.grid > li.col-4@md > a.related-content-video__card-link |
Python’s new frozendict type
Apr 2, 2026
4 mins
Python div.related-content-video__cards-wrap > ul.grid > li.col-4@md > a.related-content-video__card-link |
How to boost app performance with Python 3.15’s lazy import
Mar 31, 2026
6 mins… div.related-content-video__cards-wrap > ul.grid > li.col-4@md > a.related-content-video__card-link |
NEWS
Snowflake offers help to users and builders of AI agents
By Lynn Greiner
A… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
OPINION
The cookbook for safe, powerful agents
By Abigail Wall
Apr 21, 2026
6 m… div.container > div.popular-topics__topic > div.popular-topics__column > a#nativocardgrid-2 |
NEWS
GitHub pauses new Copilot sign-ups as agentic AI strains infrastructure
By… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
NEWS
Google Cloud introduces QueryData to help AI agents create reliable databa… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
NEWS
AWS targets AI agent sprawl with new Bedrock Agent Registry
By Anirban Gho… div.container > div.popular-topics__topic > div.popular-topics__column > a#nativocardgrid-3 |
NEWS
Anthropic rolls out Claude Managed Agents
By Paul Krill
Apr 9, 2026
2 mins… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
NEWS
Oracle delivers semantic search without LLMs
By Anirban Ghoshal
Apr 17, 20… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
OPINION
Bringing databases and Kubernetes together
By Laura Czajkowski
Apr 9, 2… div.container > div.popular-topics__topic > div.popular-topics__column > a#nativocardgrid-4 |
NEWS
Databricks launches AiChemy multi-agent AI for drug discovery
By Anirban G… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
NEWS
Salesforce launches Headless 360 to support agent‑first enterprise workflo… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
NEWS
MuleSoft Agent Fabric adds new ways to keep AI agents in line
By Anirban G… div.container > div.popular-topics__topic > div.popular-topics__column > a#nativocardgrid-5 |
NEWS
GitHub adds Stacked PRs to speed complex code reviews
By Anirban Ghoshal
A… div.container > div.popular-topics__topic > div.popular-topics__column > a.card |
FEATURE
10 principles for creating a great developer experience
Tech leaders w… div.grid > div.col-12 > div.content-spotlight-article__main-top > a.card |
OPINION
From the engine room to the bridge: What the modern leadership shift me… div.col-12 > div.grid > div.col-4@md > a.suggested-content-various__link |
VIDEO
How to run your own little local Claude Code (sort of!)
Mar 26, 2026
7 mi… div.col-12 > div.grid > div.col-4@md > a.suggested-content-various__link |
VIDEO
How to build desktop apps in Typescript with Electrobun
Mar 17, 2026
5 mi… div.col-12 > div.grid > div.col-4@md > a.suggested-content-various__link |
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.