Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/7e16bfea-f908-4582-8c22-402271804d91)<a href="https://beavercheck.com/results/7e16bfea-f908-4582-8c22-402271804d91"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fphoronix.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fphoronix.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~29%.
Page loads in 3.4s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 904ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
Page feels frozen for 2.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
45 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $1,703/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$1,703 /mo
~$20,433 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,504 / year if left unfixed
$157,500
+6 more
$0.35 /mo
4378.8 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.20 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
12.60 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| a.pub.network/phoronix-com/prebid.js | 1800.0 s | 190.5 KiB |
| a.pub.network/phoronix-com/pubfig.engine.mobile.js | 1800.0 s | 156.6 KiB |
| html-load.cc/script/d3d3LnBob3Jvbml4LmNvbQ.js | 300.0 s | 131.5 KiB |
| cdn.privacy-mgmt.com/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 40.4 KiB |
| a.pub.network/phoronix-com/pubfig.min.js | 1800.0 s | 26.4 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| cdn.privacy-mgmt.com/Notice.30929.css | 3600.0 s | 6.7 KiB |
| www.phoronix.com/phxcms-css/iconset.woff?32004872 | 10800.0 s | 4.0 KiB |
| www.phoronix.com/phxcms-css/phoronix-10.css?2025 | 10800.0 s | 3.8 KiB |
| www.gstatic.com/prose/brandjs.js | 86400.0 s | 6.2 KiB |
| www.phoronix.com/phxcms7-css/phoronix.png | 10800.0 s | 3.5 KiB |
| cdn.privacy-mgmt.com/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| www.phoronix.com/phxcms-css/star.png | 10800.0 s | 1.1 KiB |
| ad-delivery.net/px.gif?ch=1 | 86400.0 s | 612 B |
| ad-delivery.net/px.gif?ch=2 | 86400.0 s | 109 B |
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.
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.phoronix.com/phxcms-css/phoronix-10.css?2025 | 3.8 KiB | 157 ms |
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.
| URL | Est Savings |
|---|---|
| www.phoronix.com/phxcms-css/iconset.woff?32004872 | 10 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| phoronix.com/ | 914 ms |
| www.phoronix.com/ | 0.0 ms |
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.
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 | 2.8 s |
| Script Parsing & Compilation | 688 ms |
| Other | 552 ms |
| Style & Layout | 221 ms |
| Rendering | 52 ms |
| Parse HTML & CSS | 46 ms |
| Garbage Collection | 29 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| a.pub.network/phoronix-com/prebid.js | 189.9 KiB | 156.4 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 145.2 KiB |
| a.pub.network/phoronix-com/pubfig.engine.mobile.js | 156.0 KiB | 124.4 KiB |
| html-load.cc/script/d3d3LnBob3Jvbml4LmNvbQ.js | 130.8 KiB | 83.6 KiB |
| www.googletagmanager.com/gtag/js?id=UA-1978569-1 | 124.8 KiB | 63.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-6MWJ9VDV2Y&cx=c>m=4e64k1 | 145.7 KiB | 61.9 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.1 KiB | 34.9 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 41.6 KiB | 21.5 KiB |
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 | |
|---|---|
Phoronix div#headerwrap > div.wcontainer > a > img#logo | www.phoronix.com/phxcms7-css/phoronix.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
div#search > form#cse-search-box > div > input div#search > form#cse-search-box > div > input |
Ubuntu Rust Coreutils Audit Revealed 113 Issues, Ubuntu 26.10 Aims For "100% Ru… div#main > article > header > a |
GCC 16 Compiler Nearly Ready For Release With Zen 6, AVX10.2, APX & Algol 68 div#main > article > header > a |
FreeBSD Working On Intel FRED Support, Laptop Improvements Continue div#main > article > header > a |
KMSCON Continues Improving For VT Terminal Emulator In User-Space div#main > article > header > a |
Many Great Networking Improvements Arrive In Linux 7.1 div#main > article > header > a |
Ubuntu Looks Toward More Snap-Based Devpacks Moving Forward div#main > article > header > a |
Intel LLM-Scaler vllm-0.14.0-b8.2 Released With Official Arc Pro B70 Support div#main > article > header > a |
Intel Media Driver 2026Q1 Continues Nova Lake S Enablement div#main > article > header > a |
Ghostty OpenGL-Accelerated Terminal Available On Ubuntu 26.04 LTS div#main > article > header > a |
QEMU 11.0 Released With CET Virtualization Support, Native Nitro Enclaves div#main > article > header > a |
21 April div#content > div#main-wrap > div#main > h2 |
F2FS, EXT4 & XFS Focus On Fixes For Linux 7.1 div#main > article > header > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#main > article > header > a |
AMD Ryzen 9 9950X3D2 Benchmarks: The Best Desktop Performance For Linux Develop… div#main > article.important > header > a |
Framework Computer Announces The Framework Laptop 13 Pro div#main > article > header > a |
Framework Previews The OCuLink Dev Kit div#main > article > header > a |
AlmaLinux Comments On California Age Verification Law div#main > article > header > a |
NTFS-3G FUSE Driver Sees First New Release In Four Years div#main > article > header > a |
Intel IRDMA Driver Adds Support For GEN4 Hardware In Linux 7.1 div#main > article > header > a |
RADV Driver Enables Host Image Copy By Default For RDNA2 & Newer div#main > article > header > a |
Linux 7.1 Lands Workaround For Arm C1-Pro Erratum div#main > article > header > a |
Initial Linux Driver Patches For Smart Data Accelerator Interface "SDXI" div#main > article > header > a |
Linux 7.1 Staging Ushered In More Developers To Make Their First Kernel Contrib… div#main > article > header > a |
20 April div#content > div#main-wrap > div#main > h2 |
AMD's GAIA Makes It Easier To Import/Export Custom AI Agents Across PCs div#main > article > header > a |
HarfBuzz Continues Improving Its New GPU-Accelerated Text Shaping Library div#main > article > header > a |
Linux 7.1 KVM Adds "Very Experimental" Support For pKVM Protected Guests div#main > article > header > a |
While New NTFS Driver Merged, NTFS3 Driver Sees Fixes & Minor Changes For Linux… div#main > article > header > a |
Box64 0.4.2 Begins Working On POWER PPC64LE Backend, Support For SteamRT3 + Pro… div#main > article > header > a |
Git 2.54 Released With New Experimental "git history" Command div#main > article > header > a |
GNU Coreutils 9.11 Brings New Performance Improvements: Up To 15x Faster cat div#main > article > header > a |
Firefox 150 Available With GTK Emoji Picker, CSS Media Element Pseudo-Classes div#main > article > header > a |
Intel Compute Runtime Promotes Support For Wildcat Lake, "Early" Crescent Island div#main > article > header > a |
A Lot Of Memory Management "MM" Improvements Merged For Linux 7.1 div#main > article > header > a |
Popular Rust-Based Database Turns To AI For Up To 1.5x Speedup, Other Improveme… div#main > article > header > a |
Linux 7.1 Kernel Graphics Driver Changes Merged With Intel & AMD Leading The Way div#main > article > header > a |
JFS Sees Data Integrity Hardening With Linux 7.1 div#main > article > header > a |
LXQt 2.4 Released With More Wayland Fixes/Improvements div#main > article > header > a |
19 April div#content > div#main-wrap > div#main > h2 |
New Lenovo Legion Go Drivers & More Sony HID Device Support In Linux 7.1 div#main > article > header > a |
GIMP 3.2.4 Released With A Fix For Its XCF Code That Has Existed Since 1999 div#main > article > header > a |
New Debian Project Leader Elected For 2026 div#main > article > header > a |
GNOME Fixes Screencasting Issue With H.264 Recordings Being ~18x Larger Than VP8 div#main > article > header > a |
Linux 7.1 Adds Some New PCIe Drivers While Nuking Some PCI Drivers div#main > article > header > a |
Valve Developer Further Improves Old AMD GPUs: HD 7870 XT Finally Working On Li… div#main > article > header > a |
Linux 7.1 Sound Code Adds Bus Keepers: Aiming For Better Apple Silicon Support div#main > article > header > a |
CachyOS Rolls Out A Super-Charged Linux 7.0 Kernel div#main > article > header > a |
Intel QAT Zstd, QAT Gen6 Improvements Merged For Linux 7.1 div#main > article > header > a |
18 April div#content > div#main-wrap > div#main > h2 |
Linux 7.1 Sees RAID Fixes, IO_uring Enhancements div#main > article > header > a |
GhostBSD 26.1 Now Based On FreeBSD 15.0, Switches to XLibre X Server div#main > article > header > a |
Linux 7.1 Adds New AMD SMCA Bank Types, Presumably For Upcoming EPYC Venice div#main > article > header > a |
WireGuard For Windows Reaches v1.0 div#main > article > header > a |
Linux 7.1 Scheduler Changes May Benefit Some Workloads div#main > article > header > a |
GNOME's Maps, Graphs, RustConn & Other App Improvements div#main > article > header > a |
Linux 7.1 Lands High Resolution Timer "HRTIMER" Overhaul div#main > article > header > a |
KDE Plasma 6.7 Ready With Wayland Session Management, Other New Improvements div#main > article > header > a |
17 April div#content > div#main-wrap > div#main > h2 |
The "NTFS Resurrection" Has Occurred For Linux 7.1 div#main > article > header > a |
AMD FP-DSS Security Bug For Zen 1 CPUs Made Public, Linux Kernel Patched div#main > article > header > a |
Wine 11.7 Brings VBScript Fixes, DirectSound 7.1 Channel Support div#main > article > header > a |
Valve Developer Lands RADV/ACO Changes For AMD's GFX11.7 / RDNA 4m div#main > article > header > a |
Glibc Lands A Big Optimization For LoongArch CPUs div#main > article > header > a |
Linux 7.1 Crypto Code Rework Enables More Optimizations By Default div#main > article > header > a |
Fedora 44 Will Not Be Released Next Week div#main > article > header > a |
GCC Compiler Adds Arm AGI CPU Target div#main > article > header > a |
Linux 7.1 x86/x86_64 Aligns With Other Architectures Now For Supporting Custom … div#main > article > header > a |
New Lenovo Fan Driver, More ASUS Motherboards With Sensor Monitoring For Linux … div#main > article > header > a |
Past 30 Days Of News div#main-wrap > div#main > h3 > a |
Articles & Reviews div#main-wrap > div#main > h3 > a |
News Archives div#main-wrap > div#main > h3 > a |
RSS Feed div#main-wrap > div#main > h3 > a |
The "NTFS Resurrection" Has Occurred For Linux 7.1 div#sidebar > aside.widget > div.popular-list > a |
CachyOS Rolls Out A Super-Charged Linux 7.0 Kernel div#sidebar > aside.widget > div.popular-list > a |
Mozilla Announces "Thunderbolt" As An Open-Source, Enterprise AI Client div#sidebar > aside.widget > div.popular-list > a |
Fedora 44 Will Not Be Released Next Week div#sidebar > aside.widget > div.popular-list > a |
Proton 11.0 Beta Released With More Games Playable On Steam Play div#sidebar > aside.widget > div.popular-list > a |
Linux Begins Removing Support For Russia's Baikal CPUs div#sidebar > aside.widget > div.popular-list > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#sidebar > aside.widget > div.popular-list > a |
KDE Plasma 6.7 Ready With Wayland Session Management, Other New Improvements div#sidebar > aside.widget > div.popular-list > a |
Rust 1.95 Released With Several Improvements div#sidebar > aside.widget > div.popular-list > a |
Valve Developer Further Improves Old AMD GPUs: HD 7870 XT Finally Working On Li… div#sidebar > aside.widget > div.popular-list > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#sidebar > aside.widget > div.popular-list > a |
AlmaLinux Comments On California Age Verification Law div#sidebar > aside.widget > div.popular-list > a |
AMD Ryzen 9 9950X3D2 Benchmarks: The Best Desktop Performance For Linux Develop… div#sidebar > aside.widget > div.popular-list > a |
GNU Coreutils 9.11 Brings New Performance Improvements: Up To 15x Faster cat div#sidebar > aside.widget > div.popular-list > a |
New Debian Project Leader Elected For 2026 div#sidebar > aside.widget > div.popular-list > a |
Phoronix Premium div#sidebar > aside.widget > p > a |
AMD Ryzen 9 9950X3D2 Benchmarks: The Best Desktop Performance For Linux Develop… div#sidebar > aside.widget > div.popular-list > a |
Intel Xe2 Lunar Lake Linux Graphics Performance Up ~17% Over Past Year div#sidebar > aside.widget > div.popular-list > a |
Intel Core Ultra 7 270K Plus Performance In 340+ Linux Benchmarks div#sidebar > aside.widget > div.popular-list > a |
Intel Arc Pro B70 Open-Source Linux Performance Against NVIDIA RTX & AMD Radeon… div#sidebar > aside.widget > div.popular-list > a |
Ubuntu 26.04 Delivers Great Performance Improvements For AMD Strix Point, Espec… div#sidebar > aside.widget > div.popular-list > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#sidebar > aside.widget > div.popular-list > a |
Fedora 45 To Consider Building x86_64-v3 Packages div#sidebar > aside.widget > div.popular-list > a |
Electron's Investment Into Good Wayland Support div#sidebar > aside.widget > div.popular-list > a |
Fedora Will Allow AI-Assisted Contributions With Proper Disclosure & Transparen… div#sidebar > aside.widget > div.popular-list > a |
QEMU 10.0 Released With True Multi-Queue Support, New Apple Graphics Devices div#sidebar > aside.widget > div.popular-list > a |
AMD: "Additional Parts Of The Radeon Stack To Be Open Sourced Throughout The Ye… div#sidebar > aside.widget > div.popular-list > a |
Redesigned Flathub Site Launches For Flatpak Apps div#sidebar > aside.widget > div.popular-list > a |
IBM Clarifies Stance On Developers Working On Open-Source Projects In Off-Hours div#sidebar > aside.widget > div.popular-list > a |
Enabling DRI3 Is Still An Easy Performance Hack Relevant For Ubuntu 16.04 Syste… div#sidebar > aside.widget > div.popular-list > a |
subscribing to Phoronix Premium div#sidebar > aside.widget > p > a |
PayPal div#sidebar > aside.widget > p > a |
Stripe div#sidebar > aside.widget > p > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Phoronix Premium div#sidebar > aside.widget > p > a |
subscribing to Phoronix Premium div#sidebar > aside.widget > p > a |
PayPal div#sidebar > aside.widget > p > a |
Stripe div#sidebar > aside.widget > p > a |
These are opportunities to improve the legibility of your content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#search > form#cse-search-box > div > input div#search > form#cse-search-box > div > input |
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.
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 |
|---|---|
| Topics | a.pub.network/phoronix-com/prebid.js line 91, col 1157 |
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 17 | User-agent: Claude-Web | Unknown directive |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
989 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
111 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.147
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.73 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.18 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 |
|---|---|---|
| a.pub.network/phoronix-com/prebid.js | 1800.0 s | 190.5 KiB |
| a.pub.network/phoronix-com/pubfig.engine.js | 1800.0 s | 161.6 KiB |
| html-load.cc/script/d3d3LnBob3Jvbml4LmNvbQ.js | 300.0 s | 131.4 KiB |
| cdn.privacy-mgmt.com/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 40.4 KiB |
| a.pub.network/phoronix-com/pubfig.min.js | 1800.0 s | 26.3 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| cdn.privacy-mgmt.com/Notice.30929.css | 3600.0 s | 6.7 KiB |
| www.phoronix.com/phxcms-css/iconset.woff?32004872 | 10800.0 s | 4.0 KiB |
| www.phoronix.com/phxcms-css/phoronix-10.css?2025 | 10800.0 s | 3.8 KiB |
| www.gstatic.com/prose/brandjs.js | 86400.0 s | 6.2 KiB |
| www.phoronix.com/phxcms7-css/phoronix.png | 10800.0 s | 3.5 KiB |
| cdn.privacy-mgmt.com/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| www.phoronix.com/phxcms-css/star.png | 10800.0 s | 1.1 KiB |
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.
| URL | Est Savings |
|---|---|
| www.phoronix.com/phxcms-css/iconset.woff?32004872 | 10 ms |
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 | |
|---|---|---|---|
Intel Media Driver 2026Q1 Continues Nova Lake S Enablement div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=arc-graphics-compute-q1&image=intel_arc_3_sml | 14.8 KiB | 10.8 KiB |
HarfBuzz Continues Improving Its New GPU-Accelerated Text Shaping Library div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=harfbuzz_gpu_sml | 12.4 KiB | 10.2 KiB |
KMSCON Continues Improving For VT Terminal Emulator In User-Space div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2022&image=linux_fbdev_speed_sml | 13.2 KiB | 8.8 KiB |
F2FS, EXT4 & XFS Focus On Fixes For Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=linux-50hdd-io&image=linux_50_hdd_sml | 9.1 KiB | 5.8 KiB |
Ghostty OpenGL-Accelerated Terminal Available On Ubuntu 26.04 LTS div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=ubuntu_ghostty_3_sml | 8.7 KiB | 5.6 KiB |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=cutting_ethernet_sml | 8.6 KiB | 5.5 KiB |
RADV Driver Enables Host Image Copy By Default For RDNA2 & Newer div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=amd-rx6800-linux&image=radeon_rx6800_1_sml | 8.3 KiB | 5.3 KiB |
Intel Ends Open Ecosystem Community/Evangelism, Archives Other Open-Source Proj… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=oss_evangelist_1_sml | 7.5 KiB | 5.1 KiB |
FreeBSD Working On Intel FRED Support, Laptop Improvements Continue div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=freebsd_sylve_sml | 7.4 KiB | 4.7 KiB |
Many Great Networking Improvements Arrive In Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=10gbe-linux-freebsd12&image=10gbe_linuxbsd_1_sml | 6.6 KiB | 4.2 KiB |
Ubuntu Looks Toward More Snap-Based Devpacks Moving Forward div#main > article > a > img.home_icons | /image.php?id=ubuntu-2604-strix-point&image=ubuntu_2604_r... | 6.5 KiB | 4.2 KiB |
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 |
|---|---|
| www.phoronix.com/phxcms-css/phoronix-10.css?2025 | 3.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| phoronix.com/ | 642 ms |
| www.phoronix.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
head > meta head > meta | 0.074 |
FreeBSD Working On Intel FRED Support, Laptop Improvements Continue
7 Hours Ago… div#content > div#main-wrap > div#main > article | 0.052 |
FreeBSD Working On Intel FRED Support, Laptop Improvements Continue
7 Hours Ago… div#content > div#main-wrap > div#main > article | 0.021 |
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| a.pub.network/phoronix-com/prebid.js | 190.0 KiB | 156.4 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 143.7 KiB |
| a.pub.network/phoronix-com/pubfig.engine.js | 161.0 KiB | 129.2 KiB |
| html-load.cc/script/d3d3LnBob3Jvbml4LmNvbQ.js | 130.7 KiB | 90.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-1978569-1 | 124.8 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-6MWJ9VDV2Y&cx=c>m=4e64k1h1 | 145.7 KiB | 63.2 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 41.6 KiB | 22.6 KiB |
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 | |
|---|---|
KMSCON Continues Improving For VT Terminal Emulator In User-Space div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2022&image=linux_fbdev_speed_sml |
Ghostty OpenGL-Accelerated Terminal Available On Ubuntu 26.04 LTS div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=ubuntu_ghostty_3_sml |
Initial Linux Driver Patches For Smart Data Accelerator Interface "SDXI" div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=sdxi_sml |
JFS Sees Data Integrity Hardening With Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=jfs_sml |
AMD Ryzen 9 9950X3D2 Benchmarks: The Best Desktop Performance For Linux Develop… div#main > article.important > a > img.home_icons | /image.php?id=amd-ryzen-9950x3d2-linux&image=ryzen_9950x3... |
Intel Media Driver 2026Q1 Continues Nova Lake S Enablement div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=arc-graphics-compute-q1&image=intel_arc_3_sml |
Linux 7.1 Adds Some New PCIe Drivers While Nuking Some PCI Drivers div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=405&image=ecs_pf5e_dge_sml |
New Debian Project Leader Elected For 2026 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=debian-13-benchmarks&image=debian_13_3_sml |
Valve Developer Further Improves Old AMD GPUs: HD 7870 XT Finally Working On Li… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=7870xt_sml |
Linux 7.1 Kernel Graphics Driver Changes Merged With Intel & AMD Leading The Way div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=steamos-22-gpus&image=steamos_brew_1_sml |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=cutting_ethernet_sml |
Many Great Networking Improvements Arrive In Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=10gbe-linux-freebsd12&image=10gbe_linuxbsd_1_sml |
F2FS, EXT4 & XFS Focus On Fixes For Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=linux-50hdd-io&image=linux_50_hdd_sml |
RADV Driver Enables Host Image Copy By Default For RDNA2 & Newer div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=amd-rx6800-linux&image=radeon_rx6800_1_sml |
While New NTFS Driver Merged, NTFS3 Driver Sees Fixes & Minor Changes For Linux… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=wd-black-sn850&image=wd_sn850_3_sml |
Firefox 150 Available With GTK Emoji Picker, CSS Media Element Pseudo-Classes div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=firefox_150_0_sml |
Framework Computer Announces The Framework Laptop 13 Pro div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=framework_13_pro_1_sml |
A Lot Of Memory Management "MM" Improvements Merged For Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=intel-xeon-mrdimm-scaling&image=intel_mrdimm_1_sml |
Framework Previews The OCuLink Dev Kit div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=framework_oculink_1_sml |
AMD's GAIA Makes It Easier To Import/Export Custom AI Agents Across PCs div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=gaia_0172_3_sml |
Ubuntu Looks Toward More Snap-Based Devpacks Moving Forward div#main > article > a > img.home_icons | /image.php?id=ubuntu-2604-strix-point&image=ubuntu_2604_r... |
AlmaLinux Comments On California Age Verification Law div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=almalinux-10-beta&image=almalinux_10beta_2_sml |
CachyOS Rolls Out A Super-Charged Linux 7.0 Kernel div#main > article > a > img.home_icons | /image.php?id=cachyos-panther-lake&image=cachyos_pantherl... |
FreeBSD Working On Intel FRED Support, Laptop Improvements Continue div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=freebsd_sylve_sml |
New Lenovo Legion Go Drivers & More Sony HID Device Support In Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2025&image=legion_go_steamos_sml |
Linux 7.1 Lands Workaround For Arm C1-Pro Erratum div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2025&image=arm_lumex_4_sml |
Intel Compute Runtime Promotes Support For Wildcat Lake, "Early" Crescent Island div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=intel_wildcat_lake_1_sml |
LXQt 2.4 Released With More Wayland Fixes/Improvements div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2022&image=lxqt_11_sml |
Linux 7.1 Sound Code Adds Bus Keepers: Aiming For Better Apple Silicon Support div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=apple-m2-linux&image=apple_m2_1_sml |
Intel LLM-Scaler vllm-0.14.0-b8.2 Released With Official Arc Pro B70 Support div#main > article > a > img.home_icons | /image.php?id=intel-arc-pro-b70-linux&image=intel_arc_pro... |
GIMP 3.2.4 Released With A Fix For Its XCF Code That Has Existed Since 1999 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=gimp_324_1_sml |
Ubuntu Rust Coreutils Audit Revealed 113 Issues, Ubuntu 26.10 Aims For "100% Ru… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=ubuntu_2604_rust_coreutils_sml |
Intel Ends Open Ecosystem Community/Evangelism, Archives Other Open-Source Proj… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=oss_evangelist_1_sml |
GNOME Fixes Screencasting Issue With H.264 Recordings Being ~18x Larger Than VP8 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=gnome_18x_files_sml |
GCC 16 Compiler Nearly Ready For Release With Zen 6, AVX10.2, APX & Algol 68 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2025&image=gcc_zen6_merged_sml |
QEMU 11.0 Released With CET Virtualization Support, Native Nitro Enclaves div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2023&image=qemu_sml |
Git 2.54 Released With New Experimental "git history" Command div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2022&image=git_sml |
HarfBuzz Continues Improving Its New GPU-Accelerated Text Shaping Library div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=harfbuzz_gpu_sml |
Intel QAT Zstd, QAT Gen6 Improvements Merged For Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=intel_qat_sml |
Intel IRDMA Driver Adds Support For GEN4 Hardware In Linux 7.1 div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=irdma_gen4_sml |
Box64 0.4.2 Begins Working On POWER PPC64LE Backend, Support For SteamRT3 + Pro… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2023&image=box64_sml |
NTFS-3G FUSE Driver Sees First New Release In Four Years div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=ntfs_3g_2026_sml |
Popular Rust-Based Database Turns To AI For Up To 1.5x Speedup, Other Improveme… div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=redb_41_sml |
GNU Coreutils 9.11 Brings New Performance Improvements: Up To 15x Faster cat div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=coreutils_15x_faster_sml |
Phoronix div#headerwrap > div.wcontainer > a > img#logo | www.phoronix.com/phxcms7-css/phoronix.png |
Linux 7.1 KVM Adds "Very Experimental" Support For pKVM Protected Guests div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2026&image=protected_guests_sml |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
ARTICLES & REVIEWS div.wcontainer > ul#linklist > li.menulink > a.linknode |
NEWS ARCHIVE div.wcontainer > ul#linklist > li.menulink > a.linknode |
FORUMS div.wcontainer > ul#linklist > li.menulink > a.linknode |
PREMIUM div.wcontainer > ul#linklist > li.menulink > a.linknode |
CONTACT div.wcontainer > ul#linklist > li.menulink > a.linknode |
CATEGORIES div.wcontainer > ul#linklist > li#categories-link > span.menunolink |
div#search > form#cse-search-box > div > input div#search > form#cse-search-box > div > input |
Intel Ends Open Ecosystem Community/Evangelism, Archives Other Open-Source Proj… div#main > article > header > a |
Ubuntu Rust Coreutils Audit Revealed 113 Issues, Ubuntu 26.10 Aims For "100% Ru… div#main > article > header > a |
GCC 16 Compiler Nearly Ready For Release With Zen 6, AVX10.2, APX & Algol 68 div#main > article > header > a |
FreeBSD Working On Intel FRED Support, Laptop Improvements Continue div#main > article > header > a |
KMSCON Continues Improving For VT Terminal Emulator In User-Space div#main > article > header > a |
Many Great Networking Improvements Arrive In Linux 7.1 div#main > article > header > a |
Ubuntu Looks Toward More Snap-Based Devpacks Moving Forward div#main > article > header > a |
Intel LLM-Scaler vllm-0.14.0-b8.2 Released With Official Arc Pro B70 Support div#main > article > header > a |
Intel Media Driver 2026Q1 Continues Nova Lake S Enablement div#main > article > header > a |
Ghostty OpenGL-Accelerated Terminal Available On Ubuntu 26.04 LTS div#main > article > header > a |
QEMU 11.0 Released With CET Virtualization Support, Native Nitro Enclaves div#main > article > header > a |
21 April div#content > div#main-wrap > div#main > h2 |
F2FS, EXT4 & XFS Focus On Fixes For Linux 7.1 div#main > article > header > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#main > article > header > a |
AMD Ryzen 9 9950X3D2 Benchmarks: The Best Desktop Performance For Linux Develop… div#main > article.important > header > a |
Framework Computer Announces The Framework Laptop 13 Pro div#main > article > header > a |
Framework Previews The OCuLink Dev Kit div#main > article > header > a |
AlmaLinux Comments On California Age Verification Law div#main > article > header > a |
NTFS-3G FUSE Driver Sees First New Release In Four Years div#main > article > header > a |
Intel IRDMA Driver Adds Support For GEN4 Hardware In Linux 7.1 div#main > article > header > a |
RADV Driver Enables Host Image Copy By Default For RDNA2 & Newer div#main > article > header > a |
Linux 7.1 Lands Workaround For Arm C1-Pro Erratum div#main > article > header > a |
Initial Linux Driver Patches For Smart Data Accelerator Interface "SDXI" div#main > article > header > a |
Linux 7.1 Staging Ushered In More Developers To Make Their First Kernel Contrib… div#main > article > header > a |
20 April div#content > div#main-wrap > div#main > h2 |
AMD's GAIA Makes It Easier To Import/Export Custom AI Agents Across PCs div#main > article > header > a |
HarfBuzz Continues Improving Its New GPU-Accelerated Text Shaping Library div#main > article > header > a |
Linux 7.1 KVM Adds "Very Experimental" Support For pKVM Protected Guests div#main > article > header > a |
While New NTFS Driver Merged, NTFS3 Driver Sees Fixes & Minor Changes For Linux… div#main > article > header > a |
Box64 0.4.2 Begins Working On POWER PPC64LE Backend, Support For SteamRT3 + Pro… div#main > article > header > a |
Git 2.54 Released With New Experimental "git history" Command div#main > article > header > a |
GNU Coreutils 9.11 Brings New Performance Improvements: Up To 15x Faster cat div#main > article > header > a |
Firefox 150 Available With GTK Emoji Picker, CSS Media Element Pseudo-Classes div#main > article > header > a |
Intel Compute Runtime Promotes Support For Wildcat Lake, "Early" Crescent Island div#main > article > header > a |
A Lot Of Memory Management "MM" Improvements Merged For Linux 7.1 div#main > article > header > a |
Popular Rust-Based Database Turns To AI For Up To 1.5x Speedup, Other Improveme… div#main > article > header > a |
Linux 7.1 Kernel Graphics Driver Changes Merged With Intel & AMD Leading The Way div#main > article > header > a |
JFS Sees Data Integrity Hardening With Linux 7.1 div#main > article > header > a |
LXQt 2.4 Released With More Wayland Fixes/Improvements div#main > article > header > a |
19 April div#content > div#main-wrap > div#main > h2 |
New Lenovo Legion Go Drivers & More Sony HID Device Support In Linux 7.1 div#main > article > header > a |
GIMP 3.2.4 Released With A Fix For Its XCF Code That Has Existed Since 1999 div#main > article > header > a |
New Debian Project Leader Elected For 2026 div#main > article > header > a |
GNOME Fixes Screencasting Issue With H.264 Recordings Being ~18x Larger Than VP8 div#main > article > header > a |
Linux 7.1 Adds Some New PCIe Drivers While Nuking Some PCI Drivers div#main > article > header > a |
Valve Developer Further Improves Old AMD GPUs: HD 7870 XT Finally Working On Li… div#main > article > header > a |
Linux 7.1 Sound Code Adds Bus Keepers: Aiming For Better Apple Silicon Support div#main > article > header > a |
CachyOS Rolls Out A Super-Charged Linux 7.0 Kernel div#main > article > header > a |
Intel QAT Zstd, QAT Gen6 Improvements Merged For Linux 7.1 div#main > article > header > a |
18 April div#content > div#main-wrap > div#main > h2 |
Linux 7.1 Sees RAID Fixes, IO_uring Enhancements div#main > article > header > a |
GhostBSD 26.1 Now Based On FreeBSD 15.0, Switches to XLibre X Server div#main > article > header > a |
Linux 7.1 Adds New AMD SMCA Bank Types, Presumably For Upcoming EPYC Venice div#main > article > header > a |
WireGuard For Windows Reaches v1.0 div#main > article > header > a |
Linux 7.1 Scheduler Changes May Benefit Some Workloads div#main > article > header > a |
GNOME's Maps, Graphs, RustConn & Other App Improvements div#main > article > header > a |
Linux 7.1 Lands High Resolution Timer "HRTIMER" Overhaul div#main > article > header > a |
KDE Plasma 6.7 Ready With Wayland Session Management, Other New Improvements div#main > article > header > a |
17 April div#content > div#main-wrap > div#main > h2 |
The "NTFS Resurrection" Has Occurred For Linux 7.1 div#main > article > header > a |
AMD FP-DSS Security Bug For Zen 1 CPUs Made Public, Linux Kernel Patched div#main > article > header > a |
Wine 11.7 Brings VBScript Fixes, DirectSound 7.1 Channel Support div#main > article > header > a |
Valve Developer Lands RADV/ACO Changes For AMD's GFX11.7 / RDNA 4m div#main > article > header > a |
Glibc Lands A Big Optimization For LoongArch CPUs div#main > article > header > a |
Linux 7.1 Crypto Code Rework Enables More Optimizations By Default div#main > article > header > a |
Fedora 44 Will Not Be Released Next Week div#main > article > header > a |
GCC Compiler Adds Arm AGI CPU Target div#main > article > header > a |
Linux 7.1 x86/x86_64 Aligns With Other Architectures Now For Supporting Custom … div#main > article > header > a |
New Lenovo Fan Driver, More ASUS Motherboards With Sensor Monitoring For Linux … div#main > article > header > a |
Past 30 Days Of News div#main-wrap > div#main > h3 > a |
Articles & Reviews div#main-wrap > div#main > h3 > a |
News Archives div#main-wrap > div#main > h3 > a |
RSS Feed div#main-wrap > div#main > h3 > a |
The "NTFS Resurrection" Has Occurred For Linux 7.1 div#sidebar > aside.widget > div.popular-list > a |
CachyOS Rolls Out A Super-Charged Linux 7.0 Kernel div#sidebar > aside.widget > div.popular-list > a |
Mozilla Announces "Thunderbolt" As An Open-Source, Enterprise AI Client div#sidebar > aside.widget > div.popular-list > a |
Fedora 44 Will Not Be Released Next Week div#sidebar > aside.widget > div.popular-list > a |
Proton 11.0 Beta Released With More Games Playable On Steam Play div#sidebar > aside.widget > div.popular-list > a |
Linux Begins Removing Support For Russia's Baikal CPUs div#sidebar > aside.widget > div.popular-list > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#sidebar > aside.widget > div.popular-list > a |
KDE Plasma 6.7 Ready With Wayland Session Management, Other New Improvements div#sidebar > aside.widget > div.popular-list > a |
Rust 1.95 Released With Several Improvements div#sidebar > aside.widget > div.popular-list > a |
Valve Developer Further Improves Old AMD GPUs: HD 7870 XT Finally Working On Li… div#sidebar > aside.widget > div.popular-list > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#sidebar > aside.widget > div.popular-list > a |
AlmaLinux Comments On California Age Verification Law div#sidebar > aside.widget > div.popular-list > a |
AMD Ryzen 9 9950X3D2 Benchmarks: The Best Desktop Performance For Linux Develop… div#sidebar > aside.widget > div.popular-list > a |
GNU Coreutils 9.11 Brings New Performance Improvements: Up To 15x Faster cat div#sidebar > aside.widget > div.popular-list > a |
New Debian Project Leader Elected For 2026 div#sidebar > aside.widget > div.popular-list > a |
Phoronix Premium div#sidebar > aside.widget > p > a |
AMD Ryzen 9 9950X3D2 Benchmarks: The Best Desktop Performance For Linux Develop… div#sidebar > aside.widget > div.popular-list > a |
Intel Xe2 Lunar Lake Linux Graphics Performance Up ~17% Over Past Year div#sidebar > aside.widget > div.popular-list > a |
Intel Core Ultra 7 270K Plus Performance In 340+ Linux Benchmarks div#sidebar > aside.widget > div.popular-list > a |
Intel Arc Pro B70 Open-Source Linux Performance Against NVIDIA RTX & AMD Radeon… div#sidebar > aside.widget > div.popular-list > a |
Ubuntu 26.04 Delivers Great Performance Improvements For AMD Strix Point, Espec… div#sidebar > aside.widget > div.popular-list > a |
Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A… div#sidebar > aside.widget > div.popular-list > a |
Fedora 45 To Consider Building x86_64-v3 Packages div#sidebar > aside.widget > div.popular-list > a |
Electron's Investment Into Good Wayland Support div#sidebar > aside.widget > div.popular-list > a |
Fedora Will Allow AI-Assisted Contributions With Proper Disclosure & Transparen… div#sidebar > aside.widget > div.popular-list > a |
QEMU 10.0 Released With True Multi-Queue Support, New Apple Graphics Devices div#sidebar > aside.widget > div.popular-list > a |
AMD: "Additional Parts Of The Radeon Stack To Be Open Sourced Throughout The Ye… div#sidebar > aside.widget > div.popular-list > a |
Redesigned Flathub Site Launches For Flatpak Apps div#sidebar > aside.widget > div.popular-list > a |
IBM Clarifies Stance On Developers Working On Open-Source Projects In Off-Hours div#sidebar > aside.widget > div.popular-list > a |
Enabling DRI3 Is Still An Easy Performance Hack Relevant For Ubuntu 16.04 Syste… div#sidebar > aside.widget > div.popular-list > a |
subscribing to Phoronix Premium div#sidebar > aside.widget > p > a |
PayPal div#sidebar > aside.widget > p > a |
Stripe div#sidebar > aside.widget > p > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Phoronix Premium div#sidebar > aside.widget > p > a |
subscribing to Phoronix Premium div#sidebar > aside.widget > p > a |
PayPal div#sidebar > aside.widget > p > a |
Stripe div#sidebar > aside.widget > p > a |
These are opportunities to improve the legibility of your content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#search > form#cse-search-box > div > input div#search > form#cse-search-box > div > input |
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 |
|---|
Phoronix on RSS div.wcontainer > div#headerright > div#social > a.icon-rss |
Phoronx on Twitter / X div.wcontainer > div#headerright > div#social > a.icon-twitter |
Phoronix on Facebook div.wcontainer > div#headerright > div#social > a.icon-facebook |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
KMSCON Continues Improving For VT Terminal Emulator In User-Space div#main > article > a > img.home_icons | www.phoronix.net/image.php?id=2022&image=linux_fbdev_speed_sml | 180 x 150 (1.20) | 300 x 267 (1.12) |
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 |
|---|---|
| Topics | a.pub.network/phoronix-com/prebid.js line 91, col 1157 |
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 17 | User-agent: Claude-Web | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback