What You’ll Learn
- Why large Dashboards need entry limits
- How to set a custom limit
- Two methods to apply the setting
Prerequisites
- Choose one method below (using both is unnecessary)
When to Use This
Apply this setting if:- You manage hundreds of child sites
- The Overview page loads slowly
- The Non-MainWP widget has thousands of entries
Method 1: Custom Dashboard Extension (Recommended)
Install Custom Dashboard
Install the Custom Dashboard extension.
Method 2: Edit functions.php
Use this method if you prefer not to install an extension.Recommended Limits
| Number of Child Sites | Suggested Limit |
|---|---|
| 100-200 sites | 500 entries |
| 200-500 sites | 200 entries |
| 500+ sites | 100 entries |
Self-Check Checklist
- Code added via Custom Dashboard OR functions.php
- Limit value set appropriately for your Dashboard size
- Changes saved
- Overview page loads faster
Related Resources
- Optimize Dashboard for Shared Hosting - Performance tips
- Hide Widgets - Remove unused widgets
- Custom Dashboard Extension - Extension documentation
