Title: Enhanced Autoload Manager
Author: Rai Ansar
Published: <strong>Nyakanga 11, 2025</strong>
Last modified: Ugushyingo 15, 2025

---

Search plugins

![](https://ps.w.org/enhanced-autoload-manager/assets/banner-772x250.png?rev=3326496)

![](https://ps.w.org/enhanced-autoload-manager/assets/icon-256x256.png?rev=3326496)

# Enhanced Autoload Manager

 By [Rai Ansar](https://profiles.wordpress.org/raiansar/)

[Download](https://downloads.wordpress.org/plugin/enhanced-autoload-manager.1.6.3.zip)

 * [Details](https://kin.wordpress.org/plugins/enhanced-autoload-manager/#description)
 * [Reviews](https://kin.wordpress.org/plugins/enhanced-autoload-manager/#reviews)
 *  [Installation](https://kin.wordpress.org/plugins/enhanced-autoload-manager/#installation)
 * [Development](https://kin.wordpress.org/plugins/enhanced-autoload-manager/#developers)

 [Support](https://wordpress.org/support/plugin/enhanced-autoload-manager/)

## Description

The Enhanced Autoload Manager plugin allows you to easily manage the autoloaded 
data within your WordPress database. Autoloaded data can accumulate over time and
slow down your website by loading unnecessary data on every page request. This plugin
offers a simple, yet powerful interface to delete or disable specific autoload data,
helping to improve the performance and speed of your site.

With the Enhanced Autoload Manager, you’ll get a clear overview of the top autoload
entries and their sizes. The plugin provides a modern and aesthetic interface with
actionable buttons that let you either delete or disable the autoload option right
from the dashboard. For convenience and clarity, the data sizes are displayed in
KBs and MBs.

Beyond managing individual entries, Enhanced Autoload Manager also displays the 
total size of all autoloaded data, giving you a better sense of your site’s autoload
footprint.

### Features

 * List autoloaded data entries sorted by size with configurable limit options
 * Search functionality to find specific autoload options
 * Pagination for easier navigation through large datasets
 * Export and import autoload settings for backup or site migration
 * Confirmation dialogs before deleting or disabling options
 * Refresh button to update autoload data without reloading the page
 * Display data size in a readable format (KB and MB)
 * One-click action buttons to delete or disable autoload options
 * Total autoloaded data size display on the plugin page
 * Option to view autoload entry contents via expand button
 * Filter options by core WordPress, WooCommerce, or Elementor
 * Mobile-responsive design for better usability on all devices
 * Simple, modern, and intuitive interface with no dependencies on external libraries

### Source Code

This plugin is open source and available on GitHub: https://github.com/RaiAnsar/
enhanced-autoload-manager

### Support

Need custom WordPress plugins, WooCommerce sites, or server optimization? Contact**
Rai Ansar** at hi@raiansar.com

Specializing in: Custom WordPress Plugins • React.js & Next.js Development • WooCommerce
Solutions • Server Management & Optimization

## Screenshots

 * [[
 * Main plugin interface showing autoload data with search functionality and action
   buttons
 * [[
 * Expert mode warning with modern styling and dismissible notice

## Installation

 1. Upload the ‘enhanced-autoload-manager’ folder to the ‘/wp-content/plugins/’ directory.
 2. Activate the Enhanced Autoload Manager through the ‘Plugins’ menu in WordPress.
 3. Navigate to ‘Tools’ > ‘Enhanced Autoload Manager’ in your WordPress admin to manage
    autoload data.

## FAQ

### Does it require any configuration?

No, it’s simple to use. Install and navigate to the Tools menu to start optimizing
autoloaded data.

### Is it safe to delete autoload data?

Always make sure to backup your database before deleting data. While the plugin 
is safe to use, caution is always recommended.

### What is the difference between Basic and Expert mode?

Basic mode hides WordPress core autoload options to prevent accidental deletion 
of critical data. Expert mode shows all autoload options including core WordPress
options – use with caution.

### Can I export my autoload settings?

Yes, the plugin includes export and import functionality to backup your autoload
settings or migrate them between sites.

## Reviews

![](https://secure.gravatar.com/avatar/d2b912e3fa879da6c5bfa004ee1217115ee577ef59fe9a69d2fbe84e43d78960?
s=60&d=retro&r=g)

### 󠀁[Finally one that really works](https://wordpress.org/support/topic/finally-one-that-really-works/)󠁿

 [Bob](https://profiles.wordpress.org/bobf000/) Kanama 16, 2025 1 reply

Tried several autoload tools. None was complete. Some only listed the items, sometimes
even just a few of them, without being able to change the status while others returned
nonsense. This one has it all. All items are listed, all can be configured and found
with “Search” and it even has a “lock” feature to make sure you don’t need to set
the status again after an update or whatever. So much easier and quicker then phpMyAdmin.

 [ Read all 1 review ](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/)

## Contributors & Developers

“Enhanced Autoload Manager” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Rai Ansar ](https://profiles.wordpress.org/raiansar/)

[Translate “Enhanced Autoload Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/enhanced-autoload-manager)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/enhanced-autoload-manager/),
check out the [SVN repository](https://plugins.svn.wordpress.org/enhanced-autoload-manager/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/enhanced-autoload-manager/)
by [RSS](https://plugins.trac.wordpress.org/log/enhanced-autoload-manager/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.6.3

 * CRITICAL FIX: Locking feature now reliably prevents automatic modifications from
   WordPress/plugin updates
 * Fixed: Locked options now preserve BOTH autoload flag AND option value (not just
   flag)
 * Fixed: Restore hooks now run on init, admin_init, updated_option, and upgrader_process_complete
 * Fixed: Real-time protection against option value changes via updated_option hook
 * Fixed: UI now hides Disable/Delete buttons for locked options to prevent user
   confusion
 * Fixed: Deleted options are now properly removed from lock list
 * Added: Admin notices when locked options are automatically restored
 * Added: Automatic upgrade of old lock data format (string) to new format (array
   with value + timestamp)
 * Added: Debug logging when WP_DEBUG is enabled for lock violations
 * Added: Helpful tooltip “(Unlock to modify)” for locked options
 * Improved: Lock data now includes autoload flag, full option value, and locked_at
   timestamp
 * Improved: Prevents multiple restore executions in same request for better performance

#### 1.5.3

 * Fixed Plugin Check compliance issues
 * Improved input sanitization and security
 * Enhanced footer styling and responsive design
 * Added proper WordPress.org submission headers
 * Fixed duplicate dismiss buttons in warning notices

#### 1.5.2

 * Added modern gradient warning design with persistent dismissal
 * Improved search bar placement and layout
 * Enhanced CSS scoping to prevent WordPress admin conflicts
 * Added activation and deactivation hooks
 * Fixed AJAX handler naming consistency

#### 1.4

 * Added search functionality to find specific autoload options
 * Implemented pagination for easier navigation through large datasets
 * Added confirmation dialogs before deleting or disabling options
 * Added export and import functionality for autoload settings
 * Added refresh button to update autoload data without page reload
 * Improved cache handling for better performance
 * Added support for mobile devices with responsive design
 * Fixed version inconsistencies across plugin files

#### 1.3

 * Added WordPress Nonce for extra layer of security

#### 1.2

 * Added total autoload size display
 * Enhanced the user interface for modern and aesthetic look
 * Improved display of data sizes in KB and MB

#### 1.1

 * First functional release with basic features

## Meta

 *  Version **1.6.3**
 *  Last updated **5 months ago**
 *  Active installations **500+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/enhanced-autoload-manager/)
 * Tags
 * [autoload](https://kin.wordpress.org/plugins/tags/autoload/)[autoloads](https://kin.wordpress.org/plugins/tags/autoloads/)
 *  [Advanced View](https://kin.wordpress.org/plugins/enhanced-autoload-manager/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/enhanced-autoload-manager/reviews/)

## Contributors

 *   [ Rai Ansar ](https://profiles.wordpress.org/raiansar/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/enhanced-autoload-manager/)