Skip to content

Instantly share code, notes, and snippets.

@ichikaway
Created December 13, 2011 03:19
Show Gist options
  • Save ichikaway/1470366 to your computer and use it in GitHub Desktop.
Save ichikaway/1470366 to your computer and use it in GitHub Desktop.
CakePHP2 performance test
normal view.ctp
102 req/sec 2,191calls 15,892 microsecs
-------------------------------
normal index.ctp&default.ctp
40 req/sec
turn off Html->link() on default layout
40 req/sec
------Posts/index.ctp-----------------------
turn off sort
42 req/sec 11,301calls 47,324 microsecs
turn off sort&html->link()add,edit
52 req/sec 7,581calls 37,114 microsecs
turn off Form->postLink()
76 req/sec 3,533calls 22,248 microsecs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment