> Testing Center - Sandbox  
  Collaborative web publishing tools for not-for-profits

MissCache demo - forge-on-miss image cache
06/04/2026

MissCache serves a phpThumb thumbnail as a static file after the first request ("forge-on-miss"). The first hit generates and stores it; every later request is served by the web server with no PHP.

Cached static 400×300 thumbnail (served by Apache as a plain file):
MissCache cached thumbnail

Same image dynamically via img.php (regenerated each request):
dynamic thumbnail

cache URL: https://actionapps.org/img_upload/mC/pT/aadev/misc/missCache/demo/sample.jpg!w=400~-h=300~-zc=1.jpg

Comments