Yahoo.com.tw Site Title

Yahoo奇摩

Yahoo.com.tw Meta Description

Yahoo奇摩提供即時新聞、氣象、購物、信箱、搜尋、政治、國際、運動、股市、娛樂、科技、電影、汽機車、旅遊、遊戲。每天賺奇摩值、發掘更多精彩內容、一站獲取豐富生活!

Yahoo.com.tw Test Results

Yahoo.com.tw Mobile Performance: 14/100
Quick overview:
Opportunities
These suggestions can help your page load faster. They don't directly affect the Performance score.
Remove unused JavaScript. Potential savings of 1,587 KiB
Remove unused JavaScript to reduce bytes consumed by network activity. Learn more.
Serve images in next-gen formats. Potential savings of 1,128 KiB
Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more.
Defer offscreen images. Potential savings of 532 KiB
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn more.
Properly size images. Potential savings of 352 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn more.
Avoid multiple page redirects. Potential savings of 1,260 ms
Redirects introduce additional delays before the page can be loaded. Learn more.
Reduce initial server response time. Root document took 980 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more.
Eliminate render-blocking resources. Potential savings of 600 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn more.
Remove unused CSS. Potential savings of 89 KiB
Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. Learn more.
Avoid serving legacy JavaScript to modern browsers. Potential savings of 16 KiB
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn More
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Avoid `document.write()`
For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. Learn more.
Ensure text remains visible during webfont load
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more.
Does not use passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. Learn more.
Image elements do not have explicit `width` and `height`
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn more
Minimize main-thread work
14.9 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn more
Reduce JavaScript execution time
7.3 s
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn more.
Avoid an excessive DOM size
1,718 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn more.
Serve static assets with an efficient cache policy
41 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more.
Avoid enormous network payloads
Total size was 4,423 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn more.
Avoid non-composited animations
2 animated elements found
Animations which are not composited can be janky and increase CLS. Learn more
User Timing marks and measures
19 user timings
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more.
Avoid chaining critical requests
3 chains found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn more.
Avoid long main-thread tasks
20 long tasks found
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn more
Largest Contentful Paint element
1 element found
This is the largest contentful element painted within the viewport. Learn More
Keep request counts low and transfer sizes small
132 requests • 4,423 KiB
To set budgets for the quantity and size of page resources, add a budget.json file. Learn more.

Yahoo.com.tw Mobile SEO: 93/100
Quick overview:
Content Best Practices
Format your HTML in a way that enables crawlers to better understand your app’s content.
Image elements do not have `[alt]` attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more.

Yahoo.com.tw Mobile Best Practices: 73/100
Quick overview:
Trust and Safety
Does not use HTTPS
2 insecure requests found
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.
General
Missing source maps for large first-party JavaScript
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.
Registers an `unload` listener
The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Consider using the `pagehide` or `visibilitychange` events instead. Learn More
Browser errors were logged to the console
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more
User Experience
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more.
Yahoo.com.tw Mobile Progressive Web App: 50/100
Quick overview:
PWA Optimized
Does not set a theme color for the address bar.
The browser address bar can be themed to match your site. Learn more. Failures: No manifest was fetched, No `<meta name="theme-color">` tag found.
Is not configured for a custom splash screen
A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. Learn more. Failures: No manifest was fetched.
Does not register a service worker that controls page and `start_url`
The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. Learn more.
Manifest doesn't have a maskable icon
A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. Learn more. No manifest was fetched
Installable
Web app manifest or service worker do not meet the installability requirements
1 reason
Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. Learn more.
Yahoo.com.tw Mobile Accessibility: 67/100
Quick overview:
Names and labels
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.
Buttons do not have an accessible name
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn more.
Image elements do not have `[alt]` attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more.
Links do not have a discernible name
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 more.
Tables and lists
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more.
Navigation
These are opportunities to improve keyboard navigation in your application.
Heading elements are not in a sequentially-descending order
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.
Best practices
These items highlight common accessibility best practices.
`[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.
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.
Similar tests
www.yahoo.com
www.yahoo.net
www.yahoo.org
www.yahoo.info
www.yahoo.biz
www.yahoo.us
www.yahoo.mobi
www.ahoo.com.tw
www.yahoo.com.tw
www.tahoo.com.tw
www.ytahoo.com.tw
www.tyahoo.com.tw
www.gahoo.com.tw
www.ygahoo.com.tw
www.gyahoo.com.tw
www.hahoo.com.tw
www.yhahoo.com.tw
www.hyahoo.com.tw
www.uahoo.com.tw
www.yuahoo.com.tw
www.uyahoo.com.tw
www.yhoo.com.tw
www.yqhoo.com.tw
www.yaqhoo.com.tw
www.yqahoo.com.tw
www.ywhoo.com.tw
www.yawhoo.com.tw
www.ywahoo.com.tw
www.yshoo.com.tw
www.yashoo.com.tw
www.ysahoo.com.tw
www.yzhoo.com.tw
www.yazhoo.com.tw
www.yzahoo.com.tw
www.yaoo.com.tw
www.yaboo.com.tw
www.yahboo.com.tw
www.yabhoo.com.tw
www.yagoo.com.tw
www.yahgoo.com.tw
www.yaghoo.com.tw
www.yayoo.com.tw
www.yahyoo.com.tw
www.yayhoo.com.tw
www.yauoo.com.tw
www.yahuoo.com.tw
www.yauhoo.com.tw
www.yajoo.com.tw
www.yahjoo.com.tw
www.yajhoo.com.tw
www.yanoo.com.tw
www.yahnoo.com.tw
www.yanhoo.com.tw
www.yaho.com.tw
www.yahio.com.tw
www.yahoio.com.tw
www.yahioo.com.tw
www.yahko.com.tw
www.yahoko.com.tw
www.yahkoo.com.tw
www.yahlo.com.tw
www.yaholo.com.tw
www.yahloo.com.tw
www.yahpo.com.tw
www.yahopo.com.tw
www.yahpoo.com.tw
www.yahoi.com.tw
www.yahooi.com.tw
www.yahok.com.tw
www.yahook.com.tw
www.yahol.com.tw
www.yahool.com.tw
www.yahop.com.tw
www.yahoop.com.tw
Last Tested: