is there overhead when using 6-10 usercontrols in 1 page ?

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

hi.

if i have 1 page with html only.

and other page with the same html code,but splited to 6-10 web usercontrols
,
is there big diffrent in the overhead when calling each page ?

have a nice day.
 
There will be some overhead, but the majority of the overhead will be in the
first hit to the page, when the IL is JIT compiled to native code. After
that, the speed difference should be in micro-seconds.

In other words: do not worry about it.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top