Friday, October 23, 2009

Roadmap to optmize php code "“Micro” Optimizations That Matter"

This a nice & short article: "Micro Optimizations That Matter" by Brandon Savage.

It's like roadmap to optimize your web applications rather than the php code by itself, "micro" tricks that can definitely impact performance positively.

Labels: , , ,

Wednesday, October 21, 2009

Improve Mysql Performance

The best answers come from measurable data, don't let the "I think that ", "I believe", "IF..." drive your decisions when it comes to performance.

Where to look? Well, don't try to reinvent the wheel, there are plenty of tools that can provide enough data so you can make informed decisions regarding mysql performance.

SQL Performance Tips: There is lack on benchmarks about most of the suggestions here, still, many of them are obvious and can help you about what to test.

How to profile a query in mysql: this is self explanatory :)

Using the New MySQL Query Profiler: SQL diagnostic tool that assists in the debugging and analysis of running SQL.

Labels: , , ,