Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions add-ons/performance/maintenance-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addonType: extension
id="addon-data"
style={{display: 'none'}}
data-title="Maintenance"
data-purchase-url="https://mainwp.com/extension/maintenance/"
data-purchase-url="https://mainwp.com/add-on/maintenance/"
data-pricing-tier="pro"
data-bundle="MainWP Pro"
data-addon-type="extension"
Expand All @@ -51,7 +51,7 @@ addonType: extension
allowFullScreen
></iframe>

[MainWP Maintenance Extension](https://mainwp.com/extension/maintenance/) lets you clean and optimize child site databases without logging in to each site separately. You can remove revisions, drafts, trash content, comments, empty taxonomies, and transients, then run database optimization from one place in MainWP Dashboard.
[MainWP Maintenance Extension](https://mainwp.com/add-on/maintenance/) lets you clean and optimize child site databases without logging in to each site separately. You can remove revisions, drafts, trash content, comments, empty taxonomies, and transients, then run database optimization from one place in MainWP Dashboard.

<Warning>
Create a database backup before you run maintenance. Database optimization and deleting all transients can temporarily affect performance while cached data is rebuilt.
Expand Down Expand Up @@ -97,7 +97,7 @@ Selecting **All Transients** shows an additional warning because some plugins ma

<Steps>
<Step title="Open the Maintenance page">
Go to **MainWP > Add-ons > Maintenance** and stay on the **Maintenance** tab.
Go to **MainWP > Add-ons > Performance > Maintenance** and stay on the **Maintenance** tab.
</Step>
<Step title="Choose the cleanup tasks">
Select the maintenance options you want to run. If you enable **Delete all post revisions**, set **Except for the last** to the number of revisions you want to keep.
Expand All @@ -121,7 +121,7 @@ MainWP displays a progress window while the selected tasks run on each child sit

<Steps>
<Step title="Open the schedule screen">
Go to **MainWP > Add-ons > Maintenance > Schedules**, then click **Create New Schedule**.
Go to **MainWP > Add-ons > Performance > Maintenance > Schedules**, then click **Create New Schedule**.
</Step>
<Step title="Configure the schedule options">
Enter a **Schedule title**, then choose how many times the task should run per **Day**, **Week**, **Month**, or **Year**.
Expand Down