Thursday, June 26, 2025
30.8 C
Singapore

Singapore’s Digital Government Index score rises by 1%

SINGAPORE: Singapore’s Digital Government Index (DGI) 2025 recorded an overall score of 62.1 out of 100, reflecting a modest 1% increase from its performance last year, according to a report by Adobe. While the nation continues to make strides in customer experience and digital equity, concerns have emerged over a decline in site performance.

The report evaluates Singapore’s digital maturity across three key pillars: Customer Experience, Digital Equity, and Site Performance. Among these, Customer Experience remained Singapore’s strongest area, scoring 70.4—a 0.5% rise from last year. This improvement is attributed to enhanced personalisation and user-friendly interactions across both desktop and mobile platforms.

Digital Equity saw the most significant growth, increasing by 11% to 62.2. This progress was driven by strong accessibility initiatives and targeted efforts to bridge the digital divide, ensuring that digital services remain inclusive and accessible to all citizens.

However, Site Performance recorded a decline, dropping 8% to 53.8. The report highlights that mobile loading speeds are now 40% slower than desktop speeds, contributing to a weaker user experience.

See also  PM Lee Hsien Loong on economic upgrading and restructuring: “We have the resources, the plans and the resolve”, but S’poreans doubt

Additionally, issues related to site health have impacted visibility in AI-generated search results, further affecting the overall performance of government digital services.

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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