HI,
Firstly despite my issue am very happy with this extension( assuming this can be fixed) - speed increase is amazing when using mturbo.. however
Ive spotted a bug i think with the caching process. When checking the outputted html files i notice that some parts are being corrupted with the insertion off the characters ' 1000 ' - this continues through the entire page at irregular intervals. Ive retested this with new categories before and after enabling mturbo on the pages
example -1 - html before mturbo enable - note the line ga.src =
<!-- BEGIN GOOGLE ANALYTICS CODE -->
<script type="text/javascript">
//<![CDATA[
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-18675560-1"]);
_gaq.push(["_trackPageview", "/abodee2.html"]);
//]]>
</script>
<!-- END GOOGLE ANALYTICS CODE -->
example -2 - corruption of google analytics code section - html after mturbo enabled - same line ga-src =
<!-- BEGIN GOOGLE ANALYTICS CODE -->
<script type="text/javascript">
//<![CDATA[
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == documen
1000
t.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-18675560-1"]);
_gaq.push(["_trackPageview", "/abodee2.html?nocache=true"]);
//]]>
</script>
<!-- END GOOGLE ANALYTICS CODE -->
this continues through the cached html file..
Can you investigate please - while not affecting development this will not be acceptable for live use.
Both html files attached
thanks
joe
Attachment Archive.zip not found