Changeset 2024913
- Timestamp:
- 02/04/2019 10:46:44 PM (7 years ago)
- Location:
- add-index-to-autoload/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
add-index-to-autoload.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-index-to-autoload/trunk/README.txt
r2024904 r2024913 15 15 ### Add Index To Autoload Plugin 16 16 17 his tool will speed up your database queries by adding an index to the “autoload” field.17 This tool will speed up your database queries by adding an index to the “autoload” field. 18 18 With this index the query time for the autoload option will not increase with growing table size. 19 19 Therefore it helps speeding things up – especially with big option-tables. -
add-index-to-autoload/trunk/add-index-to-autoload.php
r2024904 r2024913 2 2 3 3 /** 4 * The plugin bootstrap file5 *6 * This file is read by WordPress to generate the plugin information in the plugin admin area.7 * This file also includes all of the dependencies used by the plugin, registers the activation and deactivation8 * functions, and defines a function that starts the plugin.9 *10 4 * @link https://raidboxes.io 11 5 * @since 1.0.0 … … 15 9 * Plugin Name: Add Index To Autoload 16 10 * Plugin URI: https://raidboxes.io 17 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.11 * Description: This tool will speed up your database queries by adding an index to the “autoload” field. 18 12 * Version: 1.0.0 19 * Author: Matthias Held atRAIDBOXES20 * Author URI: https:// web-architect.me13 * Author: RAIDBOXES 14 * Author URI: https://raidboxes.io 21 15 * License: GPL-3.0+ 22 16 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Note: See TracChangeset
for help on using the changeset viewer.