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!
***************************
 
Back
Top