J
Jeff
Hi
asp.net 3.5
In my webpage (default.aspx) I see reference to 2 WebReference.axd:
<script
src="/WebResource.axd?d=KRzGRTklEubj1hExv1cyog2&t=633909506045194578"
type="text/javascript"></script>
I wonder what this code is? To me it looks like a reference to a javascript.
Also it looks like these 2 WebResource.axd makes 2 html requests back to the
server, increases load time of my pages. Google Webmaster Tools reports that
my pages are slower than 92% of the all the websites. So ideas on how to
increase performance is very welcome. If this is a javascript run on the
server (I thought all javascript where ran on the client). then please tell
me how I can create .js file of so I can avoid using WebResource.axd....
Sometimes it looks like the WebResourse.axd is a reference to a image (.png)
in the website.
any suggestions?
asp.net 3.5
In my webpage (default.aspx) I see reference to 2 WebReference.axd:
<script
src="/WebResource.axd?d=KRzGRTklEubj1hExv1cyog2&t=633909506045194578"
type="text/javascript"></script>
I wonder what this code is? To me it looks like a reference to a javascript.
Also it looks like these 2 WebResource.axd makes 2 html requests back to the
server, increases load time of my pages. Google Webmaster Tools reports that
my pages are slower than 92% of the all the websites. So ideas on how to
increase performance is very welcome. If this is a javascript run on the
server (I thought all javascript where ran on the client). then please tell
me how I can create .js file of so I can avoid using WebResource.axd....
Sometimes it looks like the WebResourse.axd is a reference to a image (.png)
in the website.
any suggestions?