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 +