<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terrysco&#039;s Blog &#187; performance</title>
	<atom:link href="http://www.terrysco.com/node/tag/performance/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terrysco.com</link>
	<description>仅关注于互联网行业， Linux平台开发。</description>
	<lastBuildDate>Sat, 22 May 2010 10:50:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>《高性能网站建设进阶指南》书评</title>
		<link>http://www.terrysco.com/node/high-performance-website-notes.html</link>
		<comments>http://www.terrysco.com/node/high-performance-website-notes.html#comments</comments>
		<pubDate>Sat, 22 May 2010 10:50:29 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[Web Architecture]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.terrysco.com/?p=350</guid>
		<description><![CDATA[这本书比上一本《高性能网站建设指南》更加的深入，虽然目前我只读到第六章内容，但是我已经把该书的等级从”推荐“改为”力荐“。
目前看到的对几个经典问题的剖析：javascript单线程问题，脚本拆分节省下载负载问题，行内脚本和外部链接脚本的加载过程以及对组件下载和渲染的影响，内存使用对响应时间的影响（其中提到了GC机制，对后端开发人员也有很好的参考价值）。
本书中出现了好几个我一直膜拜的javascript的牛人，其中有jquery框架的创始人，有jsmin的作者（一个js的压缩工具）。结合本书的javascript章节，我相信对javascript的机制会有个更加深入的了解。正如上一本书中所说，70%的页面响应时间都花费在浏览器端，这部分的优化对高负载流量站点来说不容忽视，不管是架构师，还是前台或者后端开发人员本书都有很高的参考和研究价值。
注：本书中部分章节需要有程序设计的基础知识，比如多线程和内存管理。
今天终于看完了所有章节，个人感觉后半部分三个章节内容写得不错。1，javascript代码优化。此部分内容不仅仅局限于javascript代码，对别的语言也是一个参考，（除了作用域对性能影响），因为大部分讲的是程序控制流程对语言性能的影响。
2，Gzip压缩。这个章节很有趣，分析了15%的用户在http请求头中为什么没有gzip。并给出了一些解决方案，这个章节的特约作者在上一本书中对gzip压缩也做了详细的介绍。书中那个性能对比图比较重要。
3，图像优化。可能做后端程序的人对这个方面不是很了解，这个章节刚好对我是个补充。以前项目涉及到图片的压缩率，处理图片的cpu占用率和图片压缩算法，加上这个章节的介绍，就更完美了。
]]></description>
		<wfw:commentRss>http://www.terrysco.com/node/high-performance-website-notes.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>【转载】drupal的性能问题</title>
		<link>http://www.terrysco.com/node/drupal-performance.html</link>
		<comments>http://www.terrysco.com/node/drupal-performance.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:26:54 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[CMS/FrameWork]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.anyliv.com/www.terrysco.com/?p=97</guid>
		<description><![CDATA[<p>原文地址：&#160;<a href="http://www.bloggern.com/3577.html">http://www.bloggern.com/3577.html</a>&#160;</p><p><span class="Apple-style-span" style="font-family: Verdana; font-size: 14px; line-height: 21px; ">我因为工作原因，曾经对Drupal做过比较全面的测试。当时的环境是双服务器（DB server+Web Server），硬件配置都是单CPU+4G。数据库里面有几千条记录。用JMeter对各种情况下（开/关各种cache模块，logged user/anonymous user）不同页面的读取和写入操作都进行过测试。&#160;<br />...</p></span>
]]></description>
		<wfw:commentRss>http://www.terrysco.com/node/drupal-performance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
