Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 5.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 23.8 MB (7.4 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.
12 image(s) missing alt attribute
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/939ede6e-b159-474d-bd42-23575943b8f5)<a href="https://beavercheck.com/results/939ede6e-b159-474d-bd42-23575943b8f5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fphilstar.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fphilstar.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 5.0s 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.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 5.0s to load
+12% bounceUsers abandon at ~3s — you're 2.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 16.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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
18 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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €3,074/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€3,074 /mo
~€36,890 / year
EUR 120,500,000
if kept compliant
€85 — 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.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,021 / year if left unfixed
€120,500,000
+38 more
€1.72 /mo
23225.4 MB/mo × 0.074 EUR/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.
3.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
15.97 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.336
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.72 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.
57.14 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.
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 |
|---|---|---|
| cdn.izooto.com/scripts/7f8f6a05a790574bc692d74661b9d1a3e286bca4.js | 1.5 KiB | |
| anymind360.com/js/14585/ats.js | 51.4 KiB | |
| www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 4.0 KiB | 174 ms |
| www.philstar.com/js/jquery-1.10.2.min.js | 32.4 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 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.flex > div.main-image-container > a.relative > img.main-image | /creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/performanc... | 265.8 KiB | 212.3 KiB |
div.flex > div.main-image-container > a.relative > img.main-image | /creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/performanc... | 203.4 KiB | 149.9 KiB |
div.flex > div.main-image-container > a.relative > img.main-image | /creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/performanc... | 179.9 KiB | 129.2 KiB |
div.flex > div.main-image-container > a.relative > img.main-image | /creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/performanc... | 153.0 KiB | 109.9 KiB |
div.flex > div.main-image-container > a.relative > img.main-image | /creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/performanc... | 143.6 KiB | 103.2 KiB |
div.flex > div.main-image-container > a.relative > img.main-image | /creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/performanc... | 118.1 KiB | 84.9 KiB |
div.flex > div.main-image-container > a.relative > img.main-image | /creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/performanc... | 91.0 KiB | 65.3 KiB |
div.logo-wrapper > div.logo-container > a.logo > img.svelte-3bqmn7 div.logo-wrapper > div.logo-container > a.logo > img.svelte-3bqmn7 | s8t.teads.tv/creative-c8b53f00-2cff-11f1-9182-25880b6e9f49/logo.jpg | 8.2 KiB | 8.0 KiB |
Dutertes got P181.6M from drug lord, Trillanes says at House impeachment hearing div.tiles_image > div.tiles_overflow_holder > a > img.ls-is-cached | media.philstar.com/photos/2025/09/16/11_2025-09-16_22-29-53536_thumbnail.jpg | 51.8 KiB | 8.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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.
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 |
|---|---|
| philstar.com/ | 870 ms |
| www.philstar.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 |
|---|---|
| www.philstar.com/ | 873 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 |
|---|---|
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light > div.carousel__items_holder | 0.336 |
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light > div.carousel__items_holder | 0.110 |
By Elijah Felice Rosales... div.carousel__items_holder > div.carousel__items > div.carousel__item > div.carousel__item__author | 0.000 |
| 0.000 | |
| 0.000 |
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.
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 | 29.4 s |
| Other | 14.4 s |
| Style & Layout | 3.1 s |
| Script Parsing & Compilation | 1.8 s |
| Rendering | 1.3 s |
| Garbage Collection | 1.1 s |
| Parse HTML & CSS | 487 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| An iframe on the page started a navigation that did not complete. | Not 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 | |
|---|---|
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/assets/share2_27.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/assets/share2_29.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
Vice President Sara Duterte conducts a press conference in Mandaluyong on Febru… tr > td.inside_cell > a > img.inside_image | |
tr > td.inside_cell > a > img.inside_image tr > td.inside_cell > a > img.inside_image | |
3 million servings strong: Birch Tree Fortified Nutrition mission goes nationwi… tr > td.inside_cell > a > img.lazy | |
Motorists drive past no-contact apprehension policy (NCAP) signs along EDSA in … tr > td.inside_cell > a > img.inside_image | |
US President Donald Trump speaks during the NCAA Collegiate National Champions … tr > td.inside_cell > a > img.inside_image | |
â??We think an outright downgrade looks unlikely, barring a prolonged Iran conf… tr > td.inside_cell > a > img.inside_image | |
Blackwater import Robert Upshaw III wins a rebound battle versus San Miguelâ??s… tr > td.inside_cell > a > img.inside_image | |
pamilya stars Janella Salvador and Elisse Joson express how lucky they are to l… tr > td.inside_cell > a > img.inside_image | |
A commercial plane takes off after sunset from Geneva Airport on September 29, … tr > td.inside_cell > a > img.inside_image |
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.
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 how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
‹ div#home_columnists_content > div#home_columnists_actual > div.owl-nav > button.owl-prev |
› div#home_columnists_content > div#home_columnists_actual > div.owl-nav > button.owl-next |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
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.carousel__items > div.carousel__item > div.carousel__item__image > a div.carousel__items > div.carousel__item > div.carousel__item__image > a |
div.carousel__items > div.carousel__item > div.carousel__item__image > a div.carousel__items > div.carousel__item > div.carousel__item__image > a |
div.tiles > div.ribbon > div.ribbon_image > a div.tiles > div.ribbon > div.ribbon_image > a |
tbody > tr > td.inside_cell > a tbody > tr > td.inside_cell > 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.
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 |
|---|
Subscribe div#nav_container > div#div-navig > div#loginLink > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Jose Rodel Clapano div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Delon Porcalla div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Ian Laqui div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Jose Rodel Clapano div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Elijah Felice Rosales... div.carousel__items > div.carousel__item > div.carousel__item__author > a |
TRENDING div#section_checker > div#section_checker_contents > ul#section_checker_sections > li.section_switcher |
BrandSpace Video div.ribbon > div.ribbon_content > div.ribbon_elapsed > a |
How 1 practical move multiplied a shop into 3 div.ribbon_content > div.ribbon_title > h3 > a |
ADVERTISEMENT div#news_main > div.jscroll-inner > div.adp-interscroller-container > div.adp-interscroller-ad-label-top |
div#cookie-message > div#cookie-text > div#cookie-close > input#cookie-button div#cookie-message > div#cookie-text > div#cookie-close > input#cookie-button |
These are opportunities to improve the legibility of your content.
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 |
|---|
Latest div.jscroll-inner > div.news_column > div.typeNews > h4 |
DAILY BREAD div.ribbon_elapsed > div.ribbon_section > a > h6 |
DAILY BREAD div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
HEADLINES div.ribbon_elapsed > div.ribbon_section > a > h6 |
HEADLINES div.ribbon_elapsed > div.ribbon_section > a > h6 |
HEADLINES div.ribbon_elapsed > div.ribbon_section > a > h6 |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tbody > tr > td.inside_cell > a tbody > tr > td.inside_cell > a |
EDITORIAL - Our power, our planet td.inside_cell > div.inside_cell_title_main > h3 > a |
Downgrade ul > li > h3 > a |
Tragic ul > li > h3 > a |
Belmonte to barangays: Reduce energy use ul > li > h3 > a |
Senate labor panel tackles anti-endo bills ul > li > h3 > a |
Palay harvest seen falling to 10-year low ul > li > h3 > a |
BSP tightening expected as inflation risks broaden ul > li > h3 > a |
Blazers stun Spurs after Wemby injury ul > li > h3 > a |
Cool Smashers seek series sweep ul > li > h3 > a |
DOT extends kudos to BINI, Katseye’s Sophia at Coachella ul > li > h3 > a |
Diego Loyzaga: We’re all main characters in life ul > li > h3 > a |
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.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
2 hours ago
Rom… div#news_main > div.jscroll-inner > div#inside_philstar > table#inside_philstar_cells |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics | scripts.jixie.media/onescript/Ph831gCVPL/jx-Ph410831gmQjx.min.js line 11, col 91425 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Unload event listeners are deprecated and will be removed. |
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_CLOSED | |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
TypeError: Cannot read properties of null (reading 'classList')
at <anonymous>:2:45
at t.activateScript (https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:11855)
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:11052
at t.run (https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:11259)
at w (https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:2646)
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:12153
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:12326
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:12329 |
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.
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.
982 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.85 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.804
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.01 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.
35.98 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.
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.
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 |
|---|---|---|
| cdn.izooto.com/scripts/7f8f6a05a790574bc692d74661b9d1a3e286bca4.js | 1.5 KiB | |
| anymind360.com/js/14585/ats.js | 51.4 KiB | |
| www.philstar.com/js/jquery-1.10.2.min.js | 32.4 KiB | |
| www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 4.0 KiB | 66 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 | |
|---|---|---|---|
BUSINESS div#header > div#nav_container > ul#main-navig > li | /design/dt/22959/1757967235/f87c3badcc75446cbd770dd87cae5... | 117.4 KiB | 77.9 KiB |
ENTERTAINMENT div#header > div#nav_container > ul#main-navig > li | /design/dt/22959/1757967257/27247ea829d047d99b3544b6f2874... | 107.2 KiB | 67.7 KiB |
Subscribe div#header > div#nav_container > div#div-navig > div#loginLink | /design/dt/22959/1757967217/58392257de264c2abf4524406dad3... | 93.4 KiB | 53.9 KiB |
| tpc.googlesyndication.com/simgad/3656103552939791419 | 44.3 KiB | 33.6 KiB | |
Relevant.
Witty. Daily
Morning news briefings
from Philstar.com
SIGN-UP
or s… div#sidebar > div#sidebar_padding > div.newsletter-sign-up-wrap > div#newsletter-signup-form | /assets/newsletter/News_Roundup promotion_320x320_MREC ne... | 37.4 KiB | 20.8 KiB |
HEADLINES div.carousel__items_holder > div.carousel__items > div.carousel__item > div.carousel__item__section | /v1/0006tOtUUQdN6AseC5N1CCbzmFszQ2IB27QMjYVyiIMn82RGfPLBo... | 12.8 KiB | 7.4 KiB |
Dutertes got P181.6M from drug lord, Trillanes says at House impeachment hearing div.tiles_image > div.tiles_overflow_holder > a > img.ls-is-cached | media.philstar.com/photos/2025/09/16/11_2025-09-16_22-29-53536_tn.jpg | 20.5 KiB | 7.4 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|
| philstar.com/ | 317 ms |
| www.philstar.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 |
|---|---|
| www.philstar.com/ | 877 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 |
|---|---|
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light | 0.732 |
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light | 0.208 |
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light | 0.153 |
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light | 0.153 |
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light | 0.153 |
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light | 0.101 |
HOMEHEADLINESOPINIONNATIONWORLDBUSINESSSPORTSENTERTAINMENTLIFESTYLE EVENTS COUP… div#content > div#header > div#nav_container > ul#main-navig | 0.072 |
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
By Jose Rodel Cla… body > div#carousel_light | 0.054 |
| 0.001 | |
div#header > div#logo_nav > div#header_burger > span.burger-line div#header > div#logo_nav > div#header_burger > span.burger-line | 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 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.
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 | 8.1 s |
| Other | 3.4 s |
| Style & Layout | 828 ms |
| Script Parsing & Compilation | 617 ms |
| Rendering | 403 ms |
| Garbage Collection | 185 ms |
| Parse HTML & CSS | 126 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| The page did not finish loading before navigating away. | Not 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 | |
|---|---|
Dutertes got P181.6M from drug lord, Trillanes says at House impeachment hearing div.tiles_image > div.tiles_overflow_holder > a > img.ls-is-cached | media.philstar.com/photos/2025/09/16/11_2025-09-16_22-29-53536_tn.jpg |
Palace OKs VP trip to 5 countries div.tiles_image > div.tiles_overflow_holder > a > img.ls-is-cached | /photos/2026/04/22/vp-sara-duterte2026-01-3012-15-05_2026... |
P6 billion in bank movement, P88-million wealth: VP Sara figures questioned by … div.tiles_image > div.tiles_overflow_holder > a > img.ls-is-cached | /photos/2026/04/08/sara-duterte-speech_2026-04-08_14-12-1... |
Vice President Sara Duterte conducts a press conference in Mandaluyong on Febru… div.recommended_cell > div.recommended_image > a > img.ls-is-cached | /photos/2026/04/22/52026-04-2121-27-21_2026-04-22_23-20-4... |
Vice President Sara Duterte div.recommended_cell > div.recommended_image > a > img.ls-is-cached | /photos/2026/04/22/vp-sara-duterte2026-01-3012-15-05_2026... |
div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via > img div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via > img | media.philstar.com/assets/newsletter/Login-options-icons-v2.png |
play div.tiles_overflow_holder > a > div.play_icon > img | media.philstar.com/images/play-button.png |
play div.tiles_overflow_holder > a > div.play_icon > img | media.philstar.com/images/play-button.png |
play div.tiles_overflow_holder > a > div.play_icon > img | media.philstar.com/images/play-button.png |
play div.recommended_image > a > div.play_icon > img | media.philstar.com/images/play-button.png |
play div.recommended_image > a > div.play_icon > img | media.philstar.com/images/play-button.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/assets/share2_27.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/assets/share2_29.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
tw td.inside_cell > div.news_share > a.twitter-share-button > img.share2 | media.philstar.com/images/sharetw_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
fb td.inside_cell > div.news_share > a.fb_share_article > img.share2 | media.philstar.com/images/sharefb_icon.png |
VP Sara net worth hits P88.5 million over 6 years, SALNs show no cash or deposi… div.tiles_image > div.tiles_overflow_holder > a > img.lazy | |
LIVE: House probe into VP Sara impeachment complaints on April 22 div.tiles_image > div.tiles_overflow_holder > a > img.lazy | |
Vice President Sara Duterte conducts a press conference in Mandaluyong on Febru… tr > td.inside_cell > a > img.inside_image | |
tr > td.inside_cell > a > img.inside_image tr > td.inside_cell > a > img.inside_image | |
3 million servings strong: Birch Tree Fortified Nutrition mission goes nationwi… tr > td.inside_cell > a > img.lazy | |
Motorists drive past no-contact apprehension policy (NCAP) signs along EDSA in … tr > td.inside_cell > a > img.inside_image | |
US President Donald Trump speaks during the NCAA Collegiate National Champions … tr > td.inside_cell > a > img.inside_image | |
â??We think an outright downgrade looks unlikely, barring a prolonged Iran conf… tr > td.inside_cell > a > img.inside_image | |
Blackwater import Robert Upshaw III wins a rebound battle versus San Miguelâ??s… tr > td.inside_cell > a > img.inside_image | |
pamilya stars Janella Salvador and Elisse Joson express how lucky they are to l… tr > td.inside_cell > a > img.inside_image | |
A commercial plane takes off after sunset from Geneva Airport on September 29, … tr > td.inside_cell > a > img.inside_image | |
Vice President Sara Duterte speaks to her father, former President Rodrigo Dute… div.recommended_cell > div.recommended_image > a > img.lazy | |
In this photo uploaded on Facebook on March 26, 2026, Vice President Sara Duter… div.recommended_cell > div.recommended_image > a > img.lazy | |
Vice President Sara Duterte attends the 2024 National Brigada Eskwela kick-off … div.recommended_cell > div.recommended_image > a > img.lazy | |
An evening of denim and diamonds: Czarina Ablaza Syquiaâ��s 55th birthday at M… div#sidebar_padding > div.recommended_cell > div.daily_image > img.lazy |
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.
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
6/55 GRAND LOTTO
304351444632
JACKPOT PRIZE:
62,292,600.00 PHP
6/45 MEGA LOTTO
… div#lotto_results_holder > div.widget_lotto_wrap > div.slick-list > div.slick-track |
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.
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 how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
‹ div#home_columnists_content > div#home_columnists_actual > div.owl-nav > button.owl-prev |
› div#home_columnists_content > div#home_columnists_actual > div.owl-nav > button.owl-next |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot div#home_columnists_content > div#home_columnists_actual > div.owl-dots > button.owl-dot |
div.newsletter-sign-up-wrap > div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via div.newsletter-sign-up-wrap > div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via |
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 |
|---|
div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via > img div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via > img |
body > img body > 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.carousel__items > div.carousel__item > div.carousel__item__image > a div.carousel__items > div.carousel__item > div.carousel__item__image > a |
div.carousel__items > div.carousel__item > div.carousel__item__image > a div.carousel__items > div.carousel__item > div.carousel__item__image > a |
div.tiles > div.ribbon > div.ribbon_image > a div.tiles > div.ribbon > div.ribbon_image > a |
tbody > tr > td.inside_cell > a tbody > tr > td.inside_cell > 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.
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 |
|---|
Subscribe div#nav_container > div#div-navig > div#loginLink > a |
HOME div#nav_container > ul#main-navig > li > a.main_navig--active |
HEADLINES div#nav_container > ul#main-navig > li > a |
OPINION div#nav_container > ul#main-navig > li > a |
NATION div#nav_container > ul#main-navig > li > a |
WORLD div#nav_container > ul#main-navig > li > a |
BUSINESS div#nav_container > ul#main-navig > li > a |
SPORTS div#nav_container > ul#main-navig > li > a |
ENTERTAINMENT div#nav_container > ul#main-navig > li > a |
LIFESTYLE div#nav_container > ul#main-navig > li > a |
EVENTS div#nav_container > ul#main-navig > li > a |
COUPONS div#nav_container > ul#main-navig > li > a |
OTHER SECTIONS div#nav_container > ul#main-navig > li > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Jose Rodel Clapano div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Delon Porcalla div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Ian Laqui div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Jose Rodel Clapano div.carousel__items > div.carousel__item > div.carousel__item__author > a |
HEADLINES div.carousel__items > div.carousel__item > div.carousel__item__section > a |
Elijah Felice Rosales... div.carousel__items > div.carousel__item > div.carousel__item__author > a |
BrandSpace Video div.ribbon > div.ribbon_content > div.ribbon_elapsed > a |
How 1 practical move multiplied a shop into 3 div.ribbon_content > div.ribbon_title > h3 > a |
30 div.slick-track > div.item > div.lotto-number > span.num |
43 div.slick-track > div.item > div.lotto-number > span.num |
51 div.slick-track > div.item > div.lotto-number > span.num |
44 div.slick-track > div.item > div.lotto-number > span.num |
46 div.slick-track > div.item > div.lotto-number > span.num |
32 div.slick-track > div.item > div.lotto-number > span.num |
JACKPOT PRIZE:
62,292,600.00 PHP div.slick-list > div.slick-track > div.item > div.lotto-price |
JACKPOT PRIZE: div.slick-track > div.item > div.lotto-price > span.jp |
SmartAsset div.ob-dynamic-rec-container > a.ob-dynamic-rec-link > section.ob-sub-units > span.ob-unit |
Closing as of 5:00 PM div.recommended_cell > div.recommended_content > div#forex_body > p.forex_desc |
div#cookie-message > div#cookie-text > div#cookie-close > input#cookie-button div#cookie-message > div#cookie-text > div#cookie-close > input#cookie-button |
These are opportunities to improve the legibility of your content.
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 |
|---|
Latest div.jscroll-inner > div.news_column > div.typeNews > h4 |
DAILY BREAD div.ribbon_elapsed > div.ribbon_section > a > h6 |
DAILY BREAD div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
NATION div.ribbon_elapsed > div.ribbon_section > a > h6 |
HEADLINES div.ribbon_elapsed > div.ribbon_section > a > h6 |
HEADLINES div.ribbon_elapsed > div.ribbon_section > a > h6 |
HEADLINES div.ribbon_elapsed > div.ribbon_section > a > h6 |
SARA div.recommended_content > div.recommended_tags > a > h4 |
SARA DUTERTE div.recommended_content > div.recommended_tags > a > h4 |
DUTERTE IMPEACHMENT div.recommended_content > div.recommended_tags > a > h4 |
DUTERTE div.recommended_content > div.recommended_tags > a > h4 |
DUTERTE IMPEACHMENT div.recommended_content > div.recommended_tags > a > h4 |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tbody > tr > td.inside_cell > a tbody > tr > td.inside_cell > a |
Downgrade ul > li > h3 > a |
Tragic ul > li > h3 > a |
Pharmacists Licensure Examination ul#exam_results_list > li > h3 > a |
Real Estate Brokers Licensure Examination ul#exam_results_list > li > h3 > a |
Midwives Licensure Examination ul#exam_results_list > li > h3 > a |
Physicians Licensure Examination ul#exam_results_list > li > h3 > a |
Civil Engineers Licensure Examination ul#exam_results_list > li > h3 > a |
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.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
HEADLINES
AMLC flags VP Sara’s P6.7 billion bank transactions
2 hours ago
Rom… div#news_main > div.jscroll-inner > div#inside_philstar > table#inside_philstar_cells |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics | scripts.jixie.media/onescript/Ph831gCVPL/jx-Ph410831gmQjx.min.js line 11, col 91425 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js line 36, col 540 | Error: aiv::err
at N.vv (https://ad.doubleclick.net/ddm/adj/N5631.270598.5432124578521/B35611821.444007010;dc_ver=106.314;dc_eid=40004001;sz=1x1;u_sd=1;gdpr=0;nel=1;dc_adk=121413837;ord=ahowh5;uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..;dc_rfl=2,https%3A%2F%2Fwww.philstar.com%2F$0;xdt=0;crlt=VcrW1yTJSH;cmpl=40;gcsr=m;stc=1;chaa=1;sttr=267;prcl=s:1:53738)
at dp (https://s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js:279:211)
at Ro.na (https://s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js:278:232)
at e.v (https://s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js:85:439)
at wg (https://s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js:89:204)
at sg (https://s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js:89:88)
at Q.D (https://s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js:88:215)
at Zf (https://s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js:82:1572) |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: net::ERR_CONNECTION_CLOSED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
TypeError: Cannot read properties of null (reading 'classList')
at <anonymous>:2:45
at t.activateScript (https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:11855)
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:11052
at t.run (https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:11259)
at w (https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:2646)
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:12153
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:12326
at https://www.philstar.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:12329 |
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 |
|---|
div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via > img div#newsletter-signup-form > div.newsletter-signup-form_container > button#newsletter-signup-form_signup_via > img |
body > img body > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback