Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
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.
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 39.4 MB (20.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/26a6143f-b82f-477d-b236-c21a2433a474)<a href="https://beavercheck.com/results/26a6143f-b82f-477d-b236-c21a2433a474"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frappler.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frappler.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 20.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 20.4s to load
+12% bounceUsers abandon at ~3s — you're 17.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 14.2s
+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
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
1 broken link(s) on the page
+2% 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.
$500 investment → $5.13/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5.13 /mo
~$62 / year
USD 157,500
if kept compliant
$150 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,130 / month at risk
~$157,562 / year if left unfixed
$157,500
+6 more
$5.13 /mo
64134.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14.17 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
29.29 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.
89.40 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
LIVE: ICC decides on jurisdiction in Duterte case ul.glide__slides > li.glide__slide > div.glide__portrait-video > img.youtube-video__image-overlay | i.ytimg.com/vi/tOhkC74_aDQ/maxresdefault.jpg | 417.1 KiB | 376.4 KiB |
Rappler Recap: Duterte loses appeal as ICC chamber upholds jurisdiction ul.glide__slides > li.glide__slide > div.glide__portrait-video > img.youtube-video__image-overlay | i.ytimg.com/vi/CnK4nTeJZJQ/maxresdefault.jpg | 400.8 KiB | 360.1 KiB |
Rappler Recap: What the impeachment hearing revealed about Sara Duterte’s wealth ul.glide__slides > li.glide__slide > div.glide__portrait-video > img.youtube-video__image-overlay | i.ytimg.com/vi/ANqzkZ9sjls/maxresdefault.jpg | 127.2 KiB | 86.5 KiB |
Day 3 of Sara Duterte impeachment hearing focuses on alleged unexplained wealth ul.glide__slides > li.glide__slide > div.glide__portrait-video > img.youtube-video__image-overlay | i.ytimg.com/vi/GgD3NcdFxm8/maxresdefault.jpg | 103.5 KiB | 62.8 KiB |
Duterte at The Hague: ICC ruling could send him home – or not ul.glide__slides > li.glide__slide > div.glide__portrait-video > img.youtube-video__image-overlay | i.ytimg.com/vi/HhsnTFp-DIM/maxresdefault.jpg | 103.3 KiB | 62.6 KiB |
Kaufman on ICC jurisdiction decision: Not surprised, focusing on road ahead ul.glide__slides > li.glide__slide > div.glide__portrait-video > img.youtube-video__image-overlay | i.ytimg.com/vi/3QjPar4xYsA/maxresdefault.jpg | 95.6 KiB | 54.9 KiB |
ICC upholds jurisdiction over Duterte case | The wRap ul.glide__slides > li.glide__slide > div.glide__portrait-video > img.youtube-video__image-overlay | i.ytimg.com/vi/bc-cD8F3M9Y/maxresdefault.jpg | 95.5 KiB | 54.9 KiB |
PAGASA: El Niño has 79% chance of emerging within months article.post-card > div.post-card__more-secondary-image > a > img.wp-image-3172172 | imagesnep.admaster.cc/ML/36e4a571ce8e2c2d48d4459055d40aaf__scv1__622x368.webp | 36.8 KiB | 34.4 KiB |
Rappler Recap: What happened to ex-DPWH usec Cathy Cabral? article.post-card > div.post-card__more-secondary-image > a > img.wp-image-3069493 | /tachyon/2025/09/catalina-cabral-dpwh-house-infra-comm-he... | 36.9 KiB | 32.8 KiB |
Martin Romualdez barred from leaving PH over alleged corruption article.post-card > div.post-card__more-secondary-image > a > img.wp-image-3074700 | /tachyon/2025/09/martin-romualdez-resigns-speaker-congres... | 32.1 KiB | 28.0 KiB |
| tpc.googlesyndication.com/simgad/7540124996002158045 | 25.3 KiB | 22.7 KiB | |
Economists push for lower tariffs for out-quota corn imports to cushion price i… article.post-card > div.post-card__more-secondary-image > a > img.wp-image-3171874 | /tachyon/2026/04/Corn_Farming_in_the_Philippines.jpg?resi... | 24.8 KiB | 20.6 KiB |
| m.media-amazon.com/images/I/71rH4vEE4nL._SX425_.jpg | 17.2 KiB | 17.0 KiB | |
Who is Jose Raulito Paras, a key figure in Romualdez-linked dealings? article.post-card > div.post-card__more-secondary-image > a > img.wp-image-3171908 | /tachyon/2026/04/JOSE-PARAS.jpg?resize=160%2C160&crop=254... | 18.1 KiB | 13.9 KiB |
Rappler Recap: Duterte loses appeal as ICC chamber upholds jurisdiction article.post-card > div.post-card__more-secondary-image > a > img.wp-image-3150664 | /tachyon/2026/02/Duterte-ICC-February-26-2026.jpg?resize=... | 16.3 KiB | 12.2 KiB |
| m.media-amazon.com/images/I/61P7opT9hSL._SX425_.jpg | 8.8 KiB | 8.7 KiB |
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.rappler.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 30.1 KiB | 150 ms |
| www.rappler.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5.2 KiB | |
| /v/dt/dt-2.1.7/fc-5.0.1/r-3.0.3/sc-2.4.3/datatables.min.c... | 5.1 KiB | 759 ms |
| /content/themes/rappler/build/rappler-theme-style.2d8f990... | 51.5 KiB | 301 ms |
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 |
|---|---|
| rappler.com/ | 991 ms |
| www.rappler.com/ | 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 |
|---|---|---|
| /content/themes/rappler/build/rappler-theme-style.2d8f990... | 51.1 KiB | 47.2 KiB |
| /*! normalize.css v8.0.1 | MIT License | github.com/necol... | 34.5 KiB | 30.1 KiB |
| www.rappler.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.3 | 14.9 KiB | 14.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 33.6 s |
| Other | 11.3 s |
| Script Parsing & Compilation | 3.4 s |
| Style & Layout | 2.6 s |
| Garbage Collection | 2.0 s |
| Parse HTML & CSS | 1.5 s |
| Rendering | 937 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 |
|---|---|
| An iframe on the page started a navigation that did not complete. | Not actionable |
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 |
|---|---|---|
| s3.amazonaws.com/script-tags/owHCMR.js | 19.9 KiB | 3.5 KiB |
| inline: window.addEventListener("message… | 4.1 KiB | 2.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
RAPPLER
CLOSE MENU
LATEST NEWS
VIDEO
COMMUNITIES
PHILIPPINES
INVESTIGATIVE
INSI… header.site-header > div.masthead > div.masthead__nav > div#burger-nav-overlay |
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 |
|---|
SUPPORT div.masthead__secondary > ul > li > a.masthead__secondary-donate |
These are opportunities to improve the legibility of your content.
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 |
|---|
header.site-header > div.masthead > div.masthead__search > a.search header.site-header > div.masthead > div.masthead__search > a.search |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.has-js html.has-js |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | cdn.adpushup.com/prebid/pb.43681.1770041161762.js line 11, col 32305 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=1258' from origin 'https://www.rappler.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://aps.zqtk.net/92bb6886-83?url=https%3A%2F%2Fwww.rappler.com%2F' from origin 'https://www.rappler.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () | |
ReferenceError: rappler is not defined
at Object.<anonymous> (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:1089)
at n (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:110)
at Module.<anonymous> (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:5418)
at n (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:110)
at https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:904
at https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:913 | |
api.deep.bi/v3/init.js line 2, col 29647 | TypeError: Cannot read properties of undefined (reading 'get')
at e.value (https://api.deep.bi/v3/init.js:3:29648)
at <anonymous>:3:59
at <anonymous>:2:322 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.rappler.com/section/video | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
776 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.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.
20.01 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Remember: 100 randomly selected customers have received this invitation and the… div#recipe-row > div.col-xs-12 > span#txt11 > span#txt12 | i.ytimg.com/vi/tOhkC74_aDQ/maxresdefault.jpg | 417.1 KiB | 374.3 KiB |
Congratulations!
April 22, 2026
Every day, we select a small group of Google us… div.container > div.row > div.lead-container > div#recipe-row | i.ytimg.com/vi/CnK4nTeJZJQ/maxresdefault.jpg | 400.8 KiB | 357.9 KiB |
document.write(getTranslation('remember_desc')) div.col-xs-12 > span#txt11 > span#txt12 > script | i.ytimg.com/vi/OUxTtN6KFnI/maxresdefault.jpg | 150.3 KiB | 107.5 KiB |
Every day, we select a small group of Google users to participate in our custom… div.lead-container > div#recipe-row > div.col-xs-12 > span#txt11 | i.ytimg.com/vi/ANqzkZ9sjls/maxresdefault.jpg | 127.2 KiB | 84.4 KiB |
You have 2 minutes and 17 seconds to answer the following questions before we g… div#recipe-row > div.col-xs-12 > span#txt11 > div#txt13 | i.ytimg.com/vi/IqFbddfssJ4/maxresdefault.jpg | 109.7 KiB | 67.0 KiB |
Remember: div.col-xs-12 > span#txt11 > span#txt12 > strong | i.ytimg.com/vi/GgD3NcdFxm8/maxresdefault.jpg | 103.5 KiB | 60.8 KiB |
document.write(getTranslation('remember_desc')) div.col-xs-12 > span#txt11 > span#txt12 > script | i.ytimg.com/vi/HhsnTFp-DIM/maxresdefault.jpg | 103.3 KiB | 60.4 KiB |
Congratulations!
April 22, 2026
Every day, we select a small group of Google us… body#dummybodyid > div.container > div.row | i.ytimg.com/vi/3QjPar4xYsA/maxresdefault.jpg | 95.6 KiB | 52.9 KiB |
div#recipe-row > div.col-xs-12 > span#txt11 > br div#recipe-row > div.col-xs-12 > span#txt11 > br | i.ytimg.com/vi/PkbBnk1UpD8/maxresdefault.jpg | 90.9 KiB | 48.2 KiB |
head > meta head > meta | /tachyon/2026/04/LIVE-UPDATES-ICC-JURISDICTION-APRIL-22-2... | 59.3 KiB | 30.0 KiB |
tbody > tr > td.logo > img#logo tbody > tr > td.logo > img#logo | s0.2mdn.net/simgad/12165285577161612482 | 38.8 KiB | 28.1 KiB |
var values = [
getTranslation('verifying_answers'),
… head > script#im-pre-plugins | /tachyon/2025/09/martin-romualdez-resigns-speaker-congres... | 29.6 KiB | 25.5 KiB |
Other device div.row > div.qu-group > div.row > div#txt18 | tpc.googlesyndication.com/simgad/15708893284862675220 | 33.9 KiB | 23.3 KiB |
var offer_s10 = PK.buildoffer_random(1, 1, encodeURIComponent(getTrans… head > script | /tachyon/2026/04/Corn_Farming_in_the_Philippines.jpg?resi... | 11.6 KiB | 7.5 KiB |
Customer Reward Program head > title#title | /tachyon/2026/03/middle-east-crisis-impact-ds-page.jpg?re... | 9.6 KiB | 5.4 KiB |
var values = [
getTranslation('verifying_answers'),
… head > script#im-pre-plugins | /tachyon/2026/04/JOSE-PARAS.jpg?resize=160%2C160&crop=254... | 9.3 KiB | 5.2 KiB |
function getURLParameter(name) {
return decodeURI(
… head > script | /tachyon/2026/04/Screenshot-2026-04-22-at-6.14.11-PM.png?... | 9.3 KiB | 5.1 KiB |
head > script head > script | /tachyon/2026/04/alex-eala-april-22-2026.jpg?resize=160%2... | 9.2 KiB | 5.1 KiB |
head > script head > script | /tachyon/2026/02/nicholas-kaufman-confirmation-charges-fe... | 8.9 KiB | 4.7 KiB |
function getURLParameter(name) {
return decodeURI(
… head > script | /tachyon/2026/04/cavite-heat-beach-summer-april-6-2026.jp... | 8.3 KiB | 4.1 KiB |
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.rappler.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5.2 KiB | |
| www.rappler.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 30.1 KiB | 81 ms |
| /v/dt/dt-2.1.7/fc-5.0.1/r-3.0.3/sc-2.4.3/datatables.min.c... | 5.1 KiB | 209 ms |
| /content/themes/rappler/build/rappler-theme-style.2d8f990... | 51.5 KiB | 81 ms |
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.
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 |
|---|---|
| rappler.com/ | 419 ms |
| www.rappler.com/ | 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.
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 | 4.3 s |
| Other | 1.3 s |
| Script Parsing & Compilation | 655 ms |
| Style & Layout | 283 ms |
| Parse HTML & CSS | 159 ms |
| Rendering | 113 ms |
| Garbage Collection | 98 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 |
|---|---|---|
| fastdirect.b-cdn.net/bonus/all-ils/lp2-new/source/bootstrap.min.css | 38.1 KiB | 8.6 KiB |
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 |
|---|---|---|
| s3.amazonaws.com/script-tags/owHCMR.js | 19.9 KiB | 3.5 KiB |
| inline: window.addEventListener("message… | 4.1 KiB | 2.4 KiB |
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 |
|---|---|---|
| fastdirect.b-cdn.net/bonus/all-ils/lp2-new/source/bootstrap.min.css | 38.1 KiB | 35.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.col-xs-12 > div.row > div.col-xs-10 > img div.col-xs-12 > div.row > div.col-xs-10 > img | fastdirect.b-cdn.net/bonus/all-ils/lp2-new/source/product/ssgif.jpg |
tbody > tr > td > img#logo1 tbody > tr > td > img#logo1 | fastdirect.b-cdn.net/bonus/all-ils/lp2-new/source/logo/google-logo.png |
tbody > tr > td.logo > img#logo tbody > tr > td.logo > img#logo | fastdirect.b-cdn.net/bonus/all-ils/lp2-new/source/logo/google-logo.png |
div.row > div.col-xs-12 > div.copyright-image > img div.row > div.col-xs-12 > div.copyright-image > img | fastdirect.b-cdn.net/bonus/all-ils/lp2-new/source/product/rta.gif |
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 |
|---|
RAPPLER
CLOSE MENU
LATEST NEWS
VIDEO
COMMUNITIES
PHILIPPINES
INVESTIGATIVE
INSI… header.site-header > div.masthead > div.masthead__nav > div#burger-nav-overlay |
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 |
|---|
SEARCH div.masthead > div.masthead__search > a.search > label |
SUPPORT div.masthead__secondary > ul > li > a.masthead__secondary-donate |
These are opportunities to improve the legibility of your content.
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.has-js html.has-js |
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.
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 |
|---|---|
| Topics | cdn.adpushup.com/prebid/pb.43681.1770041161762.js line 11, col 32305 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=1258' from origin 'https://www.rappler.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://aps.zqtk.net/92bb6886-83?url=https%3A%2F%2Fwww.rappler.com%2F' from origin 'https://www.rappler.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://scoring.deep.bi/score/TR8x0HLI2e7B/cmoanqdbz0o3b8zzdrf?id=deepcookie&column=profile' from origin 'https://www.rappler.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () | |
ReferenceError: rappler is not defined
at Object.<anonymous> (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:1089)
at n (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:110)
at Module.<anonymous> (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:5418)
at n (https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:110)
at https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:904
at https://www.rappler.com/content/mu-plugins/rappler-admin/build/rappler-admin.721d636d940ce2c431bb.js?ver=721d636d940ce2c431bb:1:913 | |
TypeError: Cannot read properties of undefined (reading 'toLowerCase')
at <anonymous>:3:156 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
head > meta |
To appear in search results, crawlers need access to your app.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.rappler.com/section/video | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback