Category: Supervisor

Using Background Processing to Speed Up Page Load Times

This article is part of a series on building a sample application — a multi-image gallery blog — for performance benchmarking and optimizations. (View the repo here.)In a previous article, we’ve added on-demand image resizing. Images are resized on the first request and cached for later use. By doin...