BerqWP vs NitroPack | NitroPack Alternative

Both BerqWP and NitroPack are cloud-based WordPress speed optimization plugins. That puts them in a different category from traditional plugins like WP Rocket or LiteSpeed Cache, which run entirely on your server. If you’re already comparing these two, you already know what cloud-based optimization means: the heavy lifting happens off your server, which protects your hosting resources and often produces better results.

This post is a straight comparison. No fake benchmarks. No cherry-picked test results. Just a clear breakdown of how both tools work, what they cost, and which one fits different situations.

TL;DR

Both BerqWP and NitroPack are cloud-based WordPress speed plugins. Neither runs optimization on your server. The key differences come down to pageview caps, CDN limits, image formats, and site count.

NitroPack caps monthly pageviews by plan (8,000 on Starter, 40,000 on Plus, 540,000 on Pro). When you hit the cap, optimization of new pages pauses until the next billing cycle. CDN bandwidth is also capped per plan. BerqWP has no pageview caps, no page limits, and no CDN bandwidth limits on any paid plan.

BerqWP delivers images in AVIF (roughly 20 to 30% smaller than WebP at equal quality) with WebP as a fallback. NitroPack supports WebP only. BerqWP also includes responsive image sizing through a dedicated image CDN and LCP image preloading. Both include cloud-generated Critical CSS and zero-config setup.

For agencies: BerqWP’s Agency plan covers unlimited sites with white-label included. NitroPack’s Pro plan covers 3 sites.

NitroPack suits sites with stable, predictable traffic that fits comfortably within a pageview tier. BerqWP suits sites with variable traffic, multiple sites, or anyone who wants a flat price with no usage ceilings.


At a Glance

BerqWPNitroPack
ArchitectureCloud-basedCloud-based
Pageview capsNoneYes, all paid tiers
CDN includedYes, unlimited bandwidth, 300+ PoPsYes, bandwidth capped by plan
Image optimizationWebP + AVIF via Fluid ImagesWebP
Critical CSSYes (cloud-generated)Yes
Core Web Vitals monitoringYes (built-in analytics)No built-in monitoring
Sites on Pro-tierUnlimited (Agency plan)3 sites
Zero-config setupYesYes
Money-back guarantee14 days14 days
White-labelYes (all plans)Not standard

Feature Deep-Dive

1. Cloud Architecture: How Each Plugin Actually Works

Both plugins handle optimization in the cloud rather than on your server, but the implementation differs.

NitroPack sends your pages through its own optimization pipeline and delivers the result back to your site. It’s been doing this since 2019 and has refined the approach significantly. Over 281,000 websites use it.

BerqWP’s approach is worth understanding in more detail. When a page needs to be optimized, BerqWP’s Photon Engine fetches and processes it entirely on BerqWP’s own cloud infrastructure, then delivers the optimized result. Your server isn’t doing the optimization work. No HTML, CSS, or JavaScript is uploaded from your hosting.

One practical consequence: BerqWP’s cloud requests are less likely to be blocked by hosting firewalls, which is a real issue with older cloud optimization approaches that make requests appearing to originate from the user’s own server.

BerqWP also applies real-time compatibility patches for popular themes and plugins at the cloud level. When a theme update introduces a JavaScript conflict, BerqWP can patch it without a plugin update on your end.

2. Pageview Caps: The Hidden Ceiling on Growth

This is the most important practical difference between the two tools.

NitroPack’s pricing is built around pageview tiers. The Starter plan covers 8,000 pageviews per month. Plus covers 40,000. Pro covers 540,000 across up to 3 sites. Go over your limit in a given month, and NitroPack stops optimizing new pages until the next billing cycle. Your cached pages may still be served, but optimization of new or expired pages pauses.

BerqWP has no pageview caps and no page limits on any plan. Every plan serves pages from cache regardless of how much traffic your site receives.

For a site with stable, moderate traffic, this distinction may not matter much. For a site that gets irregular traffic spikes (seasonal sales, viral posts, press coverage), BerqWP’s model removes a potential failure point.

