Learn a few of the most useful Magento 1 scripts and where to go for more information.
Magento users can often benefit from writing scripts to streamline, accelerate, or automate many of the platform’s common commands. These PHP scripts run from the command line and, if properly executed, can enhance Magento’s performance.
This article acts as an introduction to helpful scripts; therefore, it will not provide detailed instructions on how to implement them. It will, however, provide general tips and specific links to such information.
You can find more information about these scripts and instructions regarding their use on the Nexcess blog.
Read Magento Maintenance: Five Tasks That Will Keep Your Store Running Smoothly.
Some useful scripts include:
The script, backup.php, creates a compressed Magento database backup in the var/backups folder. It is functionally identical to running System > Tools > Backup, but faster and immune to the timeouts that often plague backup operations on very large databases. It can also be run as a cron job.
The script, export.php, addresses Magento’s notoriously slow import and export functions. This script runs the same export profile as the administrator control panel, but with significantly more speed and without the timeout issues known to affect browsers.
Magento 1.4 comes with its own shell scripts.
Magento 1.4 comes with its own shell scripts. The MAGENTO_ROOT/shell/ directory contains four files:
Abstract.php is the abstract class definition for Mage_Shell that runs the other scripts and gives you the ability to write your own.
Indexer.php is a command line interface to Magento’s index management.
Log.php manages the visitor logs. This is essential for keeping your database at a reasonable size, and by extension, your time-to-first-byte latency low.
The compiler.php script is the command line interface to Magento’s compiler. For every connection, Magento searches its categories in the following order of priority:
The Magento Compiler essentially copies all of the class and code files to a single path, include/src, and then changes the include_path accordingly. It also aggregates the most commonly used PHP files.
For 24-hour assistance any day of the year, contact our support team by email or through your Client Portal.
Our award-winning customer care team is here for you.
Contact Support