ADVERTISEMENT

Romualdez justifies probe on slow Internet service: Half of Pinoys not connected

Published Mar 15, 2026 02:18 pm

At A Glance

  • Lakas-Christian Muslim Democrats (Lakas-CMD) stalwarts led by Leyte 1st Rep. Martin Romualdez are pushing for a House inquiry on the painfully slow and expensive Internet service in the country.
Leyte 1st Rep. Martin Romualdez (Ellson Quismorio/ MANILA BULLETIN)
Leyte 1st Rep. Martin Romualdez (Ellson Quismorio/ MANILA BULLETIN)


Lakas-Christian Muslim Democrats (Lakas-CMD) stalwarts led by Leyte 1st Rep. Martin Romualdez are pushing for a House inquiry on the painfully slow and expensive Internet service in the country.
Romualdez, president of the Lakas-CMD, says that despite technological advances, the country is lagging behind its neighbors in terms of cost-efficient, fast and accessible internet services.
“The necessary laws are in place, the newest of which is Konektadong Pinoy Act. But something is not right. We need Internet in many aspects of our life. Yet, half of Pinoys are not konektado (not connected),” Romualdez said.
He noted that the proposed investigation forms part of the party’s GINHAWA KIT (Kuryente–Internet–Trabaho) legislative package, which sought to provide everyday relief by addressing electricity costs, improving internet access, and expanding employment opportunities.
The call for a probe is contained in House Resolution (HR) No. 823, filed by Deputy Speakers Quezon 2nd district Rep. David “Jay-Jay” Suarez and Zambales 1st district Rep. Jay Khonghun.
Romualdez said the resolution proposes to direct the House Committee on Information and Communications Technology to “conduct an inquiry, in aid of legislation, on the reliability, quality, affordability, and consumer remedies relating to internet and data transmission services in the country…with the end in view of strengthening service standards, transparency, competition, and digital inclusion".
“The access to reliable, affordable, and high-quality Internet and data transmission services has become essential to productivity-led growth and the delivery of critical public and private services, including education, healthcare, financial inclusion, disaster resilience, and commerce,” said the two-time former House Speaker.
Congress’ own policy research has shown that only 48.8 percent, or less than half of Filipino households, had access to internet at home in 2024, which meant that more than half remained “unconnected and/or underserved.”
“The same research also found that affordability was a binding barrier, with a majority of offline households citing high subscription cost as a principal reason for not having internet access at home,” Suarez said.
In terms of broadband speed and cost, Khonghun cited data from the Department of Information and Communications Technology (DICT), which showed that as of March last year, the Philippines ranked 53rd out of 154 countries in terms of Internet speed, and from the Philippine Institute for Development Studies, which reported that among the ASEAN-5, the Philippines had the costliest monthly Internet at $44.93, and placed 32nd globally in terms of cost.
“The country’s Internet connectivity continues to lag behind its regional peers in terms of affordability, speed and access,” rued Khonghun.
Lakas-CMD--the biggest party in the House of Representatives in terms of membership--noted that research published by the Asian Development Bank (ADB) indicated that “improved internet connectivity is associated with improved household welfare outcomes, reinforcing the development importance of reliable and accessible connectivity".
The authors said Republic Act (RA) No. 12234, or the Konektadong Pinoy Act, was enacted to modernize and strengthen the policy environment for data transmission and connectivity, lower barriers to entry and investment, promote competition, and support more inclusive and affordable connectivity outcomes; while its implementing rules and regulations provide the operational framework for implementation and recognize the regulatory roles relating to performance standards, monitoring, and enforcement that require strong and transparent execution to translate reforms into better consumer outcomes.
They said students from low-income households are disproportionately affected by inadequate connectivity, resulting in barriers to learning, digital exclusion and unequal educational outcomes.
They likewise cited rampant consumer complaints such as inconsistent service quality, unmet advertised speeds, limited competition, and weak enforcement of existing service standards.
“There is therefore a need to examine whether current regulatory frameworks, competition policies, and consumer protection mechanisms are sufficient to address these challenges, or whether legislative reforms are necessary,” Lakas-CMD said.
They proposed that the inquiry cover, among other issues and concerns, pricing and affordability, socialized pricing for students and low-income households, service quality and reliability, regulatory oversight and enforcement, and how to reduce digital exclusion and improve reliability for communities that depend on connectivity for learning, livelihoods and essential transactions.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.