WP-Sweep ti permette di rimuovere dal database i dati non più utilizzati, orfani o duplicati, ottimizzando le tabelle.
Votazioni
4.6
Ultimo aggiornamento
April 28, 2024
Versione
1.1.8
Installazioni attive
100K
WP-Sweep

Questo plugin ripulisce:

  • Revisioni
  • Bozze automatiche
  • commenti eliminati
  • commenti non approvati
  • commenti Spam
  • commenti eliminati
  • Orphaned post meta
  • Orphaned comment meta
  • Orphaned user meta
  • term_meta orfani
  • Relazione fra i terms orfani
  • Unused terms
  • Duplicated post meta
  • Duplicated comment meta
  • Duplicated user meta
  • term meta duplicati
  • Transient options
  • Ottimizza le tabelle del database
  • cache oEmbed in post_meta

Questo plugin usa le stesse funzioni di eliminazione di WordPress anziché applicare direttamente le queries di MySQL.

Verranno usate le seguenti funzioni di eliminazione:

  • wp_delete_post_revision()
  • wp_delete_post()
  • wp_delete_comment()
  • delete_post_meta()
  • delete_comment_meta()
  • delete_user_meta()
  • delete_term_meta()
  • wp_remove_object_terms()
  • wp_delete_term()
  • delete_transient()
  • delete_site_transient()

WP-Sweep WP REST API Endpoints * GET /wp-json/sweep/v1/count/<Name>. Get the number of items that we will be sweeping. * GET /wp-json/sweep/v1/details/<Name>. Get the details of the items that we will be sweeping. * DELETE /wp-json/sweep/v1/sweep/<Name>. Runs sweep for that particular item.

WP-Sweep WP-CLI Commands * wp sweep --all. Runs sweep for all items. * wp sweep <Name>. Runs sweep for that particular item. * wp sweep <Name1> <Name2>. Run sweep for the selected items.

WP-Sweep Available Items: * revisions * auto_drafts * deleted_posts * unapproved_comments * spam_comments * deleted_comments * transient_options * orphan_postmeta * orphan_commentmeta * orphan_usermeta * orphan_termmeta * orphan_term_relationships * unused_terms * duplicated_postmeta * duplicated_commentmeta * duplicated_usermeta * duplicated_termmeta * optimize_database * oembed_postmeta

WP-Sweep is not compatible with the following plugins: * Custom Fonts * Elementor Popup Builder * MailPress * Meta Slider * Polylang * Slider Revolution * Viba Portfolio * WPML

Build Status

Sviluppo

Riconoscimenti

Donazioni

Ho speso molto del mio tempo libero per creare, aggiornare, mantenere e fornire supporto a questi plugins e, se ti piacciono e li usi, mi farebbe piacere un tuo piccolo contributo in denaro. Se non vuoi, usali senza sentirti obbligato.

Gratuitosul piano Creator
Installazioni attive
100K
Testato fino alla versione
6.5.5
Questo plugin è disponibile per il download da usare sulla tua installazione WordPress ospitata personalmente.