// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29 C
Singapore

Punggol LRT trains are crowded even during non-peak time, netizen asks, “How does this help in fighting Covid?”

Singapore — A member of the public took to Facebook to speak up about how crowded Punggol LRT trains could get and worried if they could worsen the spread of the Covid-19 virus.

The netizen posted the issue in a Facebook group named “Complaint Singapore“.

He uploaded a video that captured the crowd at Punggol LRT station.

According to his caption, he filmed the video at 2:50 pm, a non-peak time. Even then, passengers are forced to squeeze next to one another to enter the train, he wrote.

“How does this help in fighting Covid?” he questioned. “Why can’t SMRT arrange more trip?”

The netizen expressed that it was not a time to be saving costs by reducing the number of trains and that it was a time when citizens’ health should be prioritized instead.

Photo: Facebook Screengrab

Other residents took to the comments section to share their thoughts and opinions on the matter.

A few netizens were quick to point out that Punggol LRT was not managed by SMRT, but rather by SBS Transit instead.

See also  '$8 for this plate of mediorce food. Omg!’ — Shocked customer warns others
Photo: Facebook Screengrab

Some other netizens urged those who were wary of the Covid-19 virus to stay home so that they would have a smaller chance of contracting it.

Photo: Facebook Screengrab

A few other residents noted that the number of residents in Punggol appeared to be increasing and expressed that it would be a good idea for SBS Transit to investigate how they could improve transportation for those in the area. Indeed, the number of residents in Punggol has increased from 109,750 in 2016 to 174,450 in 2020, according to SingStat’s population trends reports.

Photo: Facebook Screengrab

Another citizen stated that Covid-19 was becoming endemic in Singapore and is introducing a gradual shift to normalcy to eventually boost the economy.

Photo: Facebook Screengrab

You Zi Xuan is an intern at The Independent SG. /TISG

 

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

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); } });