Title: VariantFlow &#8211; Lightweight A/B Testing Block
Author: Upluggit
Published: <strong>23 maj 2026</strong>
Last modified: 24 maj 2026

---

Sök tillägg

![](https://ps.w.org/variantflow/assets/banner-772x250.png?rev=3567777)

![](https://ps.w.org/variantflow/assets/icon.svg?rev=3545040)

# VariantFlow – Lightweight A/B Testing Block

 Av [Upluggit](https://profiles.wordpress.org/upluggit/)

[Ladda ner](https://downloads.wordpress.org/plugin/variantflow.1.0.0.zip)

 * [Detaljer](https://sv.wordpress.org/plugins/variantflow/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/variantflow/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/variantflow/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/variantflow/#developers)

 [Support](https://wordpress.org/support/plugin/variantflow/)

## Beskrivning

VariantFlow is a blazingly fast, zero-bloat A/B testing tool built natively for 
the WordPress Gutenberg editor. Instead of relying on heavy third-party SaaS platforms
or bloated plugins that ruin your site speed, VariantFlow runs entirely within your
WordPress dashboard.

Major Features:
 * **Native Gutenberg Experience:** Design your Variation A and 
Variation B directly inside the block editor. No external builders. * **100% Cache
Compatible:** The plugin uses a lightweight client-side script (< 1kb) to randomize
variations, guaranteeing it works perfectly with WP Rocket, LiteSpeed Cache, W3 
Total Cache, and any host-level page caching. * **Zero Performance Hit:** The tracking
REST API endpoint is asynchronously called, ensuring your page load speed is never
affected. * **Clean Analytics:** View a beautifully designed, minimal dashboard 
right in your WordPress admin to see Views, Clicks, and Click-Through Rates (CTR).***
Smart Winner Declaration:** Set a custom ”Minimum Views” threshold (e.g., 50 or 
100 views) before the plugin automatically highlights the statistically winning 
variation, preventing false positives. * **Privacy Focused:** Stores data securely
in your own database. No tracking pixels, no third-party data sharing.

### Common Use Cases

Not sure what to test? Here are a few ways VariantFlow can instantly increase your
conversions:
 * **Call-to-Action (CTA) Buttons:** Test ”Buy Now” vs. ”Add to Cart”
or ”Get Started” vs. ”Learn More”. See which text generates more clicks. * **Pricing
Pages:** Test displaying a monthly pricing table vs. an annual pricing table to 
see which yields a higher click-through rate to your checkout. * **Landing Page 
Headlines:** Write two drastically different H1 headlines for your sales page to
see which hooks more readers into clicking your links. * **Lead Generation Forms:**
Test a short, simple form against a longer form with more details to find the sweet
spot for email signups.

## Skärmdumpar

[⌊A/B Test Container block in the Gutenberg Block editor.⌉⌊A/B Test Container block
in the Gutenberg Block editor.⌉[

A/B Test Container block in the Gutenberg Block editor.

[⌊Container block with two variations.⌉⌊Container block with two variations.⌉[

Container block with two variations.

[⌊Sample A/B testing for CTA button text⌉⌊Sample A/B testing for CTA button text⌉[

Sample A/B testing for CTA button text

[⌊Minimal Analytics⌉⌊Minimal Analytics⌉[

Minimal Analytics

## Block

Detta tillägg tillhandahåller 1 block.

 *   A/B Test Container Create A/B tests natively in Gutenberg.

## Installation

 1. Upload the `variantflow` folder to the `/wp-content/plugins/` directory, or install
    the ZIP file via the WordPress Plugins menu.
 2. Activate the plugin through the ’Plugins’ menu in WordPress.
 3. Open any page or post and add the ”A/B Test Container” block.
 4. Design your ”Variation A” and ”Variation B” by dropping text, images, or buttons
    into the respective sections.
 5. Publish the page! Go to the ”A/B Tests” menu in your WordPress dashboard to monitor
    your live conversion rates.

## Vanliga frågor

### Does this work with my caching plugin?

Yes! VariantFlow was built specifically to solve the caching problem. It delivers
both variations in the initial HTML and uses an ultra-lightweight client-side script
to instantly hide the losing variation before the user sees it. It works seamlessly
with any caching setup.

### Do I need React or coding knowledge?

No. You use standard Gutenberg blocks to build your variations natively.

### Where is the data stored?

All analytics data is stored securely in your own WordPress database in a custom,
lightweight table (`wp_ab_test_stats`). We do not use the bloated `wp_postmeta` 
table.

### How does the plugin decide which variation wins?

The plugin calculates the Click-Through Rate (CTR) for both Variation A and Variation
B. However, to ensure statistical accuracy, you can set a global ”Minimum Views”
threshold in the A/B Tests dashboard. The plugin will only declare a winner in green
once a variation hits that minimum threshold, preventing a variation with 1 view
and 1 click from instantly winning.

### Will this slow down my website?

Absolutely not. The frontend code is less than 1kb of vanilla JavaScript, and the
backend tracking occurs asynchronously via the WordPress REST API. It is designed
to be completely invisible to your site’s performance metrics.

### Can I test more than two variations?

Currently, VariantFlow is designed strictly for A/B testing (two variations) to 
keep the plugin as lightweight and easy to use as possible.

## Recensioner

![](https://secure.gravatar.com/avatar/d31ad55f0bed8a19b5a4a761e00ee1f969414daffc1e60f342f341f1b9f9dfa7?
s=60&d=retro&r=g)

### 󠀁[Great Start for Native Gutenberg A/B Testing](https://wordpress.org/support/topic/great-start-for-native-gutenberg-a-b-testing/)󠁿

 [Virgildia](https://profiles.wordpress.org/virgildia/) 23 maj 2026 1 svar

I think this is a great idea and a really solid start. I like that you’re keeping
a simple, native Gutenberg feel.

 [ Läs 1 betyg ](https://wordpress.org/support/plugin/variantflow/reviews/)

## Bidragsgivare och utvecklare

”VariantFlow – Lightweight A/B Testing Block” är programvara med öppen källkod. 
Följande personer har bidragit till detta tillägg.

Bidragande personer

 *   [ Upluggit ](https://profiles.wordpress.org/upluggit/)

[Översätt ”VariantFlow – Lightweight A/B Testing Block” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/variantflow)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/variantflow/), kika
på [SVN-filförvaret](https://plugins.svn.wordpress.org/variantflow/) eller prenumerera
på [utvecklarloggen](https://plugins.trac.wordpress.org/log/variantflow/) via [RSS](https://plugins.trac.wordpress.org/log/variantflow/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 1.0.0

 * Initial public release.
 * Added native Gutenberg A/B Test Container block.
 * Added caching-resilient client-side variation randomization.
 * Added minimal Analytics Dashboard with dynamic threshold settings.

## Meta

 *  Version **1.0.0**
 *  Senast uppdaterat **1 månad sedan**
 *  Aktiva installationer **Färre än 10**
 *  WordPress-version ** 6.2 eller senare **
 *  Testat upp till **7.0**
 *  PHP-version ** 7.4 eller senare **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/variantflow/)
 * Etiketter
 * [a b testing](https://sv.wordpress.org/plugins/tags/a-b-testing/)[conversion](https://sv.wordpress.org/plugins/tags/conversion/)
   [Gutenberg block](https://sv.wordpress.org/plugins/tags/gutenberg-block/)[optimization](https://sv.wordpress.org/plugins/tags/optimization/)
   [split testing](https://sv.wordpress.org/plugins/tags/split-testing/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/variantflow/advanced/)

## Betyg

 5 av 5 stjärnor.

 *  [  1 5-stjärnig recension     ](https://wordpress.org/support/plugin/variantflow/reviews/?filter=5)
 *  [  0 4-stjärniga recensioner     ](https://wordpress.org/support/plugin/variantflow/reviews/?filter=4)
 *  [  0 3-stjärniga recensioner     ](https://wordpress.org/support/plugin/variantflow/reviews/?filter=3)
 *  [  0 2-stjärniga recensioner     ](https://wordpress.org/support/plugin/variantflow/reviews/?filter=2)
 *  [  0 1-stjärniga recensioner     ](https://wordpress.org/support/plugin/variantflow/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/variantflow/reviews/#new-post)

[Se alla recensioner](https://wordpress.org/support/plugin/variantflow/reviews/)

## Bidragande personer

 *   [ Upluggit ](https://profiles.wordpress.org/upluggit/)

## Support

Har du något att säga? Behöver du hjälp?

 [Visa supportforum](https://wordpress.org/support/plugin/variantflow/)