Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Apr 15, 2015
1 parent abcd614 commit f3a08c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,4 +89,4 @@ debug($time);
With the first request with my test it was 9 seconds, the second hit only 1 second.
So in overall the speed improvement can be **around 10x faster**. It really depends on how dynamic your pages and URLs are, though.
And the above 10000 links is not a realistic scenario, so the overall speed improvement compared to the whole dispatcher process
will me usually a lot less. So you definitely should look into other bottlenecks, usually the DB, opcode caching, and dispatching speed in general.
will be usually a lot less. So you definitely should look into other bottlenecks, usually the DB, opcode caching, and dispatching speed in general.

0 comments on commit f3a08c2

Please sign in to comment.