摘要: 关于前端优化,相信大家都知道yahoo出品的yslow的Firefox插件,yslow可以对网站的页面进行分析,指示需要优化的部分。关于yslow优化详细见Best Practices for Speeding Up Your Web Site,之后才出现 css sprite、压缩css/js的工具,目的都是为了减少http请求。在ASP.NET Web Form4.5中,Bundle类提供了此功能。Global.asax.cs代码 1: void Application_Start(object sender, EventArgs e) 2: { 3: // 在应... 阅读全文
posted @ 2012-12-24 22:26 Ian.w 阅读(983) 评论(0) 推荐(0)