ADVERTISEMENT

Lapid wants to probe PH internet speed and capability

Published Jun 2, 2020 12:00 am
By Mario Casayuran Senator Manuel "Lito’’ Lapid today sought a Senate investigation, in aid of legislation, on the status of the country’s internet connectivity, speed, bandwidth capacity and relevant parameters in light of the “new normal” that would be observed as the country continues to face the coronavirus disease (COVID-19) pandemic. Senator Lito Lapid (Senate of the Philippines / MANILA BULLETIN) Senator Lito Lapid
(Senate of the Philippines / MANILA BULLETIN) Lapid has filed Senate Resolution 414 seeking the inquiry as the government relaxes quarantine protocols starting this week, placing majority of the areas in the country under General Community Quarantine (GCQ) or Modified General Community Quarantine (MGCQ). He noted that many of the offices would still rely on work-from-home arrangements to limit the movement of the employees. "Even the upcoming resumption of classes will rely heavily on distant or online learning,’’ he said. Lapid said the shift in the mode of work and education including our day-to-day transactions like banking and online shopping would rely on stable and fast internet connectivity. “Magiging epektibo lamang ang pagtatrabaho sa ilalim ng work-from-home arrangement at maging sa online classes kung may mabilis at maaasahan tayong internet connection. Ang internet ang magiging bagong puhunan ngayon ng mga opisina, negosyo at paaralan para makapagpatuloy sila ng maayos ng operasyon sa harap pa rin ng krisis dulot ng covid 19. Kaya mahalagang malaman kung kumusta ba ang kundisyon ng internet connection sa ating bansa at kung paano matutugunan ang mga problema kaugnay nito. Maisisiwalat at mapag-uusapan lamang ito ng maigi sa pamamagitan ng isang pagdinig sa Senado na syang hinihiling ko,” Lapid said. (The effectivity of work-from-home arrangement and even online classes depend on fast and reliable internet connection. The internet will become the norm in the offices, businesses and schools for normal operations as a result of the COVID-19 crisis. That is why there is a need to know the status of internet connection in the country and how problems could be addressed through this public hearing.) The Philippines has not fared well, historically, in terms of internet speed as compared to other countries. ‘’Based on the April 2020 Speed Test Global Index, the Philippines ranks 121st out of 139 countries in terms of mobile internet speed. While on the aspect of fixed broadband connection speed, we are placed at 110 out of 174 countries,’’ Lapid said. “Talagang nakakadismaya ang internet service dito sa Pilipinas lalo na kung ikukumpara sa mga kalapit ng bansa na malayo na ang narating pagdating sa aspetong ito. Isa sa mga tinitignang dahilan ng napakabagal nating internet ay dahil sa kakulangan ng imprastruktura para mapabilis at mapalakas ang connectivity. Isa itong bagay na dapat matalakay naming mga mambabatas para mahanapan ng solusyon dahil hindi lang naman ngayon kakailanganin ang mabilis na internet connection. Itinuturing na ito na sa mga pangunahing pangangailangan ng ating mga kababayang hanggang sa hinaharap,” Lapid cited. (It is sad that the internet service in the Philippines is so far behind compared to neighboring countries. We will see whether or not there are enough infrastructures to accelerate a strong and fast connectivity. This is one aspect that lawmakers will try to determine and eventually come up with solutions. Internet connectivity is a must.) Based on the 2019 data compiled by Tower Xchange, there are only at least 17, 850 cell sites in our country, in comparison to the over 90,000 cell sites in Vietnam, which has a similar land area. Lapid pointed out that even in Senate sessions, hearings and meetings where they adopt hybrid virtual mode, there have been times when they experienced erratic and slow internet connection. He said he believes that it is imperative to determine the actual state of internet connectivity in the country in order to properly re-calibrate our laws and policies in response to the possible skyrocketing of demand and number of users in the coming months.
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; } }

{{ static_articles_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.