Tag Archives: HTTP

Software Development

PHP image output and browser caching

Recently I was involved in a project that returned graphic thumbnails in response to a remote php script call. One of the optimisations done was to have browser caching of returned images to save on our bandwidth. I will share the code we used to do this.

read more »