ADVERTISEMENT

Over 1.2-M passengers recorded in various seaports, NAIA so far

Published Apr 16, 2025 06:42 am

port passengers.jpg

The Philippine Ports Authority (PPA) recorded over 857,000 passengers from April 12 to 14 in all its ports nationwide amid the influx of people heading to the provinces for the long Lenten break.

On the other hand, the New NAIA Infra Corporation (NNIC) said it already recorded over 387,000 passengers at the Ninoy Aquino International Airport from April 13 to April 15.

The PPA is expecting at least 1.73 million passengers during the entire Holy Week, and the agency’s general manager, Jay Daniel Santiago, said it is expected to be slightly higher from last year’s 1.67 million recorded passengers.

Based on the PPA data, a total of 211,221 passengers were recorded on Saturday, April 12, followed by 217,389 passengers the following day, or on April 13.

On Monday, a total of 194,922 passengers were recorded and another 234,268 passengers on Tuesday, April 15.

PPA spokesperson Eunice Samonte said the top five ports in terms of passenger traffic are Port Management Offices (PMO) of Batangas, PMO Mindoro on the second spot with highest number of expected passengers, PMO Panay/Guimaras still on the third spot same as last year, PMO Negros Orriental/ Siquijor, and PMO Bohol.

In the port of Batangas alone, around 20,000 to 25,000 daily average passengers are recorded during peak seasons.

Santiago earlier declared the PPA’s readiness for the Holy Week exodus, saying the agency has mobilized additional personnel and enhanced terminal operations across key ports.

“Measures include optimizing passenger terminal facilities, ensuring the functionality of security and safety equipment, and deploying port police for crowd control and assistance,” said Santiago.

Help desks were also established in major ports nationwide for immediate information concerns of travelers along with the port police and representatives from the Philippine Coast Guard (PCG), Maritime Industry Authority (Marina).

Airport situation

From Sunday, April 13 to Tuesday, April 15, more than 387,000 passengers were recorded at the Ninoy Aquino International Airport (NAIA).

In a statement, the New NAIA Infra Corporation (NNIC) said the figure showed a strong start of air travel in this year’s Holy Week break.

image002.png

Based on the NNIC data, a total of 150,511 passengers were recorded on Palm Sunday, which is higher compared to the recorded passenger on the same day last year with 134,660.

For Holy Monday, a total of 142,560 passengers were recorded compared to 124,481 last year; while a total of 140,407 passengers were recorded at the NAIA on Holy Tuesday compared to 128,047 in 2024.

“Despite higher passenger traffic, airport operations have so far been smooth, with measures put in place to better manage the surge, working as planned. More traffic personnel were deployed to better manage vehicular traffic going in and out of the terminals,” the NNIC said in a statement.

“Passenger assistance booths have also been put up, manned by NNIC personnel together with medical and security staff to further ensure the safety and convenience of passengers,” it added.

The NNIC earlier said it is expecting around 1.2 million passengers for the entire Holy Week.

Road repair, construction stoppage

The San Miguel Corporation Infrastructure said it stopped all roadworks and construction activities at expressways to help ensure that the traffic flow will not be disrupted.

In a statement, it said the roadworks and construction stoppage has started on April 11 until 10 p.m. on April 21 in order to improve the good flow of traffic as the company anticipates heavy traffic particularly at interchanges linking its tollways to national highways and other expressways.

SMC chairman and chief executive officer Ramon S. Ang said traffic management plans are already in place for the Southern Tagalog Arterial Road (STAR), South Luzon Expressway (SLEX), the Skyway System, NAIA Expressway, and the Tarlac-Pangasinan-La Union Expressway (TPLEX).

“Our instruction to our operations personnel is to make sure that our traffic management plans are in sync with the different towns and cities so that traffic flows smoothly along public roads. When public roads are congested, motorists along our carriageways are also affected as traffic can extend to the exits and onto the main line,” said Ang.

“We hope that through close and constant collaboration with traffic management teams of LGUs, we can help reduce traffic buildups especially at critical points of convergence within our towns and cities,” he added.

Ang said the company’s contingency measures include increasing the deployment of tollway personnel such as patrollers and emergency responders, to assist those in need.

Related Tags

Holy Week Philippine Ports Authority
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.