Forum Moderators: phranque
My html file will load very quick, under 1 second. However my linked js file will take upwards of 15 seconds for 244 bytes (yes, bytes, not KB).
however, if I take the linked JS file url and put it in the browser directly, under 1 second load time. Also, browsers are not caching this file.
using firebug and chrome developer tools for measuring download times.
Doesnt seem to be a server issue (even though Im posting here) because I can download quickly via direct url, but really baffled at how this can be an HTML issue.
Any ideas?
PM me and I send you links. Here is my HTML script tag:
<script language="javascript" type="text/javascript" src="http://?.com/templates/buttons/cssButtons/cssBtn.js" ></script>
Ive had files go "bad" on my server before just randomly...which is the only reason I thought to try this....still doesnt make a whole lot of sense, must have been a mime type issue or something.
Jim