Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Cookie 'userid' is missing the Secure flag
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.
Page weighs 16.6 MB (16.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
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/562d3f5a-e602-4f48-939f-f26278f6585a)<a href="https://beavercheck.com/results/562d3f5a-e602-4f48-939f-f26278f6585a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fopenresty.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fopenresty.orgThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 43.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 4 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 43.5s to load
+12% bounceUsers abandon at ~3s — you're 41.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
1 form field(s) without a label
+2% 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, …)
9 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
40 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.
$400 investment → $4.13/month returns + USD 157,500 risk avoided
$400
4h · 5 findings
$4.13 /mo
~$50 / year
USD 157,500
if kept compliant
$200 — 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.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,129 / month at risk
~$157,550 / year if left unfixed
$157,500
+7 more
$4.13 /mo
51565.5 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.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
43.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7 ms
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.
4.55 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.
43.55 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-vulnerability-scanning.jpg | 3.0 MiB | 3.0 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-dynamic-advantage.jpg | 2.6 MiB | 2.6 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-proxy-protocol.jpg | 2.1 MiB | 2.1 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/nginx-prod-mem-leak.jpg | 1.8 MiB | 1.8 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/what-is-openresty-xray.jpg | 1.5 MiB | 1.5 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/what-is-openresty-edge.jpg | 1.4 MiB | 1.4 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-gslb-what.jpg | 1.1 MiB | 1.1 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-zstd.jpg | 350.6 KiB | 345.7 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-gzip-cpu.jpg | 334.9 KiB | 329.9 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-p99.jpg | 315.6 KiB | 310.7 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-keepalive.jpg | 307.0 KiB | 302.1 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/luajit-plus.jpg | 301.3 KiB | 296.4 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-java-mem.jpg | 278.2 KiB | 273.3 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/why-edge-webhook.jpg | 251.0 KiB | 246.1 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-or-comparison.jpg | 241.6 KiB | 236.7 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/why-edge-waf.jpg | 209.0 KiB | 204.1 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-cdn-benefit.jpg | 24.6 KiB | 19.7 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-rsa-cpu.jpg | 21.2 KiB | 16.3 KiB |
header > p.site-name > a > img header > p.site-name > a > img | openresty.org/images/logo.png | 15.8 KiB | 15.2 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-logo.jpg | 7.3 KiB | 5.8 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.
| URL | Transfer Size | Duration |
|---|---|---|
| openresty.org/css/jquery.modal.css | 2.2 KiB | |
| openresty.org/css/github.css | 808 B | |
| openresty.org/css/main.css | 6.1 KiB | 150 ms |
| openresty.org/css/fonts.css | 756 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| openresty.org/ | 1.2 s |
| openresty.org/en/ | 0.0 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 |
|---|---|---|
| openresty.org/js/jquery.min.js | 38.0 KiB | 25.4 KiB |
| static.openresty.com/swiper/5.2.1/js/swiper.min.js | 41.9 KiB | 24.4 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 | |
|---|---|
header > p.site-name > a > img header > p.site-name > a > img | openresty.org/images/logo.png |
header > p.right > a > img.dark-img header > p.right > a > img.dark-img | openresty.org/images/flarum.png |
header > p.right > a > img header > p.right > a > img | openresty.org/images/ico-github.png |
header > p.right > a.enterprise-button > img header > p.right > a.enterprise-button > img | openresty.org/images/rocket.svg |
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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
OpenResty®
Scalable Web Platform by Extending NGINX with Lua
Contribute on Git… body > header |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Installation nav#nav > ul > li > a |
YouTube Channel nav#nav > ul > li > a |
Video Tutorials nav#nav > ul > li > a |
Enterprise Solutions nav#nav > ul > li > a |
Getting Started nav#nav > ul > li > a |
Upgrading nav#nav > ul > li > a |
Changes nav#nav > ul > li > a |
Events nav#nav > ul > li > a |
Components nav#nav > ul > li > a |
Community nav#nav > ul > li > a |
Benchmark nav#nav > ul > li > a |
Contact us nav#nav > ul > li > a |
Debugging nav#nav > ul > li > a |
Donate Online nav#nav > ul > li > a |
Donors nav#nav > ul > li > a |
eBooks nav#nav > ul > li > a |
FAQ nav#nav > ul > li > a |
Getting Involved nav#nav > ul > li > a |
Presentations nav#nav > ul > li > a |
Profiling nav#nav > ul > li > a |
Quality Assurance nav#nav > ul > li > a |
Resources nav#nav > ul > li > a |
Samples nav#nav > ul > li > a |
User Survey nav#nav > ul > li > a |
About nav#nav > ul > li > a |
中文站 nav#nav > ul > li > a |
OpenResty.com nav#nav > ul > li > a |
OpenResty 1.29.2.3 div.news > div.news-item > div.news-description > a |
OpenResty 1.27.1.2 div.news > div.news-item > div.news-description > a |
Binary Evidence-Driven Vulnerability Scanning: Eliminating False Positives with… div.news > div.news-item > div.news-description > a |
OpenResty XRay Version 26.2.1. Now Available div.news > div.news-item > div.news-description > a |
End-to-End Client Real IP Passthrough in OpenResty Edge div.news > div.news-item > div.news-description > a |
How OpenResty XRay Enables Full-Stack Dynamic Tracing in Production div.news > div.news-item > div.news-description > a |
What is OpenResty Edge div.news > div.news-item > div.news-description > a |
Introduction to OpenResty XRay div.news > div.news-item > div.news-description > a |
Nginx div.item > div.body > p > a |
LuaJIT div.item > div.body > p > a |
3rd-party Nginx modules div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Components div.item > div.body > p > a |
GettingStarted div.item > div.body > p > a |
Download div.item > div.body > p > a |
Community div.item > div.body > p > a |
OpenResty Inc. div.item > div.body > p > a |
26 MAR 2026 div#timeline > ul > li > h3 |
Changes li > ul > li > a |
Download li > ul > li > a |
25 MAR 2026 div#timeline > ul > li > h3 |
OpenResty 1.29.2.3 Released li > ul > li > a |
ChangeLog for 1.29.2.x li > ul > li > a |
03 MAR 2026 div#timeline > ul > li > h3 |
OpenResty 1.29.2.1 Released li > ul > li > a |
28 FEB 2026 div#timeline > ul > li > h3 |
OpenResty® Linux Packages li > ul > li > a |
21 OCT 2025 div#timeline > ul > li > h3 |
OpenResty® EC2 Test Cluster li > ul > li > a |
16 JUL 2025 div#timeline > ul > li > h3 |
Lua Cjson Library li > ul > li > a |
03 APR 2025 div#timeline > ul > li > h3 |
OpenResty 1.27.1.2 Released li > ul > li > a |
31 MAR 2025 div#timeline > ul > li > h3 |
ChangeLog for 1.27.1.x li > ul > li > a |
17 OCT 2024 div#timeline > ul > li > h3 |
OpenResty 1.27.1.1 Released li > ul > li > a |
21 JUL 2024 div#timeline > ul > li > h3 |
ChangeLog for 1.19.9.x li > ul > li > a |
OpenResty 1.25.3.2 Released li > ul > li > a |
ChangeLog for 1.25.3.x li > ul > li > a |
OpenResty 1.21.4.4 Released li > ul > li > a |
ChangeLog for 1.21.4.x li > ul > li > a |
OpenResty 1.19.9.2 Released li > ul > li > a |
OpenResty® is a registered trademark owned by OpenResty Inc. body > div.content-footer > div.footer > p |
OpenResty Inc div.content-footer > div.footer > p > a |
Copyright © 2017, 2018, 2019, 2020, 2021, 2022 by Yichun Zhang (agentzh) body > div.content-footer > div.footer > p |
100% Powered by OpenResty and PostgreSQL ( view the source code of this site) body > div.content-footer > div.footer > p |
view the source code of this site div.content-footer > div.footer > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
header > p.site-name > a > img header > p.site-name > a > img |
header > p.right > a > img header > p.right > a > img |
header > p.right > a > img.dark-img header > p.right > a > img.dark-img |
header > p.right > a.enterprise-button > img header > p.right > a.enterprise-button > img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-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 |
|---|
body > header > p.site-name > a body > header > p.site-name > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > 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.
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 |
|---|
Go to slide 1 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 8 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 9 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 10 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 11 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 12 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 13 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 14 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 15 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 16 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 17 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 18 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 19 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 20 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
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 html |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/xray-vulnerability-scanning.jpg | 23 x 18 (1.28) | 1792 x 1030 (1.74) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-vulnerability-scanning.jpg | 232 x 130 (1.78) | 1792 x 1030 (1.74) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/xray-dynamic-advantage.jpg | 23 x 18 (1.28) | 1794 x 936 (1.92) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-dynamic-advantage.jpg | 232 x 130 (1.78) | 1794 x 936 (1.92) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/edge-proxy-protocol.jpg | 23 x 18 (1.28) | 1634 x 1000 (1.63) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-proxy-protocol.jpg | 232 x 130 (1.78) | 1634 x 1000 (1.63) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/what-is-openresty-xray.jpg | 23 x 18 (1.28) | 1370 x 770 (1.78) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/what-is-openresty-edge.jpg | 23 x 18 (1.28) | 1366 x 770 (1.77) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-or-comparison.jpg | 232 x 130 (1.78) | 518 x 260 (1.99) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/luajit-plus.jpg | 232 x 130 (1.78) | 487 x 260 (1.87) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-zstd.jpg | 232 x 130 (1.78) | 486 x 260 (1.87) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-p99.jpg | 232 x 130 (1.78) | 472 x 260 (1.82) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/xray-logo.jpg | 23 x 18 (1.28) | 462 x 260 (1.78) |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img | openresty.org/images/logo.webp | 23 x 18 (1.28) | 156 x 145 (1.08) |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img | openresty.org/images/logo.webp | 23 x 18 (1.28) | 156 x 145 (1.08) |
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 |
|---|---|
Failed to load resource: net::ERR_CERT_DATE_INVALID | |
Failed to load resource: the server responded with a status of 404 () | |
openresty.org/en/ line 409, col 0 | Refused to execute script from 'https://ws.zoominfo.com/pixel/63bd97fc4e23807e8ea36b95' because its MIME type ('') is not executable, and strict MIME type checking is enabled. |
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.
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.
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 |
|---|
header > p.site-name > a > img header > p.site-name > a > img |
header > p.right > a > img header > p.right > a > img |
header > p.right > a > img.dark-img header > p.right > a > img.dark-img |
header > p.right > a.enterprise-button > img header > p.right > a.enterprise-button > img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
760 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
35 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.087
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
986 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.25 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-vulnerability-scanning.jpg | 3.0 MiB | 3.0 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-dynamic-advantage.jpg | 2.6 MiB | 2.6 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-proxy-protocol.jpg | 2.1 MiB | 2.1 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/nginx-prod-mem-leak.jpg | 1.8 MiB | 1.8 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/what-is-openresty-xray.jpg | 1.5 MiB | 1.5 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/what-is-openresty-edge.jpg | 1.4 MiB | 1.4 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-gslb-what.jpg | 1.1 MiB | 1.1 MiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-zstd.jpg | 350.6 KiB | 346.8 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-gzip-cpu.jpg | 334.9 KiB | 331.0 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-p99.jpg | 315.6 KiB | 311.7 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-keepalive.jpg | 307.0 KiB | 303.1 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/luajit-plus.jpg | 301.3 KiB | 297.4 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-java-mem.jpg | 278.2 KiB | 274.4 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/why-edge-webhook.jpg | 251.0 KiB | 247.1 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-or-comparison.jpg | 241.6 KiB | 237.7 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/why-edge-waf.jpg | 209.0 KiB | 205.2 KiB |
OpenResty® is a dynamic web platform based on NGINX and LuaJIT. body > section#intro > div.text | openresty.org/images/media-server.png | 102.2 KiB | 89.2 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-cdn-benefit.jpg | 24.6 KiB | 20.8 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-rsa-cpu.jpg | 21.2 KiB | 17.3 KiB |
header > p.site-name > a > img header > p.site-name > a > img | openresty.org/images/logo.png | 15.8 KiB | 15.2 KiB |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-logo.jpg | 7.3 KiB | 6.4 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.
| URL | Transfer Size |
|---|---|
| openresty.org/css/jquery.modal.css | 2.2 KiB |
| openresty.org/css/github.css | 808 B |
| openresty.org/css/main.css | 6.1 KiB |
| openresty.org/css/fonts.css | 756 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| openresty.org/js/jquery.min.js | 38.0 KiB | 25.4 KiB |
| static.openresty.com/swiper/5.2.1/js/swiper.min.js | 41.9 KiB | 24.4 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 | |
|---|---|
header > p.site-name > a > img header > p.site-name > a > img | openresty.org/images/logo.png |
header > p.right > a > img.dark-img header > p.right > a > img.dark-img | openresty.org/images/flarum.png |
header > p.right > a > img header > p.right > a > img | openresty.org/images/ico-github.png |
header > p.right > a.enterprise-button > img header > p.right > a.enterprise-button > img | openresty.org/images/rocket.svg |
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 |
|---|---|
| openresty.org/ | 720 ms |
| openresty.org/en/ | 0.0 ms |
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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
OpenResty®
Scalable Web Platform by Extending NGINX with Lua
Contribute on Gi… body > header |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Installation nav#nav > ul > li > a |
YouTube Channel nav#nav > ul > li > a |
Video Tutorials nav#nav > ul > li > a |
Enterprise Solutions nav#nav > ul > li > a |
Getting Started nav#nav > ul > li > a |
Upgrading nav#nav > ul > li > a |
Changes nav#nav > ul > li > a |
Events nav#nav > ul > li > a |
Components nav#nav > ul > li > a |
Community nav#nav > ul > li > a |
Benchmark nav#nav > ul > li > a |
Contact us nav#nav > ul > li > a |
Debugging nav#nav > ul > li > a |
Donate Online nav#nav > ul > li > a |
Donors nav#nav > ul > li > a |
eBooks nav#nav > ul > li > a |
FAQ nav#nav > ul > li > a |
Getting Involved nav#nav > ul > li > a |
Presentations nav#nav > ul > li > a |
Profiling nav#nav > ul > li > a |
Quality Assurance nav#nav > ul > li > a |
Resources nav#nav > ul > li > a |
Samples nav#nav > ul > li > a |
User Survey nav#nav > ul > li > a |
About nav#nav > ul > li > a |
中文站 nav#nav > ul > li > a |
OpenResty.com nav#nav > ul > li > a |
OpenResty 1.29.2.3 div.news > div.news-item > div.news-description > a |
OpenResty 1.27.1.2 div.news > div.news-item > div.news-description > a |
Binary Evidence-Driven Vulnerability Scanning: Eliminating False Positives with… div.news > div.news-item > div.news-description > a |
OpenResty XRay Version 26.2.1. Now Available div.news > div.news-item > div.news-description > a |
End-to-End Client Real IP Passthrough in OpenResty Edge div.news > div.news-item > div.news-description > a |
How OpenResty XRay Enables Full-Stack Dynamic Tracing in Production div.news > div.news-item > div.news-description > a |
What is OpenResty Edge div.news > div.news-item > div.news-description > a |
Introduction to OpenResty XRay div.news > div.news-item > div.news-description > a |
Nginx div.item > div.body > p > a |
LuaJIT div.item > div.body > p > a |
3rd-party Nginx modules div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Components div.item > div.body > p > a |
GettingStarted div.item > div.body > p > a |
Download div.item > div.body > p > a |
Community div.item > div.body > p > a |
OpenResty Inc. div.item > div.body > p > a |
Binary Evidence-Driven Vulnerability Scanning: Eliminating False Positives with… div.swiper-slide > a.article-item > div.article-text > p.blog-title |
OpenResty XRay Version 26.2.1. Now Available div.swiper-slide > a.article-item > div.article-text > p.blog-title |
End-to-End Client Real IP Passthrough in OpenResty Edge div.swiper-slide > a.article-item > div.article-text > p.blog-title |
26 MAR 2026 div#timeline > ul > li > h3 |
Changes li > ul > li > a |
Download li > ul > li > a |
25 MAR 2026 div#timeline > ul > li > h3 |
OpenResty 1.29.2.3 Released li > ul > li > a |
ChangeLog for 1.29.2.x li > ul > li > a |
03 MAR 2026 div#timeline > ul > li > h3 |
OpenResty 1.29.2.1 Released li > ul > li > a |
28 FEB 2026 div#timeline > ul > li > h3 |
OpenResty® Linux Packages li > ul > li > a |
21 OCT 2025 div#timeline > ul > li > h3 |
OpenResty® EC2 Test Cluster li > ul > li > a |
16 JUL 2025 div#timeline > ul > li > h3 |
Lua Cjson Library li > ul > li > a |
03 APR 2025 div#timeline > ul > li > h3 |
OpenResty 1.27.1.2 Released li > ul > li > a |
31 MAR 2025 div#timeline > ul > li > h3 |
ChangeLog for 1.27.1.x li > ul > li > a |
17 OCT 2024 div#timeline > ul > li > h3 |
OpenResty 1.27.1.1 Released li > ul > li > a |
21 JUL 2024 div#timeline > ul > li > h3 |
ChangeLog for 1.19.9.x li > ul > li > a |
OpenResty 1.25.3.2 Released li > ul > li > a |
ChangeLog for 1.25.3.x li > ul > li > a |
OpenResty 1.21.4.4 Released li > ul > li > a |
ChangeLog for 1.21.4.x li > ul > li > a |
OpenResty 1.19.9.2 Released li > ul > li > a |
OpenResty® is a registered trademark owned by OpenResty Inc. body > div.content-footer > div.footer > p |
OpenResty Inc div.content-footer > div.footer > p > a |
Copyright © 2017, 2018, 2019, 2020, 2021, 2022 by Yichun Zhang (agentzh) body > div.content-footer > div.footer > p |
100% Powered by OpenResty and PostgreSQL ( view the source code of this site) body > div.content-footer > div.footer > p |
view the source code of this site div.content-footer > div.footer > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
header > p.site-name > a > img header > p.site-name > a > img |
header > p.right > a > img header > p.right > a > img |
header > p.right > a > img.dark-img header > p.right > a > img.dark-img |
header > p.right > a.enterprise-button > img header > p.right > a.enterprise-button > img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-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 |
|---|
body > header > p.site-name > a body > header > p.site-name > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > 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.
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 html |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/xray-vulnerability-scanning.jpg | 23 x 18 (1.28) | 1792 x 1030 (1.74) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-vulnerability-scanning.jpg | 182 x 130 (1.40) | 1792 x 1030 (1.74) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/xray-dynamic-advantage.jpg | 23 x 18 (1.28) | 1794 x 936 (1.92) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-dynamic-advantage.jpg | 182 x 130 (1.40) | 1794 x 936 (1.92) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/edge-proxy-protocol.jpg | 23 x 18 (1.28) | 1634 x 1000 (1.63) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-proxy-protocol.jpg | 182 x 130 (1.40) | 1634 x 1000 (1.63) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/nginx-prod-mem-leak.jpg | 182 x 130 (1.40) | 1450 x 816 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-gslb-what.jpg | 182 x 130 (1.40) | 1376 x 770 (1.79) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/what-is-openresty-xray.jpg | 23 x 18 (1.28) | 1370 x 770 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/what-is-openresty-xray.jpg | 182 x 130 (1.40) | 1370 x 770 (1.78) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/what-is-openresty-edge.jpg | 23 x 18 (1.28) | 1366 x 770 (1.77) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/what-is-openresty-edge.jpg | 182 x 130 (1.40) | 1366 x 770 (1.77) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-or-comparison.jpg | 182 x 130 (1.40) | 518 x 260 (1.99) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/luajit-plus.jpg | 182 x 130 (1.40) | 487 x 260 (1.87) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-zstd.jpg | 182 x 130 (1.40) | 486 x 260 (1.87) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-p99.jpg | 182 x 130 (1.40) | 472 x 260 (1.82) |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img | openresty.org/images/header-images/xray-logo.jpg | 23 x 18 (1.28) | 462 x 260 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/why-edge-webhook.jpg | 182 x 130 (1.40) | 462 x 260 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/edge-cdn-benefit.jpg | 182 x 130 (1.40) | 462 x 260 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-java-mem.jpg | 182 x 130 (1.40) | 462 x 260 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-rsa-cpu.jpg | 182 x 130 (1.40) | 462 x 260 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-gzip-cpu.jpg | 182 x 130 (1.40) | 462 x 260 (1.78) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/xray-keepalive.jpg | 182 x 130 (1.40) | 459 x 260 (1.77) |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img | openresty.org/images/header-images/why-edge-waf.jpg | 182 x 130 (1.40) | 458 x 260 (1.76) |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img | openresty.org/images/logo.webp | 23 x 18 (1.28) | 156 x 145 (1.08) |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img | openresty.org/images/logo.webp | 23 x 18 (1.28) | 156 x 145 (1.08) |
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 |
|---|---|
Failed to load resource: net::ERR_CERT_DATE_INVALID | |
Failed to load resource: the server responded with a status of 404 () | |
openresty.org/en/ line 409, col 0 | Refused to execute script from 'https://ws.zoominfo.com/pixel/63bd97fc4e23807e8ea36b95' because its MIME type ('') is not executable, and strict MIME type checking is enabled. |
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.
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.
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 |
|---|
header > p.site-name > a > img header > p.site-name > a > img |
header > p.right > a > img header > p.right > a > img |
header > p.right > a > img.dark-img header > p.right > a > img.dark-img |
header > p.right > a.enterprise-button > img header > p.right > a.enterprise-button > img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback