博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
教你50招提升ASP.NET性能(十四):使用startMode属性来减少ASP.NET站点加载时间
阅读量:6000 次
发布时间:2019-06-20

本文共 753 字,大约阅读时间需要 2 分钟。

(25)Use the startMode attribute to reduce the load time for your ASP.NET site

招数25:

使用startMode属性来减少ASP.NET站点加载时间

 

Every time you update your site, IIS must recompile it during the first request, so the initial request takes significantly longer than subsequent ones. An easy solution is to tell IIS to automatically recompile your site as part of the update process. This can be done using the startMode attribute in the ApplicationHost.config file. You can even specify a custom action to run on start-up, such as pre-populating a data cache.

每次更新你的站点,IIS必须在第一次请求重新编译,所以初始请求的时间大大超过后续请求的时间。一个简单的解决方案是在更新的过程中告诉IIS自动重新编译你的站点。这可以通过在ApplicationHost.config文件中使用startMode属性实现。你甚至可以指定一个自定义动作在启动时运行,例如预填充一个数据缓存。

转载于:https://www.cnblogs.com/JavCof/p/3205223.html

你可能感兴趣的文章
IOS回调机制——代理,通知中心以及Block
查看>>
[hihoCoder] #1032 : 最长回文子串
查看>>
普通用户无法启动监听80端口
查看>>
JVM 关闭钩子
查看>>
在ASP.NET MVC中使用Boostrap实现产品的展示、查询、排序、分页
查看>>
unigui的编译部署
查看>>
战痘史(续) 之 TERSASEPTIC(含有0.5%的triclosan)
查看>>
常用正则表达式
查看>>
大数据的冲击
查看>>
BinaryReader,BinaryWriter
查看>>
一起谈.NET技术,利用Visual Studio 2010流程模板实现Scrum敏捷开发
查看>>
动量ODE评估
查看>>
[转]Android的Handler总结
查看>>
this索引符
查看>>
关于ASP.NET"未能映射路径"问题
查看>>
SQL SERVER 2008 Merge关键字用法与简例
查看>>
4月收藏
查看>>
java线程安全理解
查看>>
Linux硬链接和软链接
查看>>
容器迁移
查看>>