Plugin Directory

Changeset 2024913


Ignore:
Timestamp:
02/04/2019 10:46:44 PM (7 years ago)
Author:
raidboxes
Message:

Textfixes README.txt and add-index-to-autoload.php

Location:
add-index-to-autoload/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • add-index-to-autoload/trunk/README.txt

    r2024904 r2024913  
    1515### Add Index To Autoload Plugin
    1616
    17 his tool will speed up your database queries by adding an index to the “autoload” field.
     17This tool will speed up your database queries by adding an index to the “autoload” field.
    1818With this index the query time for the autoload option will not increase with growing table size.
    1919Therefore it helps speeding things up – especially with big option-tables.
  • add-index-to-autoload/trunk/add-index-to-autoload.php

    r2024904 r2024913  
    22
    33/**
    4  * The plugin bootstrap file
    5  *
    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 deactivation
    8  * functions, and defines a function that starts the plugin.
    9  *
    104 * @link              https://raidboxes.io
    115 * @since             1.0.0
     
    159 * Plugin Name:       Add Index To Autoload
    1610 * 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.
    1812 * Version:           1.0.0
    19  * Author:            Matthias Held at RAIDBOXES
    20  * Author URI:        https://web-architect.me
     13 * Author:            RAIDBOXES
     14 * Author URI:        https://raidboxes.io
    2115 * License:           GPL-3.0+
    2216 * License URI:       http://www.gnu.org/licenses/gpl-3.0.txt
Note: See TracChangeset for help on using the changeset viewer.