The document proposes a browser-based visualization system that aggregates performance data from multiple sources using HTML5 workers to generate PNG images on multiple CPU cores. This allows for dynamic, flexible, asynchronous and interactive graphics rendering within the browser by exploiting modern multicore hardware. Experimental results show the system can update screen sections below 50ms for small PNGs but sluggish updates of 500ms for large PNGs, with the optimal configuration being 500x500 PNGs generated by any number of workers.