Hello,
When I try use S60 webkit browser to load a html include .js file(from racconn). The page rendering take a long time to complete. But if I put this file on another server(other than raccoonn, but on internet) it get very fast.
I try to change .js file from:
-------
<script type="text/javascript" src="somescript.js"></script>
-------
to
------
<script type="text/javascript" language="javascript">
//script body
</script>
------
The browser still take much longer time to load from raccoonn (3 times longer than other server), did anyone have the same problem like me?


Hello,


