Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 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.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
Page weighs 5.5 MB (3.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
30 image-only link(s) without alt 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/97ea86c4-e8ee-4290-85e8-62709f4f2153)<a href="https://beavercheck.com/results/97ea86c4-e8ee-4290-85e8-62709f4f2153"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fiqiyi.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fiqiyi.comThis 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 20.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 ~30%.
Page takes 20.8s to load
+12% bounceUsers abandon at ~3s — you're 18.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 453ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
8 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
3 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.
¥1,750 investment → ¥7.03/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥7.03 /mo
~¥84 / year
CNY 50,000,000
if kept compliant
¥525 — 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.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,674 / month at risk
~¥50,000,084 / year if left unfixed
¥50,000,000
¥7.03 /mo
12308.8 MB/mo × 0.571 CNY/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.
6.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
453 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.68 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.
22.19 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
邓超陈赫鹿晗野人游街 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic1.iqiyipic.com/lequ/common/lego/20260419/c02ab7e9696048de807dddbcea90fcd1.jpg | 518.5 KiB | 377.4 KiB |
张涵予姜武探秘万神墓 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic1.iqiyipic.com/lequ/common/lego/20260417/186ec93c40714108ae9e8568d7c6d974.jpg | 342.2 KiB | 200.9 KiB |
诸葛玥假死隐瞒身份 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic0.iqiyipic.com/lequ/common/lego/20260408/58fccd31c55b43998dee974ddacbd05d.jpg | 296.8 KiB | 155.5 KiB |
ul.list-app > li > a > img ul.list-app > li > a > img | pic3.iqiyipic.com/lequ/20220725/57089bc13ac14de8ad37cf5938397592.png | 104.3 KiB | 102.4 KiB |
ul.m-pic-list > li > div.piclist-img > a.piclist-link ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic2.iqiyipic.com/lequ/common/lego/20260421/f5e76ea872e647babee2c0c4c3eafdb0.jpg | 125.5 KiB | 100.4 KiB |
ul.list-app > li > a > img ul.list-app > li > a > img | pic1.iqiyipic.com/lequ/20220725/11be3bd221ce4a9ba51e4798775718d6.png | 69.9 KiB | 69.2 KiB |
80集全 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic1.iqiyipic.com/lequ/common/lego/20260421/adef0dec49834fad8cc916557d7a78d3.jpg | 89.7 KiB | 64.6 KiB |
ul#slide > li > a > div.icon-channel ul#slide > li > a > div.icon-channel | www.iqiyipic.com/common/fix/h5-aura-channel/c-channel-icon-20211021.png | 86.6 KiB | 62.8 KiB |
8.5 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic2.iqiyipic.com/lequ/common/lego/20260410/cb4784a3808946b9ad67a0e04d98c461.jpg | 79.1 KiB | 54.0 KiB |
ul.m-pic-list > li > div.piclist-img > a.piclist-link ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic0.iqiyipic.com/lequ/common/lego/20260422/f95deff75add42fb98fe1c63314370f5.jpg | 78.8 KiB | 53.7 KiB |
2026-04-19期 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic3.iqiyipic.com/lequ/common/lego/20260421/b7833b8bc5884f5885aa30cf1eba3737.jpg | 69.8 KiB | 44.7 KiB |
ul.m-pic-list > li > div.piclist-img > a.piclist-link ul.m-pic-list > li > div.piclist-img > a.piclist-link | /lequ/common/lego/20260421/f5e76ea872e647babee2c0c4c3eafd... | 67.7 KiB | 42.6 KiB |
80集全 ul.m-pic-list > li > div.piclist-img > a.piclist-link | /lequ/common/lego/20260421/adef0dec49834fad8cc916557d7a78... | 61.3 KiB | 36.2 KiB |
ul.m-pic-list > li > div.piclist-img > a.piclist-link ul.m-pic-list > li > div.piclist-img > a.piclist-link | /lequ/common/lego/20260422/f95deff75add42fb98fe1c63314370... | 54.1 KiB | 28.9 KiB |
万福向田家泰坦白身份 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic3.iqiyipic.com/lequ/common/lego/20260421/13da09d84ed3419a9c99d2bacd5226f3.jpg | 166.8 KiB | 25.7 KiB |
更新至31集 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic0.iqiyipic.com/lequ/common/lego/20260421/5b72cbee7b154bbcb03fb39142b0f640.jpg | 50.2 KiB | 25.1 KiB |
8.5 ul.m-pic-list > li > div.piclist-img > a.piclist-link | /lequ/common/lego/20260410/cb4784a3808946b9ad67a0e04d98c4... | 47.2 KiB | 22.1 KiB |
ul.m-pic-list > li > div.piclist-img > a.piclist-link ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic2.iqiyipic.com/lequ/common/lego/20260421/1502abb55ef142448cbcbad1571e6f7a.jpg | 47.1 KiB | 22.0 KiB |
打开爱奇艺APP,看精彩视频 div > div#bannerCommon > div.m-iqiyi-common-banner > div.banner_breatheAnimation | pic1.iqiyipic.com/lequ/20250919/2d530371aa2c49e982670dd9dd76b960.png | 31.2 KiB | 22.0 KiB |
更新至18集 ul.m-pic-list > li > div.piclist-img > a.piclist-link | pic2.iqiyipic.com/lequ/common/lego/20260421/85bae24dd739447a9b109ca7b18d9d80.jpg | 46.8 KiB | 21.6 KiB |
2026-04-19期 ul.m-pic-list > li > div.piclist-img > a.piclist-link | /lequ/common/lego/20260421/b7833b8bc5884f5885aa30cf1eba37... | 46.5 KiB | 21.4 KiB |
ul.list-app > li > a > img ul.list-app > li > a > img | pic0.iqiyipic.com/lequ/20220725/4276f1d0bcc74eae8faa632a81819687.png | 22.5 KiB | 20.7 KiB |
ul.list-app > li > a > img ul.list-app > li > a > img | pic2.iqiyipic.com/lequ/20220725/bb332a0e3f1f4995bbd38656fe336c4d.png | 21.2 KiB | 19.3 KiB |
ul.list-app > li > a > img ul.list-app > li > a > img | pic1.iqiyipic.com/lequ/20220725/ad53b65165d5487dad00ad9233aec9d8.png | 19.6 KiB | 17.8 KiB |
ul.list-app > li > a > img ul.list-app > li > a > img | pic1.iqiyipic.com/lequ/20220725/1948f636da4d4d3d834d79c7df2f7d94.png | 15.0 KiB | 13.2 KiB |
更新至31集 ul.m-pic-list > li > div.piclist-img > a.piclist-link | /lequ/common/lego/20260421/5b72cbee7b154bbcb03fb39142b0f6... | 34.0 KiB | 8.9 KiB |
更新至18集 ul.m-pic-list > li > div.piclist-img > a.piclist-link | /lequ/common/lego/20260421/85bae24dd739447a9b109ca7b18d9d... | 30.5 KiB | 5.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| static.iqiyi.com/js/common/oaa.min.js | 39.9 KiB | 151 ms |
| static.iqiyi.com/js/common/vconsole.js | 19.2 KiB | 151 ms |
| static.iqiyi.com/lequ/20240422/h5-aura.min.css | 28.4 KiB | 911 ms |
| static.iqiyi.com/lequ/20221101/h5-channel-aura.min.css | 13.2 KiB | 151 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 |
|---|---|
| iqiyi.com/ | 1.7 s |
| www.iqiyi.com/ | 1.6 s |
| m.iqiyi.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| m.iqiyi.com/ | 823 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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.iqiyi.com/lequ/20240422/h5-aura.min.css | 28.3 KiB | 26.7 KiB |
| static.iqiyi.com/lequ/20221101/h5-channel-aura.min.css | 13.1 KiB | 13.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 |
|---|---|---|
| static.iqiyi.com/js/html5/js/app/js/chunk-common.a05bafe3.js | 144.7 KiB | 138.4 KiB |
| security.iqiyi.com/static/cook/v1/cooksdk.js | 108.6 KiB | 61.3 KiB |
| static.iqiyi.com/js/html5/js/app/js/main.631d40f7.js | 92.6 KiB | 55.2 KiB |
| static.iqiyi.com/js/html5/js/app/js/chunk-vendors.dfc4a9b1.js | 111.0 KiB | 54.1 KiB |
| static.iqiyi.com/js/html5/js/app/js/chunk-play.d98ae652.js | 44.7 KiB | 44.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| m.iqiyi.com/ | 1.5 s | 32 ms | 12 ms |
| security.iqiyi.com/static/cook/v1/cooksdk.js | 754 ms | 628 ms | 28 ms |
| Unattributable | 560 ms | 11 ms | 0.0 ms |
| static.iqiyi.com/js/common/oaa.min.js | 315 ms | 263 ms | 9.1 ms |
| static.iqiyi.com/js/html5/js/app/js/main.631d40f7.js | 309 ms | 232 ms | 36 ms |
| static.iqiyi.com/js/html5/js/app/js/chunk-play.d98ae652.js | 308 ms | 279 ms | 17 ms |
| /h5/main/config/getABTest/?qyid=&platform=2_20_201&callba... | 124 ms | 117 ms | 0.5 ms |
| hm.baidu.com/hm.js?5df871ab99f94347b23ca224fc7d013f | 79 ms | 71 ms | 3.6 ms |
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 | 1.8 s |
| Other | 1.2 s |
| Style & Layout | 558 ms |
| Rendering | 437 ms |
| Script Parsing & Compilation | 201 ms |
| Garbage Collection | 57 ms |
| Parse HTML & CSS | 33 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 | |
|---|---|
ul.list-app > li > a > img ul.list-app > li > a > img | pic1.iqiyipic.com/lequ/20220725/11be3bd221ce4a9ba51e4798775718d6.png |
ul.list-app > li > a > img ul.list-app > li > a > img | pic3.iqiyipic.com/lequ/20220725/57089bc13ac14de8ad37cf5938397592.png |
ul.list-app > li > a > img ul.list-app > li > a > img | pic2.iqiyipic.com/lequ/20220725/bb332a0e3f1f4995bbd38656fe336c4d.png |
ul.list-app > li > a > img ul.list-app > li > a > img | pic1.iqiyipic.com/lequ/20220725/ad53b65165d5487dad00ad9233aec9d8.png |
ul.list-app > li > a > img ul.list-app > li > a > img | pic0.iqiyipic.com/lequ/20220725/4276f1d0bcc74eae8faa632a81819687.png |
ul.list-app > li > a > img ul.list-app > li > a > img | pic1.iqiyipic.com/lequ/20220725/1948f636da4d4d3d834d79c7df2f7d94.png |
div.banner_breatheAnimation > div.m-common-banner-content-wrapper > div.m-common-banner-content > img.logo div.banner_breatheAnimation > div.m-common-banner-content-wrapper > div.m-common-banner-content > img.logo | www.iqiyipic.com/common/fix/20240419/bannerlogo.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 |
|---|
小三上位竟又成职场对手 li > div.piclist-title > div.c-info > a |
陈赫演完“拉”又演“丑” li > div.piclist-title > div.c-info > a |
银河战舰盼回胜利正轨 li > div.piclist-title > div.c-info > a |
诸葛玥醋坛子打翻宣誓主权 li > div.piclist-title > div.c-info > a |
释小龙刘峰超零距离搏杀 li > div.piclist-title > div.c-info > a |
全员恶人互撕反转不断 li > div.piclist-title > div.c-info > a |
老头想二婚遭全家炮轰 li > div.piclist-title > div.c-info > a |
灵异少女组团寻妖界秘籍 li > div.piclist-title > div.c-info > 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 |
|---|
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
div > div.page-c-items > footer.m-footer > img div > div.page-c-items > footer.m-footer > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.site_header > div.header_search > div.search_box > a.search_icon div.site_header > div.header_search > div.search_box > a.search_icon |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | hm.baidu.com/hm.js?5df871ab99f94347b23ca224fc7d013f line 1, col 274 |
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_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
section.mSiteHeader > div.mSiteHeader-wrap > div.site_header > a.headerLogo-iqiyi section.mSiteHeader > div.mSiteHeader-wrap > div.site_header > a.headerLogo-iqiyi |
section.mSiteHeader > div.mSiteHeader-wrap > div.site_header > a.header_login section.mSiteHeader > div.mSiteHeader-wrap > div.site_header > a.header_login |
应用推荐 div.m-box > div.m-box-items > section.m-title > a |
body > div#app > div > a body > div#app > div > a |
To appear in search results, crawlers need access to your app.
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 |
|---|
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
ul.list-app > li > a > img ul.list-app > li > a > img |
div > div.page-c-items > footer.m-footer > img div > div.page-c-items > footer.m-footer > 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.
3.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
265 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.375
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.77 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.
21.83 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.iqiyi.com/static/css/channel_31743c5a.e87e944a.css | 657.3 KiB | 527 ms |
| www.iqiyi.com/static/css/common-channel.3b92f38a.css | 301.6 KiB | 243 ms |
| www.iqiyi.com/static/css/channel_d91a9049.a1f914df.css | 226.5 KiB | 162 ms |
| www.iqiyi.com/static/css/qysdk_536eaa00.323c6246.css | 383.8 KiB | 325 ms |
| www.iqiyi.com/static/css/iqiyi-pcw-ui.90d31d0f.css | 62.6 KiB | 81 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 |
|---|---|
| static-d.iqiyi.com/lequ/20251127/IQYHT-Bold.ttf | 5.0 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 | |
|---|---|---|---|
div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn | static-s.iqiyi.com/common/20260421/ADS/97/9d/5c2587a751.jpg | 937.2 KiB | 932.7 KiB |
div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ | static-s.iqiyi.com/lequ/pc/lwa/imgs/2025_5_9/grid_color_bk_2728X600.png | 545.9 KiB | 491.4 KiB |
div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn | static.g.iqiyi.com/qiplay2/bee5d77d-7b48-46d6-8a16-92c8daa37199.jpg | 429.5 KiB | 424.9 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic0.iqiyipic.com/image/20260414/29/b5/pv_10265781996_em_601.jpg | 341.7 KiB | 329.5 KiB |
div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn | pic6.iqiyipic.com/image/20251219/39/33/pv_10235273328_em_601.jpg | 267.4 KiB | 262.9 KiB |
div.focusSlide_recomThumbMeta__+EVhs > div#logo > div#logo_in > img#logoImg div.focusSlide_recomThumbMeta__+EVhs > div#logo > div#logo_in > img#logoImg | pic3.iqiyipic.com/lequ/common/lego/20260407/feba57b1c0584769a83deefe04ee43d0.png | 254.5 KiB | 246.5 KiB |
div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn | pic7.iqiyipic.com/image/20260330/5a/60/pv_10260702261_em_601.jpg | 250.6 KiB | 246.0 KiB |
a > div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > img a > div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > img | pic8.iqiyipic.com/image/20260414/53/2a/pv_10265925136_em_601.jpg | 180.8 KiB | 176.9 KiB |
a > div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > img a > div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > img | pic4.iqiyipic.com/image/20260414/13/cd/pv_10265919968_em_601.jpg | 138.5 KiB | 134.6 KiB |
a > div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > img a > div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > img | pic6.iqiyipic.com/image/20260414/b5/07/pv_10265867289_em_601.jpg | 138.4 KiB | 134.5 KiB |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw | pic3.iqiyipic.com/lequ/20250409/49271f99014043d488492a6ee7a8e8dc.png | 141.1 KiB | 131.2 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic5.iqiyipic.com/image/20260414/03/6b/pv_10265780291_em_601.jpg | 128.6 KiB | 118.1 KiB |
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF | pic4.iqiyipic.com/image/20260421/85/bf/pv_10268149249_em_601.jpg | 115.7 KiB | 103.6 KiB |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM | pic3.iqiyipic.com/image/20260413/69/47/a_100566173_m_601_m6_592_333.webp | 95.1 KiB | 77.2 KiB |
div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ | pic3.iqiyipic.com/lequ/pc_imgs/20250912/grid_bk_2728X600.png | 94.3 KiB | 76.4 KiB |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM | pic7.iqiyipic.com/image/20260421/ba/72/v_189487951_m_601_m3_592_333.webp | 85.0 KiB | 67.1 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250126/c1d79074c48e4511bd5160f8a06e5c... | 66.8 KiB | 54.6 KiB |
div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR | /qiyue2.0-1768964275839/20260121/未登录.png | 63.1 KiB | 53.0 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic0.iqiyipic.com/image/20250415/5e/53/a_100612826_m_601_m2_318_424.avif | 54.9 KiB | 45.1 KiB |
a > div.halo_divContainer__czfwR > div.focusSlide_recomThumbPoster__7Slrw > img.focusSlide_recomThumbImg__RKxiF a > div.halo_divContainer__czfwR > div.focusSlide_recomThumbPoster__7Slrw > img.focusSlide_recomThumbImg__RKxiF | /lequ/common/lego/20260421/86fc613d88b847e6b99038087d0dcd... | 77.9 KiB | 36.7 KiB |
div.flexVideoList_flexTilesItem__Pwd-J > a > div.halo_divContainer__czfwR > img.flexVideoList_poster__DZFAZ div.flexVideoList_flexTilesItem__Pwd-J > a > div.halo_divContainer__czfwR > img.flexVideoList_poster__DZFAZ | /lequ/common/lego/20260422/f95deff75add42fb98fe1c63314370... | 38.9 KiB | 32.3 KiB |
div.feedZaizhui_contentWrap__egd68 > div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_imgWrap__032mK > img.feedZaizhui_itemImg__aU7mw div.feedZaizhui_contentWrap__egd68 > div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_imgWrap__032mK > img.feedZaizhui_itemImg__aU7mw | pic3.iqiyipic.com/image/20260417/da/4a/a_100741024_m_601_m5_592_333.webp | 32.1 KiB | 30.0 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250311/4ddecc1a993349e0a261b6c60bd169... | 40.7 KiB | 28.5 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20241219/3377446f3a184ccbae03adb7c0a16b... | 39.5 KiB | 27.3 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20241122/83c4f64a908c41dcbc35991789bd20... | 37.2 KiB | 25.0 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260420/18aa6ccbe85541cdb933dc4bce5c4e... | 37.0 KiB | 24.8 KiB |
| www.iqiyipic.com/pca/img/128x128_logo.png | 24.6 KiB | 24.3 KiB | |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20230228/dfc7b4ff094a4f138e953b81eb7a6f... | 34.6 KiB | 22.4 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic4.iqiyipic.com/image/20231110/91/7d/a_100016990_m_601_m128_525_294.avif | 33.4 KiB | 21.2 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic5.iqiyipic.com/image/20260413/2d/48/a_100799100_m_601_318_424.avif | 27.0 KiB | 17.2 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic0.iqiyipic.com/image/20260226/f8/a8/v_194381973_m_601_318_424.avif | 26.0 KiB | 16.2 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250417/82c4a87eec18448396326729241c90... | 27.8 KiB | 15.6 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260406/930cbf38d72f4b1db02e3b6d45ec2e... | 26.5 KiB | 14.3 KiB |
div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn | pic9.iqiyipic.com/image/20260418/7e/25/v_197007431_m_601_m1_284_160.avif | 16.3 KiB | 13.5 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20240121/610e7f8c919649d293ecf9ea70f435... | 25.5 KiB | 13.3 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260331/e9c4aa76bd9d439e83ee28e80a152e... | 25.2 KiB | 13.0 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260421/4f8a9d19b0264f0caa10e939553308... | 23.6 KiB | 12.1 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic5.iqiyipic.com/image/20250808/f0/3a/a_100655549_m_601_m7_318_424.avif | 21.9 KiB | 12.1 KiB |
div > div.videoCards_coverFixed__TMxWx > div.cardMemos_cardLabels__7CYS8 > img div > div.videoCards_coverFixed__TMxWx > div.cardMemos_cardLabels__7CYS8 > img | pic2.iqiyipic.com/lequ/common/lego/20260417/b460c16a0e744e6aa8b8aee0b42f8695.png | 12.9 KiB | 12.0 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic2.iqiyipic.com/image/20260128/f7/77/v_193035367_m_601_318_424.avif | 21.6 KiB | 11.9 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20230823/9c9a5558c9d142b38e92cada706c13... | 22.3 KiB | 11.5 KiB |
div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn | pic3.iqiyipic.com/image/20260413/69/47/a_100566173_m_601_m6_284_160.avif | 13.9 KiB | 11.1 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250225/70d6e6a228d249a7a05cc85443af02... | 21.5 KiB | 11.1 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260330/98afde1d4af746e4807de262a7d35d... | 21.4 KiB | 11.0 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260304/a16fb298f65b4159857d9dd92f88a5... | 19.1 KiB | 9.8 KiB |
div.flexResp_cardRespItem_4__NGW-O > div.flexVideoList_flexTilesItem__Pwd-J > div.halo_divContainer__czfwR > img.flexVideoList_poster__DZFAZ div.flexResp_cardRespItem_4__NGW-O > div.flexVideoList_flexTilesItem__Pwd-J > div.halo_divContainer__czfwR > img.flexVideoList_poster__DZFAZ | pic0.iqiyipic.com/image/20260413/0b/84/a_100798953_m_601_320_180.avif | 15.8 KiB | 9.1 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260412/e6c784d2ea2c440c9b8913a0aa09aa... | 17.6 KiB | 9.0 KiB |
div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn div.thumbnail_thumbnailItemWrap__DZ1Hp > div.thumbnail_thumbnailItem__p-O7e > div.halo_divContainer__czfwR > img.thumbnail_thumbnailImg__JzVwn | pic0.iqiyipic.com/image/20260417/5d/b8/v_196978245_m_601_m1_284_160.avif | 11.8 KiB | 8.9 KiB |
24集全 div.filmFeed_innerwrap__PJGNr > a > div#imgwrap > div.flexVideoList_update_info__HqLUB | pic3.iqiyipic.com/lequ/20241127/5a1541d695d344aa91248da998ceb55c.png | 10.0 KiB | 8.9 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic1.iqiyipic.com/image/20250821/ee/06/a_100668822_m_601_318_424.avif | 15.8 KiB | 8.7 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260331/68d605366ffb4981835ff726cc4c40... | 15.8 KiB | 8.1 KiB |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif | pic1.iqiyipic.com/lequ/common/lego/20241023/8eecbc2eff504d978d0dbf74290e89cf.png | 7.4 KiB | 7.3 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic5.iqiyipic.com/image/20260226/0b/ec/a_100767655_m_601_m4_318_424.avif | 12.8 KiB | 7.1 KiB |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250122/f8015aceca764b8d99d4c3a34da896... | 13.5 KiB | 6.9 KiB |
div.saleBtns_guessLikeSalePos__ZU6Fs > div.saleBtns_guessLikeSalePos__ZU6Fs > div.saleBtns_content__INpVL > div.halo_divContainer__czfwR div.saleBtns_guessLikeSalePos__ZU6Fs > div.saleBtns_guessLikeSalePos__ZU6Fs > div.saleBtns_content__INpVL > div.halo_divContainer__czfwR | /qiyue2.0-1776330428000/20260416/猜你喜欢320x180.png | 16.3 KiB | 6.9 KiB |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif | pic3.iqiyipic.com/lequ/common/lego/20241023/afd16edc33c6472b92d93542b8f9e1c1.png | 6.8 KiB | 6.6 KiB |
div.backTop_sideTools__Wecas > div.backTop_iconBtn__EbE33 > div.backTop_iconDiv__EQw9b > img div.backTop_sideTools__Wecas > div.backTop_iconBtn__EbE33 > div.backTop_iconDiv__EQw9b > img | www.iqiyipic.com/lequ/pc_imgs/20260107/icon.png | 6.0 KiB | 5.9 KiB |
推荐 div#tab > div.tabList_tabwrap__Tsy2b > div.tabList_listwrap__PsDqY > div.videoCards_tab_btn__RXUQe | pic1.iqiyipic.com/lequ/20250625/1bfa776c7615422ebbd5603e1658dc92.png | 6.9 KiB | 5.7 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | m.iqiyipic.com/u8/image/20230620/dc/6d/pv_1956983857963900_d_601_260_360.avif | 14.2 KiB | 4.7 KiB |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | m.iqiyipic.com/u8/image/20250622/21/15/pv_5552291188106700_d_601_260_360.avif | 12.6 KiB | 4.2 KiB |
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 |
|---|---|
| iqiyi.com/ | 752 ms |
| www.iqiyi.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 |
|---|---|
综艺热播榜No.1
最高热度破9000
游戏娱乐
旅行观光
李乃文 马頔 | 邓超陈赫鹿晗野人游街
八千里路云和月
三国高爆打金
04-19期
五哈6
… div.pages_page__o3Cjc > div.pages_container__t6j9W > div.pages_page_item__0Z0DF > div#card_page | 0.370 |
开通会员·新客专享
1元开通VIP
13°
游戏
上传
客户端
快捷访问
消息
历史
登录 div.app_App__K8HqS > div.pages_pages__UkzcY > div#topbar > div#pcw_topbar | 0.002 |
传奇5 div.paging_pagingBox__E+W6V > div#list > a > div.thumbnail_thumbnailItemWrap__DZ1Hp | 0.001 |
开通会员·新客专享
1元开通VIP
13°
游戏
上传
客户端
快捷访问
消息
历史
登录 div.app_App__K8HqS > div.pages_pages__UkzcY > div#topbar > div#pcw_topbar | 0.001 |
免费 div > ul > li > div.halo_divContainer__czfwR | 0.001 |
筛选
大梦归离(奇幻剧)
生命树(佳片殿堂)
全网搜 div.pages_pages__UkzcY > div#topbar > div.topbar_flexArea__aQyJC > div#searchbar | 0.000 |
| 0.000 |
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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.iqiyi.com/static/css/channel_31743c5a.e87e944a.css | 656.5 KiB | 618.1 KiB |
| www.iqiyi.com/static/css/qysdk_536eaa00.323c6246.css | 383.1 KiB | 370.4 KiB |
| www.iqiyi.com/static/css/common-channel.3b92f38a.css | 300.9 KiB | 267.7 KiB |
| www.iqiyi.com/static/css/channel_d91a9049.a1f914df.css | 225.9 KiB | 185.0 KiB |
| www.iqiyi.com/static/css/iqiyi-pcw-ui.90d31d0f.css | 62.1 KiB | 62.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.iqiyi.com/ | 1.3 s | 10 ms | 0.6 ms |
| www.iqiyi.com/static/js/libs.7b95803b.js | 1.0 s | 807 ms | 13 ms |
| Unattributable | 942 ms | 119 ms | 0.0 ms |
| www.iqiyi.com/static/js/channel_7bd12dde.b13bd491.js | 379 ms | 361 ms | 11 ms |
| static.iqiyi.com/js/player_v3/pcweb.mini.17.044.online.js | 314 ms | 203 ms | 17 ms |
| security.iqiyi.com/static/cook/v1/cooksdk.js | 220 ms | 175 ms | 34 ms |
| static.pc.yyb.qq.com/pcyyb-js-sdk/js-sdk/1.0.4/pcyybJsSdk.umd.js | 201 ms | 175 ms | 6.4 ms |
| stc.iqiyipic.com/gaze/fingerprint/1.0.58/fingerprint.umd.min.js | 189 ms | 170 ms | 4.9 ms |
| static.iqiyi.com/js/player_v3/pcweb.wonder.17.044.online.js | 107 ms | 52 ms | 38 ms |
| www.iqiyi.com/static/js/channel_d91a9049.a39d46dd.js | 88 ms | 31 ms | 7.8 ms |
| www.iqiyi.com/static/js/react.cbbf7f74.js | 87 ms | 25 ms | 3.8 ms |
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.2 s |
| Other | 1.6 s |
| Rendering | 461 ms |
| Style & Layout | 455 ms |
| Script Parsing & Compilation | 253 ms |
| Garbage Collection | 61 ms |
| Parse HTML & CSS | 23 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
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 | |
|---|---|
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic0.iqiyipic.com/image/20260414/29/b5/pv_10265781996_em_601.jpg |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic5.iqiyipic.com/image/20260414/03/6b/pv_10265780291_em_601.jpg |
div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR | /qiyue2.0-1768964275839/20260121/未登录.png |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic4.iqiyipic.com/image/20260421/85/bf/pv_10268149249_em_601.jpg |
a > div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_imgWrap__032mK > img.feedZaizhui_itemImg__aU7mw a > div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_imgWrap__032mK > img.feedZaizhui_itemImg__aU7mw | pic7.iqiyipic.com/image/20260421/ba/72/v_189487951_m_601_m3_592_333.webp |
div.feedZaizhui_contentWrap__egd68 > div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_imgWrap__032mK > img.feedZaizhui_itemImg__aU7mw div.feedZaizhui_contentWrap__egd68 > div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_imgWrap__032mK > img.feedZaizhui_itemImg__aU7mw | pic3.iqiyipic.com/image/20260417/da/4a/a_100741024_m_601_m5_592_333.webp |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260420/18aa6ccbe85541cdb933dc4bce5c4e... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20241219/3377446f3a184ccbae03adb7c0a16b... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250417/82c4a87eec18448396326729241c90... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260330/98afde1d4af746e4807de262a7d35d... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20230228/dfc7b4ff094a4f138e953b81eb7a6f... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250225/70d6e6a228d249a7a05cc85443af02... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260331/68d605366ffb4981835ff726cc4c40... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260331/e9c4aa76bd9d439e83ee28e80a152e... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260406/930cbf38d72f4b1db02e3b6d45ec2e... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260304/a16fb298f65b4159857d9dd92f88a5... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250122/f8015aceca764b8d99d4c3a34da896... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260412/e6c784d2ea2c440c9b8913a0aa09aa... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20260421/4f8a9d19b0264f0caa10e939553308... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250126/c1d79074c48e4511bd5160f8a06e5c... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20230823/9c9a5558c9d142b38e92cada706c13... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20241122/83c4f64a908c41dcbc35991789bd20... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20240121/610e7f8c919649d293ecf9ea70f435... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | /lequ/common/lego/20250311/4ddecc1a993349e0a261b6c60bd169... |
a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB a > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | pic4.iqiyipic.com/image/20231110/91/7d/a_100016990_m_601_m128_525_294.avif |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardImgFlolowWrap__beF8C > img.filmFeed_noHovering__VxwQB | m.iqiyipic.com/u0/image/20260421/96/85/pv_4044219394864400_d_601_320_180.avif |
div > div.videoCards_coverFixed__TMxWx > div.cardMemos_cardLabels__7CYS8 > img div > div.videoCards_coverFixed__TMxWx > div.cardMemos_cardLabels__7CYS8 > img | pic2.iqiyipic.com/lequ/common/lego/20260417/b460c16a0e744e6aa8b8aee0b42f8695.png |
a > div.halo_divContainer__czfwR > div.marks_leftContainer__ocIes > img.marks_mark__hrsdg a > div.halo_divContainer__czfwR > div.marks_leftContainer__ocIes > img.marks_mark__hrsdg | pic3.iqiyipic.com/lequ/common/lego/20230618/61146acc86d14ac09c3e6f1ef153a9a1.png |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif | pic3.iqiyipic.com/lequ/common/lego/20241023/afd16edc33c6472b92d93542b8f9e1c1.png |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif | pic1.iqiyipic.com/lequ/common/lego/20241023/8eecbc2eff504d978d0dbf74290e89cf.png |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif | pic1.iqiyipic.com/lequ/common/lego/20241023/8eecbc2eff504d978d0dbf74290e89cf.png |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif | pic1.iqiyipic.com/lequ/common/lego/20241023/8eecbc2eff504d978d0dbf74290e89cf.png |
a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240416/5a2c3f02c5b54771b1047a27cc1f04... |
div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240327/5205828ffa8f4fe3aef4e7b2c00514... |
div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240327/5205828ffa8f4fe3aef4e7b2c00514... |
div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg div.videoListItem_imageContainer__GeagJ > div.halo_divContainer__czfwR > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240327/5205828ffa8f4fe3aef4e7b2c00514... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240416/5a2c3f02c5b54771b1047a27cc1f04... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240327/c30825a9e48e48b78c2f3ef9e76e11... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/308107f863864cd8b364bc428f50f4... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240416/5a2c3f02c5b54771b1047a27cc1f04... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240327/c30825a9e48e48b78c2f3ef9e76e11... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/308107f863864cd8b364bc428f50f4... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240416/5a2c3f02c5b54771b1047a27cc1f04... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240416/5a2c3f02c5b54771b1047a27cc1f04... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240327/c30825a9e48e48b78c2f3ef9e76e11... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg a > div#imgwrap > div.marks_container__VCo-S > img.marks_mark__hrsdg | /lequ/common/lego/20240306/0b3bd1c78a4b4368b4e2da2fb206b5... |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_titleIconWrap__OkCKQ > img.feedZaizhui_title__vK4-N div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_titleIconWrap__OkCKQ > img.feedZaizhui_title__vK4-N | static-s.iqiyi.com/lequ/20250414/0b83404e06b04811b833d7c7173b0c96.svg |
div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq | static-s.iqiyi.com/lequ/20260227/83994a1bc169430fbaeb9357bc05dbc9.svg |
div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq | static-s.iqiyi.com/lequ/20250423/42e82e2bddc84e81935b5a03b79bc0fd.svg |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img | static-s.iqiyi.com/lequ/pc/lwa/imgs/2025_5_30/award_left.svg |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img | static-s.iqiyi.com/lequ/pc/lwa/imgs/2025_5_30/award_right.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.
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 |
|---|
检测到您不在中国大陆,为避免版权地域限制,建议您使用iQIYI国际版(www.iq.com) div.pages_pages__UkzcY > div.internationalWebGuide_container__RT-py > div.internationalWebGuide_descContainer__eDMCE > div |
International users are encouraged to access the iQIYI international website (w… div.pages_pages__UkzcY > div.internationalWebGuide_container__RT-py > div.internationalWebGuide_descContainer__eDMCE > div |
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 |
|---|
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_titleIconWrap__OkCKQ > img.feedZaizhui_title__vK4-N div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_titleIconWrap__OkCKQ > img.feedZaizhui_title__vK4-N |
div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq |
div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq |
div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ |
div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img |
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF |
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img |
div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardBgFllowWrap__r7iJb > img.filmFeed_blurimg__wDiPO div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardBgFllowWrap__r7iJb > img.filmFeed_blurimg__wDiPO |
div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
div.backTop_sideTools__Wecas > div.backTop_iconBtn__EbE33 > div.backTop_iconDiv__EQw9b > img div.backTop_sideTools__Wecas > div.backTop_iconBtn__EbE33 > div.backTop_iconDiv__EQw9b > img |
div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > iframe#yybSharePage body > iframe#yybSharePage |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flexResp_cardRespRow__AA8kt > div.flexResp_cardRespItem_4__NGW-O > div.flexVideoList_flexTilesItem__Pwd-J > a div.flexResp_cardRespRow__AA8kt > div.flexResp_cardRespItem_4__NGW-O > div.flexVideoList_flexTilesItem__Pwd-J > a |
div > div.videoListItem_imageTitleInRow__wyUph > div.videoListItem_imageZoneHover__r2r8- > a div > div.videoListItem_imageTitleInRow__wyUph > div.videoListItem_imageZoneHover__r2r8- > a |
div > div.videoListItem_imageTitleInRow__wyUph > div.videoListItem_imageZoneHover__r2r8- > a div > div.videoListItem_imageTitleInRow__wyUph > div.videoListItem_imageZoneHover__r2r8- > a |
div > div.videoListItem_imageTitleInRow__wyUph > div.videoListItem_imageZoneHover__r2r8- > a div > div.videoListItem_imageTitleInRow__wyUph > div.videoListItem_imageZoneHover__r2r8- > a |
div.compFuncs_simpleWrap__16zQA > div#undefined_3 > div.filmFeed_innerwrap__PJGNr > a div.compFuncs_simpleWrap__16zQA > div#undefined_3 > div.filmFeed_innerwrap__PJGNr > a |
div.compFuncs_simpleWrap__16zQA > div#undefined_8 > div.filmFeed_innerwrap__PJGNr > a div.compFuncs_simpleWrap__16zQA > div#undefined_8 > div.filmFeed_innerwrap__PJGNr > a |
div.compFuncs_simpleWrap__16zQA > div#undefined_12 > div.filmFeed_innerwrap__PJGNr > a div.compFuncs_simpleWrap__16zQA > div#undefined_12 > div.filmFeed_innerwrap__PJGNr > a |
div.compFuncs_simpleWrap__16zQA > div#undefined_18 > div.filmFeed_innerwrap__PJGNr > a div.compFuncs_simpleWrap__16zQA > div#undefined_18 > div.filmFeed_innerwrap__PJGNr > 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
首页
短视频
免费
会员中心
蜜语纪
八千里路
电视剧
短剧
电影
云影院
综艺
少儿
动漫
漫剧
纪录片
知识
游戏
传奇游戏库
体育
直播
新片预告
风云… div.side_outer__3YlZN > div.side_content__d2ONu > div > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
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.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ | static-s.iqiyi.com/lequ/pc/lwa/imgs/2025_5_9/grid_color_bk_2728X600.png | 1136 x 295 (3.85) | 2728 x 600 (4.55) |
div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ | pic3.iqiyipic.com/lequ/pc_imgs/20250912/grid_bk_2728X600.png | 1136 x 274 (4.15) | 2728 x 600 (4.55) |
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF | pic4.iqiyipic.com/image/20260421/85/bf/pv_10268149249_em_601.jpg | 366 x 205 (1.79) | 1200 x 600 (2.00) |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM | pic7.iqiyipic.com/image/20260421/ba/72/v_189487951_m_601_m3_592_333.webp | 366 x 300 (1.22) | 592 x 333 (1.78) |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM | pic3.iqiyipic.com/image/20260413/69/47/a_100566173_m_601_m6_592_333.webp | 366 x 300 (1.22) | 592 x 333 (1.78) |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardBgFllowWrap__r7iJb > img.filmFeed_blurimg__wDiPO div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardBgFllowWrap__r7iJb > img.filmFeed_blurimg__wDiPO | m.iqiyipic.com/u0/image/20260421/96/85/pv_4044219394864400_d_601_320_180.avif | 212 x 288 (0.74) | 320 x 180 (1.78) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | static.iqiyi.com/js/player_v3/pcweb.wonder.17.044.online.js line 14, col 578008 |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://mesh.if.iqiyi.com/aid/ip/info?version=1.0' from origin 'https://www.iqiyi.com' has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. | |
Error: 500
at https://www.iqiyi.com/static/js/qysdk_a18415e4.64b210d3.js:1:329794
at https://www.iqiyi.com/static/js/qysdk_a18415e4.64b210d3.js:1:320582
at Object.next (https://www.iqiyi.com/static/js/qysdk_a18415e4.64b210d3.js:1:320687)
at https://www.iqiyi.com/static/js/qysdk_a18415e4.64b210d3.js:1:320068
at Object.next (https://www.iqiyi.com/static/js/qysdk_a18415e4.64b210d3.js:1:320687)
at a (https://www.iqiyi.com/static/js/qysdk_a18415e4.64b210d3.js:1:319308) | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_titleIconWrap__OkCKQ > img.feedZaizhui_title__vK4-N div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_titleIconWrap__OkCKQ > img.feedZaizhui_title__vK4-N |
div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq |
div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq div.feedZaizhui_itemWrap__+I20S > div.feedZaizhui_textWrap__vqnLm > div.feedZaizhui_titleWrap__fhz9d > img.feedZaizhui_channelIcon__QnKFq |
div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ |
div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img |
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF |
a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF a > div#imgwrap > div.filmFeed_adBgWrap__IpnJD > img.filmFeed_adBg__SA8QF |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkdot__N8PEw |
div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM div > div.compFuncs_simpleWrap__16zQA > div.filmFeed_filmFeed__FD2Yx > img.feedZaizhui_bkimg__wDltM |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img |
div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img div.filmFeed_filmFeed__FD2Yx > div.feedZaizhui_forTop__+vwIN > div.feedZaizhui_fybTitleWrap__TdXkw > img |
div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ div.compFuncs_simpleWrap__16zQA > div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainer__9-Csu > img.flexVideoList_bg__r+tVQ |
div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardBgFllowWrap__r7iJb > img.filmFeed_blurimg__wDiPO div.filmFeed_innerwrap__PJGNr > div#imgwrap > div.filmFeed_cardBgFllowWrap__r7iJb > img.filmFeed_blurimg__wDiPO |
div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img div.flexVideoList_feedContainerwithBg__vtANd > div.flexVideoList_bgContainerTitle__bmV-m > div#title > img |
a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif a > div.undefined > div.metas_row3__g8cHS > img.metas_theater__bXYif |
div.backTop_sideTools__Wecas > div.backTop_iconBtn__EbE33 > div.backTop_iconDiv__EQw9b > img div.backTop_sideTools__Wecas > div.backTop_iconBtn__EbE33 > div.backTop_iconDiv__EQw9b > img |
div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR div.popwin_fullCover__M7yY6 > div.shapedPopup_container__JJ+3v > div > img.shapedPopup_poster__AcIJR |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback