Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Fix docs saying benchmark was comples, it should be NOT complex [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
pinepain committed Feb 27, 2018
1 parent e427ad2 commit 6a2552a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/performance-tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Isolate startup data
====================

Startup data can speedup your context creation by populating them with script run result. It can save from 1% to 3%, so
it's not so effective as script code cache, however, the benchmark was done on so complex example so if you have a lot
of entities that you need to bootstrap your context with, your saving may be more.
it's not so effective as script code cache, however, the benchmark was done on using quite simple example,
so if you have a lot of entities that you need to bootstrap your context with, your saving may be more.

.. code:: php
Expand Down

0 comments on commit 6a2552a

Please sign in to comment.