From e16b051c6c3fe42acfc498e1ca0596400d7cc0a1 Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Mon, 7 Aug 2017 12:02:46 +0300 Subject: [PATCH] [doc] add elastica populate bundle --- .../populate-command-optimization.md | 114 ++++++++++++++++++ docs/index.md | 9 +- 2 files changed, 119 insertions(+), 4 deletions(-) create mode 100644 docs/elastica-bundle/populate-command-optimization.md diff --git a/docs/elastica-bundle/populate-command-optimization.md b/docs/elastica-bundle/populate-command-optimization.md new file mode 100644 index 000000000..8c5cab739 --- /dev/null +++ b/docs/elastica-bundle/populate-command-optimization.md @@ -0,0 +1,114 @@ +# Enqueue Elastica Bundle + +Improves performance of `fos:elastica:populate` commands by distributing the work among consumers. +The performance gain depends on how much consumers you run. +For example 10 consumers may give you 5 to 7 times better performance. + +## Installation + +Install packages using [composer](https://getcomposer.org/) + +```bash +$ composer require enqueue/elastica-bundle friendsofsymfony/elastica-bundle +``` + +Add bundles to `AppKernel` + +```php +