Advanced WPPerformance is a WordPress app, with a 5.0 average rating from 2 reviews, as of Aug 31, 2026.
Advanced WPPerformance is a WordPress Plugin Directory app by Nico Martin. With a rating of 5.0★ from 2 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Advanced WPPerformance is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Nico Martin — established developer track record
Cons
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Advanced WPPerformance?
See Advanced WPPerformance's alternatives ranked by audit score, rating, and review velocity.
How Advanced WPPerformance works
Show full descriptionShow less
This plugin adds several performance improvements to your WordPress site. In contrst to other performance Plugins, this one sets focus on HTTP\2 Standards (like Server Push and SPDY).
minify assets This plugin minifies all CSS and JS Files and caches them. It will not merge them into on file. This way you are still able to use conditional assets and if you are using HTTP/2, which I highly recommend, it’s not necessary to do so.
Optimizes JS Delivery It moves all scripts to the footer and adds a defer attribute. This makes sure the scripts won’t block the page render process but will still be executed in the right order.
In some cases, this could break inline JavaScript
Optimizes CSS Delivery All CSS Files will be removed from the head and loaded asynchronously. This makes sure your CSS Files won’t delay the page rendering. To reduce the flash of unstyled content (FOUT) I recommend adding a Critical CSS.
conditonal Critical CSS
By default this plugin provides a textarea where you can put your critical CSS.
Read more about Conditional critical CSS
Critical CSS API
We implemented an awesome new feature!
Read more about the Critical CSS API.
HTTP/2 Server Push Server push is a HTTP/2 feature that allows you to send site assets to the user before they’ve even asked for them.
There are two ways to achieve this. Both have their pros and cons. So this plugin supports both, the decision is up to you.
PHP
While WordPress builds your site, this plugin gets all enqueued scripts and styles and adds them as a link attribute to the response headers. That way you can be certain only files are being pushed, that are actually needed.
But: Since they are set while the server builds your site, this won’t work if you’re using a server caching (which I highly recommend).
.htaccess
The second option puts all files to push inside you .htaccess. This way they are being pushed also if you’re using server caching.
But: If your assets change (new versions / depreciated scripts), don’t forget to update the .htaccess. This can be done with one click while saving the settings.
Contribute A development version of this plugin is hosted on github. If you have some ideas for improvements, feel free to dive into the code:
https://github.com/nico-martin/Advanced-WPPerformance
Competitors & alternatives
AppRanks tracks competitor sets per category. For Advanced WPPerformance, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Advanced WPPerformance?
Advanced WPPerformance is an app for WordPress. It currently holds a 5.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Nico Martin.