Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 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.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
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.
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 10.9 MB (7.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
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/af48ca1f-94ad-49e8-80c6-3a1067bd6d3b)<a href="https://beavercheck.com/results/af48ca1f-94ad-49e8-80c6-3a1067bd6d3b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpchome.com.tw" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpchome.com.twThis 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 35.1s 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 ~37%.
Page takes 35.1s to load
+12% bounceUsers abandon at ~3s — you're 32.6s 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 272ms 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
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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
94 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
68 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.
TWD 8,000 investment → TWD 60/month returns
TWD 8,000
5h · 5 findings
TWD 60 /mo
~TWD 714 / year
No applicable regulations in this jurisdiction
TWD 2,400 — 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 NT$1600/hr
Based on Taiwan rates (NT$1600/hr)
Start here for the best return on investment
TWD 60 / month at risk
~TWD 714 / year if left unfixed
TWD 60 /mo
23058.9 MB/mo × 2.581 TWD/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.
7.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
35.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
272 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.40 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.
42.77 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.
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 |
|---|---|
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff | 25 ms |
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 | |
|---|---|---|---|
北檢爭議案件進度整理 div.category-news > a > div.photo-box > img | news.pchome.com.tw/features/img/20260324123748009858_1.jpg | 1.3 MiB | 1.3 MiB |
PChome 新聞 車訊情報 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_295_0_1.jpg?t=1776897061%22 | 335.3 KiB | 328.8 KiB |
PChome 新聞 車訊情報 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_295_0_2.jpg?t=1776897061%22 | 187.2 KiB | 180.6 KiB |
中東美伊戰爭 div.category-news > a > div.photo-box > img | news.pchome.com.tw/features/img/20260302145240009692_1.jpg | 202.6 KiB | 152.1 KiB |
2026 醫美、(微)整形新知 div.category-news > a > div.photo-box > img | news.pchome.com.tw/features/img/20260127172524009288_1.jpg | 179.3 KiB | 131.9 KiB |
不斷更新》颱風動態 div.category-news > a > div.photo-box > img | news.pchome.com.tw/features/img/20250724114028009901_1.jpg | 181.6 KiB | 126.1 KiB |
PChome廣告刊登 a > div.slideinner-box > div.photo-box > img.lozad | w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061 | 151.2 KiB | 125.7 KiB |
PChome 新聞 車訊情報 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_295_0_3.jpg?t=1776897061%22 | 125.3 KiB | 119.2 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | /newsdata/finance/aday/20260330/77485281960935330003.jpg?... | 124.5 KiB | 117.3 KiB |
上班族茶水間最新熱搜事件 div.category-news > a > div.photo-box > img | news.pchome.com.tw/features/img/20230621142927009316_1.jpg | 163.7 KiB | 116.3 KiB |
PChome新聞 div.category-news > a > div.photo-box > img | /newsdata/finance/aday/20260320/77398890773910330003.jpg?... | 131.9 KiB | 108.0 KiB |
PChome廣告刊登 a > div.slideinner-box > div.photo-box > img.lozad | w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061 | 119.8 KiB | 94.2 KiB |
PChome廣告刊登 a > div.slideinner-box > div.photo-box > img.lozad | w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061 | 111.9 KiB | 86.4 KiB |
PChome Online Logo div.txt-cell > a.topbar-logo > div.logoAD > object | w6.pchome.com.tw/img/index_2019/img_203_0_0.png?t=1776897061 | 90.0 KiB | 83.7 KiB |
PChome廣告刊登 a > div.slideinner-box > div.photo-box > img.lozad | w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061 | 100.2 KiB | 74.7 KiB |
a > div.p8044_ad_imgtxtdiv > div.p8044_ad_imgtxt > img.p8044_ad_img a > div.p8044_ad_imgtxtdiv > div.p8044_ad_imgtxt > img.p8044_ad_img | /img/user/AC2021091700001/20250402/original/ad_2025040200... | 98.8 KiB | 71.6 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | /newsdata/finance/aday/20251127/76423014428228330003.jpg?... | 71.8 KiB | 64.5 KiB |
PChome 新聞 車訊情報 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_295_0_4.jpg?t=1776897061 | 102.3 KiB | 58.3 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_312_0_2.jpg?t=1605054663 | 85.6 KiB | 52.9 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_315_0_4.jpg?t=1605054663 | 75.5 KiB | 51.6 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | /newsdata/living/aday/20251110/76274312897867330009.jpg?t... | 50.9 KiB | 44.4 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_301_0_4.jpg?t=1605054663 | 66.6 KiB | 42.5 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_314_0_6.jpg?t=1605054663 | 60.4 KiB | 36.6 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_298_0_0.jpg?t=1605054663 | 59.7 KiB | 35.8 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_292_0_1.jpg?t=1776897061%22 | 41.3 KiB | 34.1 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_318_0_1.jpg?t=1605054663 | 47.4 KiB | 33.3 KiB |
純網銀2大限制鬆綁 樂天銀有望首先適用 a > div.slideinner-box > div.photo-box > img.lozad | pchome.megatime.com.tw/stockimage/news/20260423_17768888707252041003 | 61.1 KiB | 32.7 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_313_0_5.jpg?t=1605054663 | 55.3 KiB | 31.5 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_296_0_6.jpg?t=1605054663 | 63.4 KiB | 30.7 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_299_0_6.jpg?t=1605054663 | 50.9 KiB | 26.9 KiB |
借據應該怎麼寫?關於寫借據的一些建議事項! a > div.slideinner-box > div.photo-box > img.lozad | news.pchome.com.tw/newsdata/law/morenews/20260423/74467451730398350029.jpg | 54.0 KiB | 22.1 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_297_0_0.jpg?t=1605054663 | 45.1 KiB | 21.1 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_292_0_2.jpg?t=1776897061%22 | 26.5 KiB | 20.7 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_292_0_4.jpg?t=1776897061%22 | 28.9 KiB | 19.2 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_291_0_3.jpg?t=1776897061%22 | 22.4 KiB | 15.9 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_291_0_0.jpg?t=1776897061%22 | 22.4 KiB | 15.9 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_300_0_6.jpg?t=1605054663 | 35.4 KiB | 14.6 KiB |
PChome新聞 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_292_0_3.jpg?t=1776897061 | 37.9 KiB | 14.0 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_316_0_6.jpg?t=1605054663 | 42.2 KiB | 9.6 KiB |
PChome廣告刊登 a > div.slideinner-box > div.photo-box > img.lozad | w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061 | 37.0 KiB | 8.6 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_303_0_1.jpg?t=1605054663 | 32.6 KiB | 8.6 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_311_0_2.jpg?t=1605054663 | 24.4 KiB | 6.6 KiB |
PChome新聞 a.txt-table > div.txt-cell > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_291_0_4.jpg?t=1776897061%22 | 12.5 KiB | 6.0 KiB |
圖檔 div.category-news > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_317_0_3.jpg?t=1605054663 | 37.0 KiB | 4.3 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.
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 |
|---|---|
| pchome.com.tw/ | 1.1 s |
| www.pchome.com.tw/ | 7.0 s |
| www.m.pchome.com.tw/ | 0.0 ms |
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.m.pchome.com.tw/css/style-t062461635.min.css | 22.6 KiB | 14.6 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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-6LET9Q1GRN&cx=c>m=4e64k1h1 | 153.2 KiB | 62.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WV668QJ7 | 127.0 KiB | 61.1 KiB |
| /ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb76... | 37.9 KiB | 29.3 KiB |
| cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js | 28.3 KiB | 25.1 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 |
|---|---|---|---|
| Unattributable | 1.7 s | 8.4 ms | 0.2 ms |
| www.m.pchome.com.tw/ | 1.4 s | 22 ms | 13 ms |
| code.jquery.com/jquery-3.6.3.min.js | 1.4 s | 530 ms | 6.4 ms |
| ad-specs.guoshipartners.com/static/js/isip.js | 773 ms | 241 ms | 4.1 ms |
| www.googletagmanager.com/gtag/js?id=G-6LET9Q1GRN&cx=c>m=4e64k1h1 | 235 ms | 191 ms | 40 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WV668QJ7 | 203 ms | 163 ms | 33 ms |
| /ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb76... | 129 ms | 25 ms | 13 ms |
| www.pchome.com.tw/js/index_2019.js?20260123a | 62 ms | 54 ms | 1.4 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 |
|---|---|
| Other | 2.5 s |
| Style & Layout | 1.5 s |
| Script Evaluation | 1.4 s |
| Rendering | 613 ms |
| Parse HTML & CSS | 149 ms |
| Script Parsing & Compilation | 143 ms |
| Garbage Collection | 19 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: // var p_217_random=1; var Stop_Load_A… | 15.0 KiB | 5.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
天氣圖示 div.txt-cell > a.weather-widget > div.widget-info > img.widget-icon | www.m.pchome.com.tw/img/svg/wh07.svg |
star div.page > div.row > p > img | www.m.pchome.com.tw/img/svg/icon-star4.svg |
star div.page > div.row > p > img | www.m.pchome.com.tw/img/svg/icon-star4.svg |
star div.page > div.row > p > img | www.m.pchome.com.tw/img/svg/icon-star4.svg |
icon div.stock-box > div.lt > b.index > img | www.m.pchome.com.tw/img/svg/icon-arrow-up-bold.svg |
icon div.rt > div.b-b1 > b.index > img | www.m.pchome.com.tw/img/svg/icon-arrow-up-bold.svg |
icon div.rt > div.b-b1 > b.index > img | www.m.pchome.com.tw/img/svg/icon-arrow-up-bold.svg |
icon div.rt > div.b-b1 > b.index > img | www.m.pchome.com.tw/img/svg/icon-arrow-up-bold.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 |
|---|
div > div.search-box > div.txt-cell > input#q div > div.search-box > div.txt-cell > input#q |
除權息 div.navbar-box > ul.menulist > li > a |
ETF div.navbar-box > ul.menulist > li > a |
今日運勢 div.navbar-box > ul.menulist > li > a |
星座 div.navbar-box > ul.menulist > li > a |
熱門排行 div.navbar-box > ul.menulist > li > a |
好日子 div.navbar-box > ul.menulist > li > a |
打卡點 div.navbar-box > ul.menulist > li > a |
兔日衝雞 方位煞西46歲 div.page > div.row > div.zodiac > span.line-1 |
273.36 div.page > div.stock-box > div.lt > b.index |
2.40 div.stock-box > div.rt > div.b-b1 > b.index |
3.00 div.stock-box > div.rt > div.b-b1 > b.index |
3.30 div.stock-box > div.rt > div.b-b1 > b.index |
更新 2026/04/22 13:35:00 div.trippleslide > div.page > div.info-box > span |
成交排行 div.trippleslide > div.page > div.btn-box > a.p-lr12 |
大盤 div.trippleslide > div.page > div.btn-box > a.p-lr12 |
除權息 div.trippleslide > div.page > div.btn-box > a.p-lr12 |
優惠 div > div.slide-page > div.btn-box > a.p-lr12 |
全台 div > div.slide-page > div.btn-box > a.p-lr12 |
全國 div > div.slide-page > div.btn-box > a.p-lr12 |
世界 div > div.slide-page > div.btn-box > a.p-lr12 |
旅遊 div > div.slide-page > div.btn-box > a.p-lr12 |
遺產 div > div.slide-page > div.btn-box > a.p-lr12 |
醫美新制 div > div.slide-page > div.btn-box > a.p-lr12 |
猛健樂 div > div.slide-page > div.btn-box > a.p-lr12 |
瘦瘦針 div > div.slide-page > div.btn-box > a.p-lr12 |
廣告刊登| 隱私權聲明| 消費者保護| 兒童網路安全 div.container > div.wrap > div.copyright-box > div.copyright-link |
廣告刊登 div.wrap > div.copyright-box > div.copyright-link > a |
隱私權聲明 div.wrap > div.copyright-box > div.copyright-link > a |
消費者保護 div.wrap > div.copyright-box > div.copyright-link > a |
兒童網路安全 div.wrap > div.copyright-box > div.copyright-link > a |
投資人聯絡| About PChome| 徵才| 著作權保護 div.container > div.wrap > div.copyright-box > div.copyright-link |
投資人聯絡 div.wrap > div.copyright-box > div.copyright-link > a |
About PChome div.wrap > div.copyright-box > div.copyright-link > a |
徵才 div.wrap > div.copyright-box > div.copyright-link > a |
著作權保護 div.wrap > div.copyright-box > div.copyright-link > a |
網路家庭版權所有、轉載必究
Copyright PChome Online PChome Online and PChome are trademarks … div.container > div.wrap > div.copyright-box > div.copyright-text |
Copyright PChome Online PChome Online and PChome are trademarks of PChome Onlin… div.wrap > div.copyright-box > div.copyright-text > p |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.flyingcarpet-box > div.flyingcarpet-clip > div.flyingcarpet-container > iframe div.flyingcarpet-box > div.flyingcarpet-clip > div.flyingcarpet-container > iframe |
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 |
|---|
PChome Online Logo div.wrap > div.logo-bar > div.txt-cell > a.topbar-logo |
Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. Learn more about alt text for `object` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PChome Online Logo div.txt-cell > a.topbar-logo > div.logoAD > object |
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 |
|---|
鬆柔歌訣:虛實步.頭目搣.詩生活
鬆柔歌訣:虛實步.頭目搣.詩生活 作者:蔡璧名 出版社:時報文化 出版日期:2025-01-21 00:00:00 醫道… div.container > div.wrap > div.row > ul.category-list |
Google Gemini 3 橫空出世!TPU概念股成資金新寵,誰是這波 AI 反攻號角的受惠者?
隨著 Google 最新一代殺手級模型 Gemini… div#aday > div.wrap > div.row > ul.category-list |
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 |
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.
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 |
|---|
div.topbar > div.topbar2-box > div.txt-cell > a.topbar-menubtn div.topbar > div.topbar2-box > div.txt-cell > a.topbar-menubtn |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
52 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.077
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.47 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.
14.71 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.
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 | |
|---|---|---|---|
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-b.ecimg.tw/items/DCALAUD900BJCD2/000002_1625546174.jpg | 422.1 KiB | 416.9 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-d.ecimg.tw/items/DAAG01A900HL8TY/000002_1774840637.jpg | 417.8 KiB | 412.6 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-b.ecimg.tw/items/DGCF41A900JW066/000002_1776340808.jpg | 399.6 KiB | 394.3 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DYAV51A900JTHPY/000002_1773644317.jpg | 344.0 KiB | 338.8 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DMABP5A900I86D3/000002_1760581237.jpg | 334.1 KiB | 328.9 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-e.ecimg.tw/items/DAAG0SA900F4C0P/000002_1774601498.jpg | 330.5 KiB | 325.3 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-f.ecimg.tw/items/DMABP5A900HG301/000002_1759893988.jpg | 319.0 KiB | 313.8 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DBARHIA900ILIHX/007002_1774261482.jpg | 313.2 KiB | 307.9 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DABL02A900AW4JZ/000002_1767083814.jpg | 308.9 KiB | 303.7 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-e.ecimg.tw/items/DRAH78A900HS6JB/000002_1725438604.jpg | 209.1 KiB | 203.8 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-d.ecimg.tw/items/DGCF41A900IKZG2/000002_1760318090.jpg | 203.4 KiB | 198.2 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-c.ecimg.tw/items/DBAJ8UA900HPB4A/000002_1746288066.jpg | 190.1 KiB | 184.8 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DGCQ39A900JTSI9/000002_1773805924.jpg | 153.9 KiB | 148.7 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-c.ecimg.tw/items/QAAY4AD9009HR08/000002_1640573394.jpg | 148.0 KiB | 142.7 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-b.ecimg.tw/items/DAAG1RA900B3ZX8/000002_1759310256.jpg | 138.1 KiB | 133.7 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-d.ecimg.tw/items/DYAWC6A900JT46A/000002_1776694662.jpg | 136.6 KiB | 132.2 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-e.ecimg.tw/items/DYALRYA900JRN9J/000002_1775004688.jpg | 135.9 KiB | 131.5 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-f.ecimg.tw/items/DYCO0CA900JDX24/000002_1761701664.jpg | 132.5 KiB | 128.2 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-e.ecimg.tw/items/DAAG8WA900GP1PQ/000002_1761013048.jpg | 125.2 KiB | 121.1 KiB |
div.topslide-page > a > div.photo-box > img div.topslide-page > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061 | 151.2 KiB | 118.2 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-e.ecimg.tw/items/DGCQ39A900JSZVL/000002_1773200957.jpg | 123.2 KiB | 117.9 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-b.ecimg.tw/items/DAAG0WA900ANH66/000002_1761185917.jpg | 118.5 KiB | 113.2 KiB |
a > div.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_223_0_0.jpg?t=1776897061 | 117.5 KiB | 99.8 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DYAQ9MA900IUNC8/000002_1772466820.jpg | 91.9 KiB | 89.0 KiB |
div.topslide-page > a > div.photo-box > img div.topslide-page > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061 | 119.8 KiB | 86.7 KiB |
div.topbar-logo > a.txt-inlineblock > div.logoAD > object div.topbar-logo > a.txt-inlineblock > div.logoAD > object | w6.pchome.com.tw/img/index_2019/img_201_0_0.png?t=1776897061 | 90.0 KiB | 84.8 KiB |
div.topslide-page > a > div.photo-box > img div.topslide-page > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_284_0_0.png?t=1776897061 | 114.9 KiB | 81.9 KiB |
div.topslide-page > a > div.photo-box > img div.topslide-page > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061 | 111.9 KiB | 78.9 KiB |
div.topslide-page > a > div.photo-box > img div.topslide-page > a > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061 | 100.2 KiB | 67.1 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-d.ecimg.tw/items/DXAO6XA900GL43M/000002_1746511623.jpg | 59.9 KiB | 58.0 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-c.ecimg.tw/items/QFBW15A9007OROY/000002_1734509822.jpg | 61.2 KiB | 56.4 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-c.ecimg.tw/items/DBCRPBA900IDUQM/000002_1747794612.jpg | 57.7 KiB | 53.2 KiB |
a > div.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img | pchome.megatime.com.tw/stockimage/news/20260423_17768888707252041003 | 61.1 KiB | 43.4 KiB |
a > div.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_212_0_0.jpg?t=1776897061 | 75.9 KiB | 42.9 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DBCRP5A900JG4KG/000002_1763003185.jpg | 40.8 KiB | 35.6 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-a.ecimg.tw/items/DYAJEPA900JSHHX/002002_1773051005.jpg | 34.2 KiB | 33.1 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-f.ecimg.tw/items/DBCRPBA900I0LNP/000002_1729764952.jpg | 35.1 KiB | 32.3 KiB |
a > div.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_222_0_0.jpg?t=1776897061 | 65.3 KiB | 32.2 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-f.ecimg.tw/items/DBCRPBA900IUKGX/000002_1750299773.jpg | 34.7 KiB | 31.9 KiB |
a > div.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img | w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061 | 37.0 KiB | 19.4 KiB |
a > div.p8044_ad_imgtxtdiv > div.p8044_ad_imgtxt > img.p8044_ad_img a > div.p8044_ad_imgtxtdiv > div.p8044_ad_imgtxt > img.p8044_ad_img | kdpic.pchome.com.tw/img/ad_202603300001.jpg | 29.3 KiB | 19.2 KiB |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img | cs-e.ecimg.tw/items/DBCRPBA900ICQ4L/000002_1739345324.jpg | 17.5 KiB | 12.3 KiB |
a > div.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img | /newsdata/healthcare/healthnews/20260422/1776859200164962... | 28.7 KiB | 11.1 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 |
|---|---|---|
| www.pchome.com.tw/css/style2020_light_off.min.css?20260123a | 60.6 KiB | 401 ms |
| www.pchome.com.tw/js/index_2019.js?20260123a | 9.0 KiB | |
| www.pchome.com.tw/js/jquery.cookie.js | 1.0 KiB | |
| www.pchome.com.tw/js/index.js?20260123a | 7.4 KiB | 80 ms |
| /ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb76... | 38.3 KiB | 412 ms |
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 30.4 KiB | 411 ms |
| cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js | 29.0 KiB | 380 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css | 1.3 KiB | 268 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js | 10.0 KiB | 319 ms |
| cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css | 3.2 KiB | 268 ms |
| cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.css | 3.1 KiB | 268 ms |
| cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css | 1.0 KiB | 268 ms |
| cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js | 1.6 KiB | 202 ms |
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 |
|---|---|
| pchome.com.tw/ | 520 ms |
| www.pchome.com.tw/ | 0.0 ms |
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 |
|---|---|---|
| fonts.googleapis.com/earlyaccess/notosanstc.css | 292.6 KiB | 292.6 KiB |
| /css?family=Noto+Sans+TC:100,300,400,500,700,900&display=... | 195.2 KiB | 195.2 KiB |
| www.pchome.com.tw/css/style2020_light_off.min.css?20260123a | 60.5 KiB | 52.6 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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604200101/show_ads_impl_fy... | 177.5 KiB | 135.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-QB624SM9W2&cx=c>m=4e64k1 | 169.6 KiB | 68.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-11PNPDB1Q1&cx=c>m=4e64k1h1 | 170.5 KiB | 68.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KKDQDMN | 124.6 KiB | 64.0 KiB |
| news.pchome.com.tw/js/highcharts/highcharts.js | 70.9 KiB | 61.6 KiB |
| news.pchome.com.tw/js/highcharts/highcharts.js | 70.9 KiB | 31.9 KiB |
| /ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb76... | 37.9 KiB | 29.0 KiB |
| cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js | 28.3 KiB | 25.1 KiB |
| news.pchome.com.tw/js/jquery-3.7.1.min.js | 29.7 KiB | 22.6 KiB |
| news.pchome.com.tw/js/jquery-3.7.1.min.js | 29.7 KiB | 22.2 KiB |
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 |
|---|---|
| Other | 933 ms |
| Style & Layout | 644 ms |
| Script Evaluation | 616 ms |
| Rendering | 277 ms |
| Script Parsing & Compilation | 92 ms |
| Parse HTML & CSS | 74 ms |
| Garbage Collection | 21 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/earlyaccess/notosanstc.css | 292.8 KiB | 30.3 KiB |
| /css?family=Noto+Sans+TC:100,300,400,500,700,900&display=... | 195.6 KiB | 20.5 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.
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
純網銀2大限制鬆綁 樂天銀有望首先適用
純網銀開業滿3年後,資本需求與經營彈性問題逐步浮現。金管會著手調整相關監理規範,宣布將修正「商業銀行設立標準」第18條… div.topslide > div.slick-list > div.slick-track > div.slick-slide |
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 |
|---|
搜尋 div.txt-cell > div.search-group > div.search-btn > span |
▲273.36 (0.73) div#istock > a > div.tripple-box > span |
普通 a > div.tripple-box > div.txt-cell > b |
TOP div.footer-wrap > div.float-box > div.gotop-icon > span |
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.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img |
div.topslide-page > a > div.photo-box > img div.topslide-page > a > div.photo-box > img |
div.txt-cell > a > div.photo-box > img div.txt-cell > a > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a > div.photo-box > img div.txt-cell > a > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.youtuberbox > a.a-link > div.photo-box > img.top div.youtuberbox > a.a-link > div.photo-box > img.top |
div > a > div.photo-box > img div > a > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.p-tb16 > a > div.photo-box > img.lozad div.p-tb16 > a > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
div.p-r16 > a > div.photo-box > img.lozad div.p-r16 > a > div.photo-box > img.lozad |
div.p-r16 > a > div.photo-box > img.lozad div.p-r16 > a > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.txt-cell > ul#whoareyou_w > li.mode-switch > input#darkSwitch div.txt-cell > ul#whoareyou_w > li.mode-switch > input#darkSwitch |
div.content-titlebox > div.customize > label#my_ec > input#mycheckbox div.content-titlebox > div.customize > label#my_ec > input#mycheckbox |
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 |
|---|
div.slick-slide > div > div.topslide-page > iframe div.slick-slide > div > div.topslide-page > iframe |
div.txt-table > div.txt-cell > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.txt-table > div.txt-cell > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.txt-table > div.txt-cell > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.txt-table > div.txt-cell > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.txt-cell > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.txt-cell > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.flt-right > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.flt-right > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.flt-right > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.flt-right > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.p-t8 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.p-t8 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.p-t8 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.p-t8 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.p-t8 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.p-t8 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.p-tb16 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.p-tb16 > div.ad-box > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
div.txt-row > div.txt-cell > ins.asynpchomead > iframe#pchome8044_ad_frame1 div.txt-row > div.txt-cell > ins.asynpchomead > iframe#pchome8044_ad_frame1 |
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.topbar-toprow > div.txt-cell > div.topbar-logo > a.txt-inlineblock div.topbar-toprow > div.txt-cell > div.topbar-logo > a.txt-inlineblock |
div.slick-slide > div > div.topslide-page > a div.slick-slide > div > div.topslide-page > a |
div.p-tb16 > div.bottopic-box > div > a div.p-tb16 > div.bottopic-box > div > a |
Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. Learn more about alt text for `object` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.topbar-logo > a.txt-inlineblock > div.logoAD > object div.topbar-logo > a.txt-inlineblock > div.logoAD > object |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
火報記者 張舜傑/報導 狗狗用嘴探索世界,輕咬在幼犬時期尤其常見,問題不在「有沒有咬」,而在於力道、頻率與當下情緒。若沒有正確引導,玩耍中的咬會逐漸失控;若忽… div.hotNews > div.photo-box > div.image-txt-wrap > h6.image-txt |
王勝偉創最年長代打開轟紀錄 悍將仍不敵桃猿 div.txt-table > div.txt-cell > a.a-link > h6.p-t16 |
68歲女喝完汽水倒地昏厥 竟是觸發「迷走神經」過度反應 div.txt-table > div.txt-cell > a.a-link > h6.p-t16 |
App Store 串聯永續理念 大霈分享應用數位工作做環保 div.txt-cell > div.youtuberbox > a.a-link > h5.p-tb8 |
美伊和平協議前景不明 國際油價上揚 div.txt-cell > div.topicslider-box > a.a-link > h4.txt-black |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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.
| Description |
|---|
TypeError: Cannot read properties of undefined (reading 'parent_name')
at Object.success (eval at <anonymous> (https://www.pchome.com.tw/js/index_2019.js?20260123a:1:1), <anonymous>:1:22064)
at c (https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js:2:25304)
at Object.fireWith [as resolveWith] (https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js:2:26053)
at l (https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js:2:77782)
at XMLHttpRequest.<anonymous> (https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js:2:80265) |
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 |
|---|
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
大盤 div.txt-cell > div.topbar-menulist > span > a |
吉時 div.txt-cell > div.topbar-menulist > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > a |
div.txt-table > div.txt-cell > span > a div.txt-table > div.txt-cell > span > 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 |
|---|
a > div.hotNews > div.photo-box > img a > div.hotNews > div.photo-box > img |
div.topslide-page > a > div.photo-box > img div.topslide-page > a > div.photo-box > img |
div.txt-cell > a > div.photo-box > img div.txt-cell > a > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a > div.photo-box > img div.txt-cell > a > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.txt-cell > a.a-link > div.photo-box > img.top div.txt-cell > a.a-link > div.photo-box > img.top |
div.youtuberbox > a.a-link > div.photo-box > img.top div.youtuberbox > a.a-link > div.photo-box > img.top |
div > a > div.photo-box > img div > a > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.topicslider-box > a.a-link > div.photo-box > img div.topicslider-box > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.txt-cell > a.a-link > div.photo-box > img div.txt-cell > a.a-link > div.photo-box > img |
div.p-tb16 > a > div.photo-box > img.lozad div.p-tb16 > a > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
div.p-r16 > a > div.photo-box > img.lozad div.p-r16 > a > div.photo-box > img.lozad |
div.p-r16 > a > div.photo-box > img.lozad div.p-r16 > a > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
a > div.txt-cell > div.photo-box > img.lozad a > div.txt-cell > div.photo-box > img.lozad |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback