// Adds dimensions UUID, Author and Topic into GA4
Friday, July 11, 2025
27.6 C
Singapore

Record 2.3M travelers passed through land checkpoints during Good Friday long weekend

SINGAPORE: During the Good Friday long weekend, a staggering 2.3 million individuals crossed the borders of Singapore through Woodlands Checkpoint and Tuas Checkpoint, according to the Immigration and Checkpoints Authority (ICA).

The peak of this influx was observed on Good Friday Eve, March 28, when the number of customs clearances reached an all-time high of 510,000 travelers.

The ICA added that between March 28 and April 1, over 415,000 travelers used the new QR code customs clearance system at Woodlands and Tuas Checkpoints, constituting approximately 64% of car passengers.

With the Hari Raya Aidilfitri holiday on the horizon, the authorities anticipate continued congestion at the land checkpoints.

ICA is urging passengers using customs by car or bus to brace themselves for extended waiting times.

Motorists are urged to adhere to queue etiquette and avoid line-jumping. Offenders may be required to rejoin the queue.

Motorists are also encouraged to stay informed by checking the ICA’s social media pages for the latest traffic conditions at both land checkpoints.

See also  Grab driver allegedly refused to drop off unwell passenger at NUH A&E, driver also complained fare was only S$13.10

Travelers are reminded to plan accordingly, allowing for potential delays and adhering to security regulations to facilitate a smooth passage through customs during the festive season.

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });