Status and operationsAccelerator for WordPress

The product is designed as an automatic WordPress optimization engine and it starts working just after installation. But sometimes it still needed to be fine-tuned or troubleshot on particular sites.

Here you can see the overall working status of the WordPress cache and do some operations if necessary. See below.

manage

Status#

Here we can see the total amount of cached pages and occupied cache size. The data can be refreshed by pressing the corresponding button.

Note. The refreshing could take a long time (several minutes) and it’s OK.

Operate#

All posts are revalidated automatically if a relevant option is enabled. But sometimes it is needed to do it manually.

The operation’s scope can also be chosen – for all or individual addresses:

  • All

    All pages according to the sitemap.

  • Specified URLs, URIs, or expressions

    Site’s URLs or relative URIs each on new line or leave empty for site’s root. Also, revalidation expressions can be also used.

Available operations:

  • Delete

    Deletes all cached content. Warning: can produce high server loading. The status will be auto-refreshed after completion.

  • Revalidate

    Just revalidates the cached data without erasing previously cached content that preserves minimal server loading. If the ‘Lazy revalidation’ is active, the content will be updated transparently to the user rather than the first user will have to wait for content updating and next users get previously cached version.

  • Delete server’s cache (if available)

    Tries to clear server cache if available. It works as same as this similar option.

  • Cleanup old

    Deletes the old content according to common and user cache timeout settings. Can produce medium server loading. The status will be auto-refreshed after completion.

Content optimization queue#

Here is a list of all pages that are need to be optimized. Pressing ‘Delete’ will clear the queue (not optimized pages itself).

Each item has several states:

  • Green (finished)

    Optimization has been completed.

  • Black (finished)

    Optimization is not needed or already done.

  • Red (finished)

    Optimization had error. There is not enough PHP memory or there is PHP error that can be checked in error log.

  • Blue (in-progress)

    Optimization is in progress. Number of parallel optimizations can be set.

  • Gray (pending)

    Optimization has not been started.

Note: Only 10 last finished items are shown.

HTML checker#

Performs error checking of HTML markup of any page by URL. Mostly it is used while troubleshooting particular pages on the site. As a result, the list of notices and warnings will be shown. The warnings mean that content might be processed incorrectly.

Leave a Reply