
2004年12月31日
关于提交效率,根据dudu提示,进行如下操作以后有较大提高
在web.config中注释下面两行试试:
<EntryHandler type="Dottext.Framework.EntryHandling.TrackBackHandler, Dottext.Framework" postType="BlogPost Article" processAction="Insert Update" processState="PostCommit" isAsync="false" />
<EntryHandler type="Dottext.Framework.EntryHandling.KeyWordHandler, Dottext.Framework" postType="BlogPost Article" processAction="Insert Update" processState="PreCommit" isAsync="false" />
不过第二行KeyWordHandler应该是替换关键字功能的,注释以后关键字链接功能失效
posted @ 2004-12-31 22:51 tangle 阅读(318) 评论(0)
编辑
缓存问题描述:
进入某个博客的首页,DayList部分的缓存问题,在应用同一个Skin的博客之间切换的时候出现
可以发现tang111中的随笔列表会出现在arnoldfu的博客中,过1-2两分钟,arnoldfu的随笔才能再刷出来
本地机器和服务器是一样的环境,本地机器没有出现这个问题,服务器上出现该问题
最后解决的方法:
build.bat输出的时候没有将Global.asax一起输出,造成缓存问题,将Global.asax上传,整个世界都清净了
posted @ 2004-12-31 14:21 tangle 阅读(291) 评论(0)
编辑