Plugin Pulse
← Pulse

My Simple Space

by idowebwork · Uncategorized

Also makes 1 other plugin · 8.9K+ installs across the portfolio →

Disk Space, Database and Memory Usage in the dashboard.

⚠ Stale
How scoring works →
56 Health · C
Maintenance 27/100
Rating quality 78/100
Support 70/100

56 health vs 56 average across 16,376 Uncategorized plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

62 / 100

Room to improve

Biggest win: Update recency

Update recency 36/100
WP compatibility 88/100
Rating quality 63/100
Listing tuning 68/100

To rank higher: Last updated 712 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+50% vs prior 30d
0Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

287

now · peak 1.0K

28630d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

My Simple Space · #2463 you Optimize Database af · #678 Disk Usage Sunburst · #2256 Disk Usage Insights · #5747

Rating trend

Star average over time · dips mark rough releases

4.4Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

36per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

2.0y ago

latest release · v1.2.9

10

tagged releases on record

Recent releases

1.2.9 · 2.0y ago1.2.8 · 4.5y ago1.2.7 · 6.4y ago1.2.6 · 6.5y ago1.2.5 · 6.8y ago1.2.4 · 7.4y ago1.2.3 · 7.4y ago1.2.2 · 7.5y ago1.2.0 · 7.9y ago1.2.1 · 7.9y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v1.2 100%

Estimated active installs

The public count shows “8K+”. Our estimate pins where the real number sits.

tracked estimate
8K–9K ≈8.9K

Refined from the date this plugin crossed into its current band.

Install history · since 2015-10-16 · 1,427 observations

8KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
1.2.9
Last updated
2.0y ago
Added
2015-05-20 · 11 yrs old
Requires WP
4.6.0
Tested up to
6.6.7
Requires PHP

Recent reviews

All reviews on wp.org ↗
  1. JimJam
    2.5y ago

    This plugin gives everything you need: Not the server Memory usage but the actual WordPress website’s memory usage, Database Size, Site files’ total size — among the important WP folders of importance — all size-wise. Very well thought-out plugin. I am installing this on all my WP stacks, because the actual stats matters and we needs to keep eagle’s eyes on those stats always if we are a true professional. Without knowing the stats its like your monitor screen is off and you are not up-to-date on whats going on – that’s terrible! Thanks for this awesome plugin. God bless tons.

    Read on wp.org ↗
  2. tceriksen
    7.6y ago

    This plugin works well. I would like more details, but as a guide it works well. Did I say it works well? It works well.

    Read on wp.org ↗
  3. nick
    8.0y ago

    What a great little plugin!

    Read on wp.org ↗
  4. marty
    8.2y ago

    Wanted to like this but… …it made my site’s admin pages almost inaccessible. I disabled all my plugins in an effort to isolate the problem and this ended up being the culprit. I guess this plugin digs deep into your server and causes problems as a result. This topic was modified 8 years ago by marty.

    Read on wp.org ↗
  5. Henrique Picanço
    8.4y ago

    This plugin works very well, and give me information about disk space in my VPS server, without have to make login in server’s panel every single time. Really great plugin.

    Read on wp.org ↗
  6. Liew Cheon-Fong
    9.7y ago

    I am looking for simple plugin to display disk space used by WordPress and THIS IS PERFECT! Simple and clear. No setting. Widget on dashboard. Love it!

    Read on wp.org ↗
  7. saltykey
    9.9y ago

    Just as the name suggests – simple! This is a great lightweight plugin if you want to keep tabs on the PHP version running on your server, the database size, size of your uploads folder, memory limit/usage, etc. This is something all webmasters need to be aware of.

    Read on wp.org ↗
  8. susannadee
    10.2y ago

    I agree with the earlier reviewer, this should be part of WordPress Small and exactly what I want

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. Version 1.2.9 Corrected error in reverted \FilesystemIterator::FOLLOW_SYMLINKS. Switched to \FilesystemIterator::SKIP_DOTS, as following symlinks causes errors on some hosting platforms. 1.2.9
  2. Version 1.2.8 Adds wp-content if outside ABSPATH, which was added in 1.2.7, to the Entire Site calculation, as WP_CONTENT_DIR is configurable. 1.2.8
  3. Version 1.2.7 Updated code to use WP_CONTENT_DIR and WP_PLUGIN_DIR, as these can be changed by the site owner, to get correct paths. Reverted \FilesystemIterator::FOLLOW_SYMLINKS back to \FilesystemIterator::CURRENT_AS_FILEINFO on lin 1.2.7
  4. Version 1.2.6 Reverted \FilesystemIterator::CURRENT_AS_FILEINFO back to \FilesystemIterator::FOLLOW_SYMLINKS on line 227 to attempt correcting a bug from 1.2.5. Added code to ensure trailing slash on path for mss_dir_size function 1.2.6
  5. Version 1.2.5 Adjusted \FilesystemIterator::FOLLOW_SYMLINKS on line 227 to \FilesystemIterator::CURRENT_AS_FILEINFO, as it returned the same folder size for wp-content, themes & uploads. Stripping the 2 path variable lines on 220 & 22 1.2.5
  6. Version 1.2.4 Fixed issue in the mss_dir_size function which caused a fatal exception when it tries to access a file path, instead of a folder path. Thanks @idempotent for pointing this out. Added \FilesystemIterator::FOLLOW_SYMLINKS 1.2.4

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 7.4.8 · WP 5.9.3

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2025-06-19 7K+ → 8K+ up after 459 days in tier
  2. 2024-03-17 6K+ → 7K+ up after 9 days in tier
  3. 2024-03-08 7K+ → 6K+ down after 4 days in tier
  4. 2024-03-04 6K+ → 7K+ up after 4 days in tier
  5. 2024-02-29 7K+ → 6K+ down after 3 days in tier
  6. 2024-02-26 6K+ → 7K+ up after 240 days in tier
  7. 2023-07-01 5K+ → 6K+ up after 1 days in tier
  8. 2023-06-30 6K+ → 5K+ down after 2 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for My Simple Space into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/my-simple-space" width="480" height="300" style="border:0" loading="lazy" title="My Simple Space — Plugin Pulse"></iframe>
Preview card ↗

My Simple Space: 8K+ active installs, 4.4★ (10 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/my-simple-space