3. Running More Than One Site

NitroPack’s Pro plan allows 3 sites at roughly $99/month. If you manage more than 3 sites, you move to the Agency tier starting around $275/month.

BerqWP’s Agency plan covers unlimited sites and unlimited pages. For anyone managing multiple WordPress installations, that removes the site-count ceiling entirely.

White-label is included in all BerqWP plans. If you manage client sites and need to present the plugin under your own brand, that’s built in from the start.

4. Core Web Vitals Support

NitroPack markets Core Web Vitals optimization as a primary benefit, and it does deliver measurable improvements for most sites. However, it doesn’t include built-in CWV monitoring. You’d rely on Google Search Console or a third-party tool to track your actual field data.

BerqWP includes a Web Vitals Analytics dashboard as part of the Cloud plan. It collects real-user data from your visitors and shows you LCP, CLS, and INP metrics directly inside WordPress. You can see how your actual users experience your site, not just lab scores from PageSpeed Insights.

Across BerqWP’s network, 84.6% of 4.6 million real user sessions passed Google’s Core Web Vitals thresholds in the last 28-day window, measured across 904 active sites. That’s field data from real users, not controlled test conditions.

5. All-in-One vs. Add-On Costs

Both BerqWP and NitroPack are cloud-based, so neither requires you to assemble a stack of separate plugins. But the comparison is still worth making on what’s included in each plan.

NitroPack’s CDN bandwidth is capped by plan. If you exceed it, you pay for overages or upgrade your tier. Critical CSS, image optimization, and CDN are all bundled, but the pageview cap means the “unlimited” experience has a ceiling.

BerqWP includes caching, Critical CSS, JavaScript execution modes, WebP and AVIF image delivery via Fluid Images, a global CDN with unlimited bandwidth, cache warmup, font optimization, Cloudflare Edge Cache support, and built-in Web Vitals Analytics, all at a flat monthly price. There are no overages, no usage-based charges, and no separate services to subscribe to.

For a growing site, knowing your performance tool won’t get more expensive as traffic increases is a real planning advantage.

6. Image Optimization and CDN

Both plugins handle image optimization in the cloud, but the depth differs significantly.

Format conversion. BerqWP’s Photon Engine serves images in AVIF format to browsers that support it, WebP as a fallback, and the original format as a last resort. The format decision is made per request based on the visitor’s browser. AVIF typically produces 20-30% smaller files than WebP at the same visual quality, which adds up quickly on image-heavy pages. NitroPack converts images to WebP but does not support AVIF.

Fluid Images. BerqWP delivers images through its dedicated CDN at images.berqwp.com, sized to match each visitor’s screen using a responsive srcset with breakpoints at 200w, 400w, 600w, 800w, 1000w, 1200w, and the original width. A mobile visitor gets a smaller file. A retina display gets a higher-density version. Your original image files on the server are never modified.

Smart lazy loading. Images below the fold are replaced with dimension-matched SVG placeholders while the page loads. This prevents layout shift (a Cumulative Layout Shift metric improvement). The real image loads when the visitor scrolls within 200px of it, so there’s no visible delay. Srcset is restored alongside src, so the browser picks the right resolution for the screen.

LCP preload. BerqWP identifies the most prominent above-the-fold images on each page and injects a high-priority preload hint for them. This directly reduces Largest Contentful Paint time by telling the browser to fetch those images before it finishes parsing the rest of the page.

Video and embed lazy loading. YouTube embeds are replaced with their static thumbnail until the visitor clicks. This removes the iframe, JavaScript, and third-party requests from the initial page load entirely.

NitroPack handles WebP conversion and some lazy loading, but does not offer AVIF delivery, LCP-targeted preloading, or the same responsive image sizing system.

CDN bandwidth. BerqWP includes unlimited CDN bandwidth across 300+ points of presence on all paid plans. NitroPack’s CDN bandwidth is capped by plan: 5GB on Starter, 25GB on Plus, 270GB on Pro. A busy image-heavy site can exhaust those caps and trigger overages or an upgrade.


