This document summarizes the results of a test comparing loading a single large image versus that same image split into sprites over HTTP, HTTPS, and HTTP/2. It found that HTTP/2 performed best, loading sprites faster than a single image over HTTP or HTTPS. It concluded that HTTP/2 should be used, the number of resources optimized, and sprites not eliminated completely to reduce the number of HTTP requests needed.