This document describes the architecture of a mobile traffic map service run by NTIC (National Transport Information Center) in Korea. It discusses improvements made between 2011-2013 to support more users and address performance issues. The initial 2011 system struggled with heavy loads. The 2012 system improved by using tiled maps, caching, and SQL Server. However, load issues remained. The 2013 system optimized further by pushing pre-generated map tiles to caching servers and updating only changed tiles. These changes improved user support from 200k to 300k daily and greatly enhanced scalability. Lessons included validating open source GIS performance before adoption.