GzOutput.class.php

no caching test

Try caching test page or try to use your browser history buttons to view caching.
<!--// in this page //-->
<script type="text/javascript" src="nocache.php"></script>

<!--// nocache.php //-->
<?php
require 'GzOutput.class.php';
GzOutput::createNew(file_get_contents('dojo.js.uncompressed.js'), 'text/javascript');
?>