Simple fact of The Google Economy: people can’t find stuff if it’s not indexed in major search engines. A slow site might not seem as bad as blocking the crawlers that search engines use to index your content, but it does seriously affect the depth and frequency of crawling they do.
The above is Google’s report [...]
Posted September 23, 2008 by Casey
Categories: Technology. Tags: crawl rate, googlebot, performance, seo, website performance. Comments Off.
This two year old post about Rasmus Lerdorf’s PHP scaling tips (slides) is interesting in the context of what we’ve learned since then. APC now seems common, and it’s supposedly built-in to PHP6. Still, I’d be interested in seeing an update. Are MySQL prepared statements still slow?
And that’s where Rasmus’ latest presentation comes in. We [...]
Posted September 22, 2008 by Casey Bisson
Categories: Technology. Tags: callgrind, performance, php, Rasmus Lerdorf, scaling, web applications, web development. Be the first one.
Via an email from the Amazon Web Services group today:
…we are excited to share some early details with you about a new offering we have under development here at AWS — a content delivery service.
This new service will provide you a high performance method of distributing content to end users, giving your customers low latency [...]
Posted September 18, 2008 by Casey Bisson
Categories: Technology. Tags: amazon, amazon web services, AWS, CDN, content delivery networks, optimization, performance, website optimization, website performance. Be the first one.
WordPress.com VIP hosts some high-traffic sites, including Gizmodo’s live coverage of the iPhone 3g introduction. Now that the NFL has selected the service for their blogging we’ll get a chance to see how they handle the Superbowl rush.
Posted September 9, 2008 by Casey
Categories: Dispatches, Technology. Tags: innovative uses of WordPress, NFL, performance, wordpress. Be the first one.
Hearing Steve Souders at WordCamp last week got me thinking about website performance, so I went looking for more. The slides from his WordCamp talk are online, but he gave a similar talk at Google I/O which got videotaped and posted richer detail than his slides alone will ever reveal.
Also on his blog: Use the [...]
Posted August 25, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: performance, Steve Souders, web, web development. Be the first one.
Google turned this up, but i have no idea how old it is: How to Monitor MySQL’s performance.
Posted August 24, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: mysql, performance. One Comment.
Emil Ong is the Chief Evangelist and a lead developer for Caucho Technology, the developers of the Quercus PHP to Java compiler. The idea, I guess, is to write in PHP, deploy in Java, which some people say is better supported by the “enterprise.â€
Ong claims 26% performance improvement over Apache + mod_php + APC. [...]
Posted August 16, 2008 by Casey Bisson
Categories: Technology. Tags: Caucho, Emil Ong, enterprise, java, performance, Quercus, WordCamp, wordpress. Be the first one.
Steve Souders: 10% of the problem is server performance, 90% of problem is browser activity after the main html is downloaded. He wrote the book and developed YSlow, so he should know.
JavaScripts are downloaded serially and block other activity. Most JavaScript functions aren’t used at OnLoad. We could split the JS and only load essential [...]
Posted August 16, 2008 by Casey Bisson
Categories: Technology. Tags: javascript, optimization, performance, Steve Souders, website. One Comment.
Elliott C. Back points to his use of object caching, WP-Cache, and MySQL query caching among the reasons why his site “is so much faster that yours.â€
Posted August 13, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: caching, performance, tips, wordpress. Be the first one.
Jacob Santos‘ FuncDoc notes:
The WordPress Object Cache changed in WordPress 2.5 and removed a lot of file support from the code. This means that the Object Cache in WordPress 2.5 is completely dependent on memory and will not be saved to disk for retrieval later. The constant WP_CACHE also changed its meaning.
I’ve just started using [...]
Posted February 7, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: cache, changes, object cache, performance, wordpress, WordPress 2.5, wp-cache. 5 Comments.