I would be interested in some infos thereabout too. Intuitively I think the resource question can be tackled by system configuration and caching, but if anybody has some information… bump 🙂
Hey, I’ve tried something on my own and it works for me, although is not 100% tested. The modified code starts at line 1264 in cachify.class.php, consists of two nested rather complicated Regexes modified from web search results which maybe could be merged:
http://pastebin.com/Dc1wzZVc
Hello, I made a test template with a single “index.php”, you can see it here: http://stofflager.ch/test/
The source is:
<!DOCTYPE html>
<html><head><title>Test</title></head>
<body>
<h1>Cachify Test</h1>
<script type="text/javascript">
function test(){
// this is a comment
}
</script>
</body>
Regards, Marc