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

Commit 6a2552a

Browse files
committed
Fix docs saying benchmark was comples, it should be NOT complex [skip ci]
1 parent e427ad2 commit 6a2552a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/performance-tricks.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Isolate startup data
107107
====================
108108

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

113113
.. code:: php
114114

0 commit comments

Comments
 (0)