I am investigating a different approach to optimizing website content - server-side (ie. pre-webserver) optimization.
Is there documented access to a mod_pagespeed library, API or service to use its different optimization filters as on-demand function calls?
For example, if my code dynamically produces images, or deals with user-uploaded images, I would like to be able to save or output a ready-optimized version of an image. Or minifying/combining JS/CSS (I know there are other tools for this), minifying HTML at the end of a buffered flush, etc. Can I access pagespeed functions as a post-processing layer in my application?
Thanks.
Luci