Download the PHP package web200/magento-elasticsuite-autocomplete without Composer
On this page you can find all versions of the php package web200/magento-elasticsuite-autocomplete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download web200/magento-elasticsuite-autocomplete
More information about web200/magento-elasticsuite-autocomplete
Files in web200/magento-elasticsuite-autocomplete
Download web200/magento-elasticsuite-autocomplete
More information about web200/magento-elasticsuite-autocomplete
Files in web200/magento-elasticsuite-autocomplete
Vendor web200
Package magento-elasticsuite-autocomplete
Short Description Magento 2 Module to speed autocomplete search
License OSL-3.0 AFL-3.0
Package magento-elasticsuite-autocomplete
Short Description Magento 2 Module to speed autocomplete search
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento-elasticsuite-autocomplete
Magento 2 Elastisuite Autocomplete speed up
Magento 2 Module to speed autocomplete search with elasticsuite
Features
This module use :
- Elasticsearch response
- Load the minimum magento class to display product (price and image helper)
- Return only products (with additional_attributes), categories
To improve speed I try two ways of routing :
- Default magento 2 routing way (by declaring routes.xml and use controller)
- No routing way (use a search.php file in /pub directory)
Installation
Composer
Or Github
Copy
in
Nginx specification
Use
- Reindex Magento Catalog
If you clone the repository don't forget to copy /pub/search.php file (file is copied automatically if you use composer install)
Benchmarks
For benchmarking, I use Magento 2.4.2 with sample data and all cache are active. Local ubuntu with mysql / elasticsearch / apache (no docker use)
Results :
- Elasticsuite last version (2.10.3) : 360ms
- This Module with default magento routing : 120ms
- This Module without magento routing : 80ms
All versions of magento-elasticsuite-autocomplete with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^8.0
The package web200/magento-elasticsuite-autocomplete contains the following files
Loading the files please wait ....