Title: Hakeemify Debloater
Author: hakeemify
Published: <strong>16 de setembre de 2026</strong>
Last modified: 17 de setembre de 2026

---

Cerca extensions

![](https://ps.w.org/hakeemify-debloater/assets/banner-772x250.png?rev=3697925)

![](https://ps.w.org/hakeemify-debloater/assets/icon-256x256.png?rev=3697915)

# Hakeemify Debloater

 Per [hakeemify](https://profiles.wordpress.org/hakeemify/)

[Baixa](https://downloads.wordpress.org/plugin/hakeemify-debloater.0.10.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/hakeemify-debloater/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/hakeemify-debloater/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/hakeemify-debloater/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/hakeemify-debloater/#developers)

 [Suport](https://wordpress.org/support/plugin/hakeemify-debloater/)

## Descripció

Most optimisation plugins ask you to trust a switch. Debloater asks you to read

a finding.

It scans your site, records what it found, and shows you each change it could
 make:
what the change does, what it might break, how confident it is, and how to get back.
Nothing is applied until you confirm it, and every apply takes a recovery point 
first. After applying, it checks your site, and if the check finds a page broken
it puts everything back.

#### What it does

**Scans, and records facts.** Which core features are loading, how many
 revisions
and expired transients you have, what your autoloaded options weigh, which of your
plugins do the same job, and what your admin shows. Each scan is stored with the
facts it read.

**Explains every finding.** Each finding names the facts it came from, so you
 can
disagree with it and leave it alone.

**Scores each area separately, and says what it covers.** The Debloat Score
 is 
three scores out of 100 — Database, Admin and Assets — and they are not averaged
into one number. None is a speed measurement. Each counts what your site has that
Debloater offers to change, and not what WordPress does out of the box: a fresh 
install scores 100. Something it reports but cannot change for you, such as two 
plugins doing the same job or XML-RPC being on, is listed as a finding and costs
nothing. Each finding that costs points says how many. When everything left in an
area is behind deleting data — which Fix Safe Issues never does — the score says
what is left and offers to review deleting it. If any check in an area could not
run, that area is shown as not scored, with the reason, rather than as clean.

**Reads your admin as you.** Findings about the admin come from a request the
 scan
makes to your dashboard, signed in as the person scanning, and describe what that
person sees. The dashboard has 30 seconds to answer a scan started from the dashboard,
and 120 seconds from WP-CLI. From WP-CLI, run the scan with –user=; without it, 
the admin is not read and the scan says so.

**Plans before it acts.** You get a preview: every change, its risk level, what

it touches, and the recovery point that will be taken. The same scan and the same
profile always produce the same plan.

**Takes a recovery point first.** Before anything changes, the current
 configuration
is captured. Before rows are deleted, the rows themselves are captured, and the 
deletion does not run unless that capture completed.

**Verifies, then rolls back if it has to.** After applying, Debloater requests
 
your front page, a post, your dashboard and your REST API, and if one of them fails,
it puts everything back and tells you what failed. It also requests the login page,
and warns rather than rolling back if that looks wrong. When you apply from the 
dashboard, it also asks a fresh request whether each change loaded, and puts everything
back if one did not. From WP-CLI the same checks run as the administrator you name
with `--user=<an administrator>`, and a failure puts everything back there too. 
Without `--user`, or on a site that cannot make requests to itself, these checks
cannot run; the change stays, and Debloater reports which checks could not run.

**Diagnoses a request.** Pick a page — the home page, a post, the shop, the
 cart,
the checkout, the dashboard, or any address on your site — and Debloater requests
it once with its profiler switched on. It records how long the request took, its
peak memory, how many database queries it ran and how long they took, and how long
it waited on other servers, and turns what crossed a threshold into findings: a 
slow or repeated query pattern, a plugin with a large share of the time, a request
that waited on other servers. Every finding says what it could not observe. A diagnosis
changes nothing, is one request rather than a speed score, and is never added to
the Debloat Score. If a cache answered the request instead of your site, it says
so and records no figures. The most recent 20 diagnoses are kept.

**Connects what it measured to what it can change.** A diagnosis of a page
 records
the scripts and stylesheets it printed. Where one of Debloater’s changes removes
something it printed — the emoji script, jQuery Migrate, the cart-fragments script
off the shop — the finding names that change and says whether it is offered on your
site, decided from your last scan exactly as every other change is. Review it, apply
it the usual way, then diagnose the same page again to see the observed change.

**Adds nothing to a page when nothing is selected.** With no changes selected,
 
a front-end page loads none of Debloater’s change handlers and makes no query to
Debloater’s own data.

#### Three profiles

 * **Safe** — changes rated safe or low risk. This is what the «Fix Safe
    Issues»
   button applies.
 * **Performance** — Safe, plus changes rated medium risk.
 * **Maximum** — every change rated safe to high risk.

Every change carries a declared risk. Debloater raises it one level when
 something
on your site depends on what the change touches, and on any host it does not recognise(
it recognises WP Engine, Kinsta, SiteGround and LiteSpeed servers). On an unrecognised
host that means the front-end changes are rated high, so Performance leaves them
out and only Maximum includes them. The host does not raise a database change that
deletes nothing — clearing expired transients, or stopping large options from loading
on every request — because nothing a host does changes what those rows are. Nor 
does it raise a change whose finding already read what the host did: the revision
limit, which the scan reads as it is actually in effect. When a change is left out
of a plan because its risk was raised, the preview says why.

Stopping the Dashicons icon font from loading for visitors is rated on evidence.

The scan reads the pages it fetched as a visitor, and the stylesheets they load 
from your site, for any use of the font. If none uses it, the change is low risk
and Fix Safe Issues can include it; if any does, or a stylesheet could not be read,
it is medium, and the finding says which. Pages outside the sample, and icons added
by JavaScript after a page loads, are not seen.

None of the three profiles includes a change that deletes rows or a change to
 the
admin. Those are chosen one at a time, from their findings.

#### What it can change

Twenty-six changes at present, across WordPress core (emoji scripts, embeds,
 the
generator tag, RSD and shortlink headers, jQuery Migrate, heartbeat interval, revision
limits, self-pingbacks, Dashicons for guests), the admin (dashboard widgets, the
welcome panel, the news widget, plugin notices), the database (expired transients,
auto-drafts, orphaned meta, old revisions, spam comments, trash, autoloaded options),
WooCommerce (cart fragments and block styles loaded only where they are needed, 
admin analytics, marketplace suggestions) and Elementor (Google Fonts).

#### What it will not do

 * No admin notices and no dashboard widget.
 * No telemetry, no analytics, no AI.
 * No requests to other sites, except one optional request to wordpress.org
    described
   under «External services». The requests Debloater makes on its own are to your
   own site: to sample your pages and read your dashboard during a scan, to check
   your site after a change, and to request the page you ask it to diagnose.
 * No blocking of requests to other servers. A diagnosis reports them; what to
    
   do about them is yours to decide.
 * No claim that your site got faster. Debloater records before-and-after counts
   
   and leaves the conclusion to you.
 * Recovery points, verification and rollback are all in this free plugin, and
    
   none of them needs a licence.

#### External services

**Plugin release dates, from wordpress.org.** Only when a scan asks for it —
 wp
debloater scan –check-plugin-updates, or the `check_plugin_updates` parameter of
the REST scan endpoint; the dashboard never does — Debloater asks https://api.wordpress.
org/plugins/info/1.2/ for the last-updated date of each installed plugin, one request
per plugin, so it can tell you which look abandoned. Each request names the plugin’s
slug, and its user agent names this site’s address. Nothing else about your site
is sent. The dates are cached, and the choice is not remembered: the next scan does
not ask unless told to. This is WordPress’s own API; see the [wordpress.org privacy notice](https://wordpress.org/about/privacy/).

The rules Debloater reasons with ship inside the plugin and are never fetched.
 
A newer set arrives when you update the plugin.

Nothing else leaves your server.

#### WP-CLI

    ```
    wp debloater scan --user=<an administrator>
    wp debloater findings
    wp debloater preview --profile=safe
    wp debloater apply --profile=safe --yes
    wp debloater rollback --yes
    wp debloater status
    wp debloater diagnose --user=<an administrator> [--type=checkout] [--deep]
    wp debloater diagnosis [<id>]
    ```

Exit codes: 0 applied and verified, 1 error, 2 rolled back, 3 applied with
 warnings.`
diagnose` exits 0 when something was measured and 1 when nothing was.

## Captures

[⌊The dashboard: a score out of 100 for Database, Admin and Assets, never averaged
into one number, and what the scan found, with the Fix safe issues button.⌉⌊The 
dashboard: a score out of 100 for Database, Admin and Assets, never averaged into
one number, and what the scan found, with the Fix safe issues button.⌉[

The dashboard: a score out of 100 for Database, Admin and Assets, never averaged
into one number, and what the scan found, with the Fix safe issues button.

[⌊One finding in full: what was found, why it matters, the evidence with the fact
each value came from, the risk, the confidence, and what the change would and would
not do.⌉⌊One finding in full: what was found, why it matters, the evidence with 
the fact each value came from, the risk, the confidence, and what the change would
and would not do.⌉[

One finding in full: what was found, why it matters, the evidence with the fact 
each value came from, the risk, the confidence, and what the change would and would
not do.

[⌊The report after a change: each score before and after, and what was measured 
on the site before and after, as counts rather than time.⌉⌊The report after a change:
each score before and after, and what was measured on the site before and after,
as counts rather than time.⌉[

The report after a change: each score before and after, and what was measured on
the site before and after, as counts rather than time.

## Instal·lació

 1. Install and activate.
 2. Open **Hakeemify Debloater** in the admin menu.
 3. Run a scan.
 4. Read the findings. Apply what you agree with.

## PMF

### Will this speed up my site?

It removes work your site is doing. Whether that is measurable depends on what
 
your site was doing to begin with. Debloater records before-and-after counts — requests,
bytes, rows — on each change, and never reports a change as making your site faster.

### What happens if a change breaks something?

After applying, Debloater requests your front page, a post, your dashboard and
 
your REST API. If one of them fails, it restores the previous state and reports 
what failed. From WP-CLI, pass `--user=<an administrator>` so the checks that need
a signed-in user can run. If your site cannot make requests to itself, or the change
was applied from WP-CLI without `--user`, those checks are reported as not run and
the change stays in place.

### Can I undo a change later?

Yes. Every apply creates a recovery point. You can roll back any of them from
 «
Changes & recovery» on the dashboard, or with `wp debloater rollback`.

### Does it delete anything?

Only when you choose a change that deletes rows. Those changes are never part
 of«
Fix Safe Issues» or the other two profiles. The finding shows how many rows the 
scan counted. Before rows are deleted they are copied into a recovery point, and
if that copy does not complete, nothing is deleted.

### What happens when I uninstall?

The changes Debloater applied stop, and it forgets which changes were applied:
 
if you install it again, it starts with nothing applied rather than turning them
back on. Rows a change deleted are not put back by uninstalling; roll the change
back first if you want them.

It deletes the files that hold recovery points larger than 8 MB, so those can no

longer be restored, and removes anything an older version left under wp-content/.
Exports you wrote under `wp-content/uploads/debloater/` are left in place. Its database
tables and other settings are kept, including smaller recovery points and the scan
history, so after installing it again you can still see what was changed and roll
it back. A rollback puts the site back as it was just before that change, so changes
applied before it come back on too. There is no setting to remove them on uninstall.

### Where does Debloater write files?

The changes you apply are stored in your database, not written as PHP files,
 and
nothing is added to must-use plugins.

Two things are written as files, both of them data, under
 wp-content/uploads/debloater/:

 * A recovery point larger than 8 MB is stored in `backups/`.
 * `wp debloater export` and `wp debloater profile export` write their JSON
    there,
   with a random suffix on the file name.

That folder gets an `.htaccess` refusing web access, which Apache honours; on
 Nginx
or another server, add your own rule to refuse wp-content/uploads/debloater/. `--
file=-` prints an export to standard output instead, and a file path is refused.

### Does it phone home?

No. There is no telemetry, licensing call or usage reporting. The requests it
 makes
on its own go to your own site. The one request to wordpress.org happens only when
you ask for it, and is described under «External services».

### Is it compatible with my caching plugin?

Debloater does not cache anything. Its command-line end-to-end check runs on a
 
site with WooCommerce, Elementor, Contact Form 7, Rank Math and LiteSpeed Cache 
active.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Hakeemify Debloater» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

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

[Traduïu «Hakeemify Debloater» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/hakeemify-debloater)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/hakeemify-debloater/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/hakeemify-debloater/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/hakeemify-debloater/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/hakeemify-debloater/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 0.10.0

 * Diagnose a request: one page, requested once with a profiler on. Records request
   time, peak memory, database queries and their time, and time spent waiting on
   other servers, and reports what crossed a threshold as findings.
 * Every diagnosis finding says what it could not observe. Diagnoses change nothing
   and are never part of the Debloat Score.
 * A request answered by a cache is reported as such, with no figures, instead of
   as measurements of the page.
 * New WP-CLI commands `wp debloater diagnose` and `wp debloater diagnosis`, and
   REST routes to run, list and read diagnoses.
 * A diagnosis of a page names the Debloater change that removes what it printed,
   when there is one, and whether your last scan offers it. After applying, diagnose
   the same page again to see the observed change.
 * The WooCommerce block styles change is no longer offered on stores where WooCommerce
   loads those styles on every page for its notices; it removed nothing there.

#### 0.9.0

 * Initial public release.
 * Scans the site and records what it found: core features, the database, the admin
   as you see it, and the pages a visitor downloads.
 * Explains every finding with the facts it came from, its risk and its confidence,
   and scores Database, Admin and Assets separately.
 * Fix Safe Issues applies only low-risk changes that delete nothing. Every other
   change is reviewed and applied one at a time.
 * Takes a recovery point before every change, checks the site afterwards, and puts
   everything back if a check fails, from the dashboard or from WP-CLI.
 * Every step is also a WP-CLI command, including scan, preview, apply, verify and
   rollback.

## Meta

 *  Versió **0.10.0**
 *  Darrera actualització **fa 13 hores**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 6.5 o posterior **
 *  Provada fins a **7.1.1**
 *  Versió del PHP ** 8.1 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/hakeemify-debloater/)
 * Etiquetes
 * [bloat](https://ca.wordpress.org/plugins/tags/bloat/)[cleanup](https://ca.wordpress.org/plugins/tags/cleanup/)
   [debloat](https://ca.wordpress.org/plugins/tags/debloat/)[optimization](https://ca.wordpress.org/plugins/tags/optimization/)
   [performance](https://ca.wordpress.org/plugins/tags/performance/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/hakeemify-debloater/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[La vostra ressenya](https://wordpress.org/support/plugin/hakeemify-debloater/reviews/#new-post)

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/hakeemify-debloater/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/hakeemify-debloater/)