Loading static content in ASP.NET pages from different domain for fast(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 9 months ago

Generally we put static content (images, css, js) of our website inside the same web project. Thus they get downloaded from the same domain like www.dropthings.com. As browser can only open two concurrent connections, all of these download only two at once. If you move the static content to a separate domain, browser can download more content in parallel and thus load the page faster. This HttpFilter parses the page output and automatically moves all static content links to a different domain as specified.

1 comment |category: |Views: 34

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by pkellnerpkellner(0) 3 years, 9 months ago 0

Great Writeup of a tricky problem!=)

Reply

information Login or create an account to comment on this story