Archive for June 22nd, 2008
Doing web development on my local machine – a Vista box – I was wondering why page rendering was so slow. First I thought my web application was not well done. But then I figured out that the pages rendered lightning fast on IE 7. And again later, I experienced, that the web application rendered [...]
Filed under: php, tips, windows | Leave a Comment
InnoDB or myISAM?
22Jun08
That a hard choice. I Also run into some new engines but in their speeds test i realised that none was as fast as the mentioned, wide spread, innoDb or myIsam. In general MyISAM offers speed whereas Innodb offers reliability.
Lets look at both engines in depth.
Filed under: php, tweaks | 3 Comments