Title: Dev Limits – Server Limits Manager
Author: devshujon
Published: <strong>September 27, 2026</strong>
Last modified: September 27, 2026

---

Search plugins

![](https://ps.w.org/dev-limits-server-limits-manager/assets/banner-772x250.png?
rev=3715536)

![](https://ps.w.org/dev-limits-server-limits-manager/assets/icon-256x256.png?rev
=3715536)

# Dev Limits – Server Limits Manager

 By [devshujon](https://profiles.wordpress.org/devshujon/)

[Download](https://downloads.wordpress.org/plugin/dev-limits-server-limits-manager.2.1.1.zip)

 * [Details](https://wordpress.org/plugins/dev-limits-server-limits-manager/#description)
 * [Reviews](https://wordpress.org/plugins/dev-limits-server-limits-manager/#reviews)
 *  [Installation](https://wordpress.org/plugins/dev-limits-server-limits-manager/#installation)
 * [Development](https://wordpress.org/plugins/dev-limits-server-limits-manager/#developers)

 [Support](https://wordpress.org/support/plugin/dev-limits-server-limits-manager/)

## Description

**Dev Limits** helps you view PHP and WordPress server limits in one admin dashboard,
score them against a workload profile, detect your hosting stack, and apply changes
safely — or copy the exact snippet for your server.

The plugin is **read-only by default**. Nothing on your server changes until you
opt in to Configure (write) mode, which adds automatic backups, validation, verification,
and rollback when you apply changes from the admin.

#### Key features

 * **Read-only by default.** Nothing changes on your server until you opt in to 
   Configure mode.
 * **Health score engine.** A 0–100 score with recommendations tuned to your workload
   profile.
 * **Hosting detection.** Identifies Cloudways, Kinsta, WP Engine, SiteGround, Hostinger,
   cPanel, Plesk, Apache, Nginx, LiteSpeed, OpenLiteSpeed, and CloudLinux — and 
   shows which configuration methods work on your stack.
 * **Eight workload profiles.** Blog, Agency, WooCommerce, Elementor, Membership,
   LMS, Large Media, and Custom — with profile comparison and one-click activation.
 * **Analyzer.** PHP modules, `ini_get()`, WP constants, server variables, environment
   detection, and warnings.
 * **Snippets for every stack.** Auto-generated `wp-config.php`, `.htaccess`, `.
   user.ini`, `php.ini`, `nginx.conf`, and Apache snippets — only compatible formats
   are highlighted.
 * **Configure with safety.** Read/write modes, automatic backups, verification 
   engine, rollback, and safe apply.
 * **Debug Center.** Manage `WP_DEBUG`, `WP_DEBUG_LOG`, `SCRIPT_DEBUG`, `SAVEQUERIES`,
   and `WP_DEBUG_DISPLAY` with safe presets.
 * **Diagnostics export.** Full TXT and JSON reports with system information, warnings,
   and recommendations.
 * **Site Health integration.** Adds limit checks and a debug-information section
   to **Tools  Site Health**.
 * **Local analysis only.** No telemetry. GPL compatible. Multisite ready. Translation
   ready.

#### Admin pages

 * **Dashboard** — Health score, recommendations, quick stats, recent changes, backup
   status, quick actions
 * **Analyzer** — Limit analysis with warnings
 * **Profiles** — Workload profiles with comparison and activation
 * **Configure** — Safe read/write limit configuration with backups and rollback
 * **Debug Center** — Debug constants with safe presets
 * **Snippets** — Hosting-aware configuration snippets with copy and download
 * **Diagnostics** — Exportable system reports (TXT / JSON)
 * **Hosting Detection** — Provider, web server, SAPI, and method compatibility
 * **Settings** — Plugin preferences and custom profile targets
 * **Help Center** — FAQ, search, and hosting guides
 * **About** — Version, credits, license, and privacy

#### What it shows you

 * Upload Max Filesize, Post Max Size, PHP Memory Limit, WordPress Memory Limit
 * Max Execution Time, Max Input Vars, Max Input Time
 * PHP, WordPress, and database versions
 * Web server, operating system, and architecture
 * OPcache, cURL, GD, and Imagick status
 * Hosting provider and compatible configuration methods

### Privacy

Dev Limits does not collect, store, or transmit personal data, and it does not make
external or remote requests. All limit analysis and report generation happens on
your server. The diagnostics report is created only when you generate it.

## Screenshots

[⌊Dashboard with health score, hosting chip, recommendations, and quick actions.⌉⌊
Dashboard with health score, hosting chip, recommendations, and quick actions.⌉[

Dashboard with health score, hosting chip, recommendations, and quick actions.

[⌊Limits Analyzer with warnings and environment summary.⌉⌊Limits Analyzer with warnings
and environment summary.⌉[

Limits Analyzer with warnings and environment summary.

[⌊Workload profile cards and comparison table.⌉⌊Workload profile cards and comparison
table.⌉[

Workload profile cards and comparison table.

## Installation

 1. Upload the `dev-limits-server-limits-manager` folder to `/wp-content/plugins/`,
    or install through **Plugins  Add New**.
 2. Activate the plugin through the **Plugins** screen.
 3. Open **Dev Limits** in the admin menu.
 4. On the **Dashboard**, review your health score and recommendations.
 5. Open **Profiles** and choose a workload that matches your site (Blog, WooCommerce,
    Elementor, and others).
 6. Use **Snippets** to copy configuration code for your server stack, or open **Configure**
    to apply supported changes with backups.

No configuration is required for read-only analysis. Dev Limits works immediately
after activation and does not modify server files by itself.

#### Using Configure (write) mode

 1. Open **Dev Limits  Configure**.
 2. Enable Configure mode when you are ready to apply changes.
 3. Review the recommended values for your active profile.
 4. Apply changes to supported files (`wp-config.php`, `.htaccess`, or `.user.ini` 
    where compatible).
 5. Dev Limits creates a backup before each write, validates syntax, and can roll back
    on failure.

Hosts can disable write mode by defining `DEV_LIMITS_ALLOW_WRITE` as `false`.

## FAQ

### Does Dev Limits automatically increase my upload size or memory limit?

No. Dev Limits is read-only by design. It shows you the exact snippet to increase
a limit, but you apply it yourself — unless you explicitly enable Configure (write)
mode.

### How do I increase my maximum file upload size?

Open **Snippets**, choose your workload profile, and copy the snippet for your server
stack (`.user.ini`, `.htaccess`, `nginx.conf`, etc.). The Dashboard confirms the
new value once your host applies it.

### Why didn’t my limit change after I added the snippet?

Some hosts cap limits at the server level, ignore `.htaccess` `php_value` lines (
common on FastCGI / PHP-FPM), or require a restart. Use **Hosting Detection** to
see which methods work on your stack. Export a diagnostics report and share it with
your host if needed.

### Is Dev Limits compatible with multisite?

Yes. Each site stores its own profile and settings. The uninstall routine cleans
up every site on the network.

### Does Dev Limits collect any data or make external requests?

No. Dev Limits collects nothing, sends nothing, and makes no external requests. 
All analysis happens locally on your site.

### Is it compatible with WooCommerce and Elementor?

Yes. Dedicated workload profiles and Site Health checks help confirm your server
is ready for WooCommerce stores and Elementor page builders.

### Can developers extend it?

Yes. Dev Limits ships a service container plus documented actions and filters so
add-ons can register new metrics, profiles, snippet formats, and admin pages.

### Can Dev Limits change my limits for me?

Only if you explicitly opt in. Configure (write) mode can apply selected limits 
to `wp-config.php`, `.htaccess`, or `.user.ini`. It always creates a backup first,
validates before saving, rolls back on failure, and logs every action. Hosts can
disable write mode by defining `DEV_LIMITS_ALLOW_WRITE` as false.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dev Limits – Server Limits Manager” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ devshujon ](https://profiles.wordpress.org/devshujon/)

[Translate “Dev Limits – Server Limits Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/dev-limits-server-limits-manager)

### Interested in development?

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

## Changelog

#### 2.1.1

 * WordPress.org automated scan: exclude hidden files (`.gitignore`, `.distignore`)
   from release ZIP.
 * Readme: Tested up to WordPress 7.1.

#### 2.1.0

 * WordPress.org review: plugin package aligned with slug `dev-limits-server-limits-
   manager` (folder, main file, and text domain).
 * All gettext calls use the literal text domain `dev-limits-server-limits-manager`(
   matches Plugin Check / directory requirements).
 * Includes Plugin Check hardening from 2.0.4 (i18n, security, readme, template 
   prefixes).

#### 2.0.4

 * Plugin Check hardening: translators comments, output escaping, input sanitization,
   template variable prefixes, and WordPress.org readme compliance.
 * Removed discouraged load_plugin_textdomain() call; WordPress.org loads translations
   automatically.
 * Plugin display name updated to remove trademarked term.

#### 2.0.3

 * Packaging: aligned plugin folder name and main plugin file name with the WordPress.
   org slug and text domain.

#### 2.0.2

 * Internationalization: replaced all gettext text domains with the literal slug`
   dev-limits-server-limits-manager` to match the WordPress.org plugin slug.

#### 2.0.1

 * Readme: neutral feature-focused description and clearer setup instructions.
 * Internationalization: text domain aligned with the plugin slug.

#### 2.0.0

 * Redesigned admin interface with 11 admin pages.
 * Health score engine, recommendations engine, quick stats, recent changes, and
   backup status on Dashboard.
 * Hosting detection for major providers and web servers with method compatibility
   matrix.
 * Configure page (formerly Advanced) with input vars, verification, rollback, and
   safe apply.
 * Debug Center with safe presets (log only / full / off).
 * Snippets: `.user.ini`, Apache format, compatibility badges, and download.
 * Diagnostics: hosting and warnings included in TXT/JSON exports.
 * Custom workload profile, Settings, Help Center, and About pages.
 * Admin bar shortcut, reduce motion support, and responsive layout.
 * Requires PHP 8.1+ and WordPress 6.8+.

#### 1.2.0

 * Redesigned admin UI with health score ring and key-metric cards.
 * Advanced page reorganised into Overview, Memory, Uploads, Debug and Backups tabs.
 * Preset buttons and toggle switches replace dropdowns and checkboxes.
 * Quick presets load recommended values per workload with a preview.
 * Action verification shows requested vs applied values after each change.
 * Automatic dark-mode support and improved accessibility.

#### 1.1.0

 * Added optional Advanced (write) Mode — off by default and read-only until enabled.
 * Apply WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT and debug constants to wp-config.php.
 * Attempt to apply upload_max_filesize, post_max_size and max_execution_time via.
   htaccess or .user.ini.
 * Automatic protected backup before every change, syntax validation, rollback on
   failure, and an action log.
 * Upload and post size fields offer presets up to 10G plus a validated Custom value.
 * Hosts can disable write mode by defining DEV_LIMITS_ALLOW_WRITE as false.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **2.1.1**
 *  Last updated **6 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.8 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 8.1 or higher **
 * Tags
 * [diagnostics](https://wordpress.org/plugins/tags/diagnostics/)[memory limit](https://wordpress.org/plugins/tags/memory-limit/)
   [php](https://wordpress.org/plugins/tags/php/)[site health](https://wordpress.org/plugins/tags/site-health/)
 *  [Advanced View](https://wordpress.org/plugins/dev-limits-server-limits-manager/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/dev-limits-server-limits-manager/reviews/)

## Contributors

 *   [ devshujon ](https://profiles.wordpress.org/devshujon/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dev-limits-server-limits-manager/)