Ultra Web Hosting Docs

AccelerateWP

AccelerateWP is a free WordPress performance suite included with Ultra Web Hosting. It bundles object cache, full-page cache, CSS/JS optimization, lazy-loaded images, and an optional CDN. Most sites see page-load time drop by 40 to 70 percent after enabling it, with no theme or plugin changes required.

What's Inside

AccelerateWP is a CloudLinux product wired into your cPanel. It activates several optimizations together:

Enabling AccelerateWP on a Site

  1. Log into cPanel.
  2. Under Software, click AccelerateWP.
  3. You will see a list of WordPress installations cPanel has detected on your account. If your site is missing, click Scan to find it.
  4. For the site you want to accelerate, click Enable in the Smart Advice column. AccelerateWP will recommend a set of optimizations.
  5. Click Apply to turn them on. The page reloads with each optimization marked active.
Tip The first time you enable AccelerateWP, give your site a couple of minutes and then test a few key pages (home, a product, the cart, a blog post). The first page load after enabling cache may be slower as the cache warms up; subsequent loads will be much faster.

Verifying It's Working

  1. Open your site in a private/incognito browser window (so you bypass logged-in admin bypass rules).
  2. Load the home page once and then reload it.
  3. Right-click → View Page Source and search for the marker Page generated by or look for a comment near the end of the HTML. Cached pages will identify themselves.
  4. Run a speed test at PageSpeed Insights or WebPageTest. Compare before-and-after numbers.

Individual Features

Object Cache

Best for: any WordPress site, especially WooCommerce, membership sites, BuddyPress, and dashboards with many widgets. Object cache is the single biggest lever for sites that are slow because of database queries.

If your site uses an external object-cache plugin (W3 Total Cache, LiteSpeed Cache, etc.), AccelerateWP will warn you about a conflict. Pick one. AccelerateWP's object cache is generally simpler and managed for you.

Full-Page Cache

Best for: blogs, marketing sites, brochure sites, news, anything where the same page is shown to many visitors.

Skip or carefully tune for: WooCommerce carts and checkouts, membership-restricted pages, dynamic dashboards. AccelerateWP automatically excludes cart and checkout pages on detected WooCommerce sites; verify the exclusion list under the cache settings.

CSS & JS Optimization

Best for: most themes and page builders. Reduces the size and number of requests the browser makes.

Watch for: visual breakage with heavily customized themes. If menus stop working or a layout breaks after enabling JS combine, turn that one option off (leave minify on) and re-test.

Image Optimization

Best for: image-heavy sites (photographers, product catalogs, blogs with hero images). Lazy-loading defers off-screen images until the visitor scrolls; WebP conversion reduces image size by 25 to 50 percent versus JPEG/PNG.

Common Issues

Disabling AccelerateWP

If you need to temporarily turn off AccelerateWP for troubleshooting:

  1. In cPanel → AccelerateWP, find the site.
  2. Toggle off individual features, or click Disable to turn everything off.
  3. The site reverts to standard performance behavior immediately.

Related