From 6a2552a47e5799d75ca88f5c100478bd953b6163 Mon Sep 17 00:00:00 2001 From: Bogdan Padalko Date: Tue, 27 Feb 2018 10:31:32 +0200 Subject: [PATCH] Fix docs saying benchmark was comples, it should be NOT complex [skip ci] --- docs/getting-started/performance-tricks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/performance-tricks.rst b/docs/getting-started/performance-tricks.rst index af52558..ab350ee 100644 --- a/docs/getting-started/performance-tricks.rst +++ b/docs/getting-started/performance-tricks.rst @@ -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