GithubHelp home page GithubHelp logo

asyncindex's Introduction

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

{
    ...
    "require": {
        "magento-hackathon/async-index":"*"
    },
    "repositories": [
	    {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra":{
        "magento-root-dir": "./"
    }
}
  • Then from your composer.json folder: php composer.phar install or composer 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

asyncindex's People

Contributors

daim2k5 avatar flyingmana avatar schrank avatar schumacherfm avatar tobihille avatar unknownnf avatar winstonn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.