Must .aspx files have a page directive?

Posted by Keith Bloom on Stack Overflow See other posts from Stack Overflow or by Keith Bloom
Published on 2010-03-08T10:22:25Z Indexed on 2010/03/08 11:21 UTC
Read the original article Hit count: 278

Filed under:
|

Around 90% of the pages for our websites have no .Net code embedded in them yet are published as .aspx files. I want these to render as fast as possible so I'm removing as much as I can.

Does the .Net page directive have an impact on performance? I am thinking about two factors; the page speed for each GET and what happens when the file changes. The CMS system re-creates each page daily and I'm wondering if this triggers the ASP.Net compilation process.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Performance