B
Bill
I've got a site where I need to improve performance. In the same page, some
of the dynamically generated output is updated once a day, some several
times a day.
ColdFusion has a cache tag, where HTML output between the tags is cached for
a specified period of time. This increases performance because the code only
runs at the specified interval, and not when the page is loaded.
Does ASP have this feature?
of the dynamically generated output is updated once a day, some several
times a day.
ColdFusion has a cache tag, where HTML output between the tags is cached for
a specified period of time. This increases performance because the code only
runs at the specified interval, and not when the page is loaded.
Does ASP have this feature?