<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>性能 on 冯威的博客</title><link>https://fwhyy.com/tags/%E6%80%A7%E8%83%BD/</link><description>Recent content in 性能 on 冯威的博客</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Wed, 03 Jan 2007 00:00:00 +0800</lastBuildDate><atom:link href="https://fwhyy.com/tags/%E6%80%A7%E8%83%BD/atom.xml" rel="self" type="application/rss+xml"/><item><title>Asp.Net中的一个小的性能测试</title><link>https://fwhyy.com/2007/01/a-small-performance-test-of-asp-net/</link><pubDate>Wed, 03 Jan 2007 00:00:00 +0800</pubDate><guid>https://fwhyy.com/2007/01/a-small-performance-test-of-asp-net/</guid><description>&lt;p&gt;大家都知道使用缓存可用大大提高asp.net应用程序的性能,那么究竟能提高多少性能呢?我做了一个小小的测试.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;在vs2003中新建一个web应用程序,在页面上添加一个DataGrid控件，让DataGrid里显示NorthWind数据库中employees表的内容。我的做法是在vs2003的服务器资源管理器中建立一个连接到NorthWind数据库的连接，然后将其中的employees&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Asp.Net的性能问题</title><link>https://fwhyy.com/2006/12/asp-net-performance-issues/</link><pubDate>Sat, 23 Dec 2006 00:00:00 +0800</pubDate><guid>https://fwhyy.com/2006/12/asp-net-performance-issues/</guid><description>&lt;p&gt;性能对于一个应用程序来说是一个很重要的问题，在web的开发中也是一样，相信没有人愿意在电脑屏幕前花8秒钟来等待一个也面的打开，这就是常说的在web上的8秒钟原则。对于一个应用程序的性能我们应该把它当作是应用程序的一项功能，在设计的时候就应该处理好性能的问题，而不应该在整个程序开发完了以后再来进行优化，因为这样会付出更多的代价。&lt;/p&gt;</description></item></channel></rss>