Granted there are one two large image, but the rest of the site loads preety quick on our development system.
I am checking for networking problems with our host. In fact I just sent them a tracert log which looks good to me :(
I saw the illegal characher code you mentioned while using firebug. I also noticed that DNN does not have a default charset specified in the meta tags so I added one "utf-8" but that did not solve the problem. Anyway's I let it remain there since it is a good pracitce.
This post got me thinking again. So here is what solved the javascript error problem in firebug but not in webdeveloper toolbar
I recently started using Blowery Compression --- so what I did was to exclude the file that was causing the problem in this case ScriptResource.axd and bingo! no more errors in firebug. I looked at the webdeveloper toolbar and my excitement vanished. I know know what is causing the problem but cannot figure a way to solve it.
The line error is always no. 1 and this is what is in line no. 1
//----------------------------------------------------------
At a glance this looks like a character encoding problem but how do I fix this or how do I get to the referenced file i.e.
http://www.chillifreeze.com/ScriptResource.axd?d=Np3ZIM3rud5hgyXKZbvPKL3AtFt96NVvX02_eCkKJxbVI3yKf9aXZDsltCHeiTHduGzMpI-2IKmNoqRAO48YiAPYLqeF6dw80&t=633109352696406250
Many thanks,