タグ

最適化に関するomioniのブックマーク (2)

  • MySQLノウハウ


     deleteupdate slow query log   ABA 使  (where name = 'hogehoge') JOIN (where a.name = b.name)  (<,>,between) LIKE (where name like 'hoge%') min(),
  • ウノウラボ Unoh Labs: PHP最適化tipsまとめサイト


    yukiGW PHPPHPTips   PHP12PHP Optimization tips ( http://www.ilia.ws/files/zend_performance.pdf) static使static使4 __get, __set, __autoload  require_once() 
  • 1