i added to design.inc.php this line
require_once(BX_DIRECTORY_PATH_INC . "compressor.php");
which compressing the html+js+css into one long line
i think its not necessary to re-compress each time because of load time
so maybe it will be better to run this before the cache process run
and the client will download latest cached compressed version.
is this correct ? how do i ask if there is cache in the php?