Who Should Use Which

Small Blog or Personal Site (under 10,000 pageviews/month)

Either tool works well here. NitroPack covers this traffic level well. BerqWP has no pageview caps and no page limits on any plan.

Edge toward BerqWP if you want a simpler billing model with no usage ceilings. Edge toward NitroPack if you are already familiar with their platform.

WooCommerce Store

WooCommerce adds complexity. Cart, checkout, and account pages need to stay dynamic so caching doesn’t serve stale cart data or wrong pricing to the wrong user.

Both tools handle WooCommerce exclusions. BerqWP’s cloud architecture means JavaScript execution modes (like asynchronous JS loading) are handled in a way that’s compatible with WooCommerce’s checkout scripts without manual configuration in most cases.

The more important factor for stores is traffic spikes. A product that goes viral, a seasonal sale, or a marketing campaign can multiply traffic overnight. BerqWP’s no-pageview-cap model means optimization keeps running regardless. NitroPack may pause optimization if you hit your monthly limit during a sales event.

Edge toward BerqWP for stores with variable or high traffic.

Agency or Freelancer Managing Multiple Sites

BerqWP covers unlimited sites and includes white-label on all plans — you can present BerqWP to clients under your own brand from day one. NitroPack’s agency pricing scales with site count and traffic, which compounds quickly.

BerqWP is the clear choice for managing multiple client sites.

BerqWP is the clear choice for managing four or more client sites.

High-Traffic Site (500,000+ pageviews/month)

At this volume, NitroPack’s caps become a real concern — exceeding the monthly pageview limit pauses optimization. BerqWP has no pageview caps and no CDN bandwidth limits, so optimization runs regardless of traffic volume.

BerqWP is the stronger fit for high-traffic sites where consistency matters.

Sites That Have Struggled with Plugin Conflicts

If you’ve had issues with optimization plugins breaking your theme or page builder, BerqWP’s real-time compatibility patches are a meaningful differentiator. NitroPack requires a plugin update to address theme or plugin conflicts. BerqWP can patch compatibility issues at the cloud level without you doing anything.

Edge toward BerqWP for sites with complex themes, page builders, or frequent plugin conflicts.


Looking for a NitroPack Alternative?

BerqWP Review

The most common reasons users leave NitroPack: pageview caps that limit how many pages get optimized per month, overage charges when traffic spikes beyond the plan limit, CDN bandwidth that runs out on image-heavy or high-traffic sites, and pricing that grows quickly when you manage multiple sites.

BerqWP is the natural NitroPack alternative for cloud-based WordPress optimization. Both plugins use cloud infrastructure to handle optimization off your server. But BerqWP has no pageview caps, no CDN bandwidth limits, and no overages. Every page on your site gets optimized at a flat monthly rate, regardless of traffic.

BerqWP also includes AVIF image delivery (not just WebP), a built-in Web Vitals Analytics dashboard, and an Agency plan that covers unlimited sites, which makes multi-site management practical. If NitroPack’s billing model has become unpredictable, BerqWP offers the same cloud-based approach without pageview caps, overages, or per-site pricing tiers to track.


Verdict

NitroPack is a mature, well-documented product with a large user base and strong Core Web Vitals results. If you have one site with steady, predictable traffic and you’re comfortable with the pageview-tiered model, it’s a reasonable choice. The higher entry price buys you a product that’s been in the market longer with more third-party integrations and tutorials.

BerqWP competes on architecture, feature completeness, and scalability. The unlimited CDN bandwidth, no pageview caps, AVIF image delivery, built-in CWV analytics, and an Agency plan that covers unlimited sites make it the better fit for anyone managing multiple sites or running sites where traffic spikes matter. The white-label inclusion on all plans is a meaningful advantage for agencies.

Neither plugin is perfect for every situation. But if you’re weighing long-term scalability, BerqWP’s unlimited-site, no-pageview-cap model doesn’t punish you for growing.

Offload Performance Headache to BerqWP

No configurations
Built for non techies
100% risk free
BerqWP v4 Dashboard