CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts so that subsequent visits to such scripts will not cost as much time. Features: Can be easily added to any CGI script, mod_perl compatible, Rich control over caching policies, and Auto-generation of cache keys from CGI parameters.
cgi_buffer is a group of libraries that may be used to improve performance of CGI scripts (and other content generation engines) in some circumstances, by applying performance-enhancing HTTP mechanisms that are typically not supported by them. Currently, Perl, Python and PHP are supported. The Python library may also be used as a wrapper around another CGI script.