12
This works by far the best in IE and unsure whether to add the complementary this site is “faster surfed on IE” as really this takes the biscuit.
You can also take the
<div id="content"> <{$xoops_content}>div>
Place that in it own JS file no spaces, best is above the individual themes, in the themes directory.
Xoopscontent.js
<{$xoops_content}>
Replace in Theme.html
<div id="content"> <{includeq file='xoopscontent.js'}>
div>
This means it can call the content cached in js faster for Smarty to then fill.
Reason for all of that, is to lighten the load on the html file and make it load first, then fill in all includes; which when JS is faster.