Download the PHP package zookal/async-index without Composer
On this page you can find all versions of the php package zookal/async-index. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zookal/async-index
More information about zookal/async-index
Files in zookal/async-index
Download zookal/async-index
More information about zookal/async-index
Files in zookal/async-index
Vendor zookal
Package async-index
Short Description This extension allows to execute the index process asyncronously
License MIT
Package async-index
Short Description This extension allows to execute the index process asyncronously
License MIT
Please rate this library. Is it a good library?
Informations about the package async-index
AsyncIndex
Zookal adaptions:
- in
hackathon_async_index.php
first 5 lines. - run it
*/15 * * * * /bin/sh htdocs/cron.sh shell/hackathon_async_index.php >> var/cronAsyncIndex.log 2>&1
and not via normal Magento cronjob
License: MIT
Features
- Schedule Reindex from Backend (put entry in cron_schedule) and reindex via Cron
- Reindex partially (only needed parts) from shell
- Automatic background reindexing with configurable event count and schedule
Installation Instructions
Via modman
- Install modman
- Use the command from your Magento installation folder:
modman clone https://github.com/magento-hackathon/Hackathon_AsyncIndex/
Via composer
- Install composer
- Install Magento Composer
-
Create a composer.json into your project like the following sample:
- Then from your
composer.json
folder:php composer.phar install
orcomposer install
Manually
- You can copy the files from the folders of this repository to the same folders of your installation
Installation in ALL CASES
- Clear the cache, logout from the admin panel and then login again.
Uninstallation
- Remove all extension files from your Magento installation
- Via modman:
modman remove Hackathon_AsyncIndex
- Via composer, remove the line of your composer.json related to
magento-hackathon/hackathon_asyncindex
Configuration
You can configure the automatic background indexing from: System -> Configuration -> System -> Asynchronous Indexing
Available options are:
Enable Automatic Indexing
- Default:Yes
Async Indexing Crontab
- Default:*/5 * * * *
Events Limit
- Default:200
- This limit is per process, keep it at a sensible number for large catalogs
All versions of async-index with dependencies
PHP Build Version
Package Version
No informations.
The package zookal/async-index contains the following files
Loading the files please wait ....