acidvertigo, on 24 May 2011, 15:32, said:
I have usu5 pro caching enabled
Posted 24 May 2011, 15:37
acidvertigo, on 24 May 2011, 15:32, said:
Posted 24 May 2011, 16:28
pdcelec, on 24 May 2011, 15:37, said:
Posted 24 May 2011, 16:41
acidvertigo, on 24 May 2011, 16:28, said:
Edited by pdcelec, 24 May 2011, 16:46.
Posted 25 May 2011, 07:12
pdcelec, on 24 May 2011, 16:41, said:
Posted 25 May 2011, 07:35
acidvertigo, on 25 May 2011, 07:12, said:
Posted 25 May 2011, 09:30
Posted 26 May 2011, 16:58
acidvertigo, on 25 May 2011, 09:29, said:
Posted 14 August 2011, 15:35
Posted 16 August 2011, 09:46
acidvertigo, on 14 August 2011, 15:35, said:
Quote
Edited by Gergely, 16 August 2011, 09:48.
Posted 16 August 2011, 15:36
Posted 17 August 2011, 07:49
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 * 24 * 7;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 * 24 * 7;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
Quote
Edited by Gergely, 17 August 2011, 07:50.
Posted 17 August 2011, 12:44
# compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript
Posted 03 September 2011, 23:05
SetOutputFilter DEFLATE # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript
Posted 01 October 2011, 05:04
Posted 21 October 2011, 08:51
Edited by Jan Zonjee, 21 October 2011, 20:54.
Posted 22 October 2011, 12:44