Created
December 13, 2011 03:19
-
-
Save ichikaway/1470366 to your computer and use it in GitHub Desktop.
CakePHP2 performance test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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