Linux 软件免费装
Banner图

Spliteezy - A/B Split Tests Made Easy

开发者 linebloc
rodrigomantoan
更新时间 2026年7月21日 06:12
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

a/b testing conversion optimization split testing cro experiments

下载

0.10.2

详情介绍:

Spliteezy picks the variant on the server before the page loads — so visitors never see a flash of the wrong content, and every variant lives at the same URL. Most A/B testing tools swap content using JavaScript after the page has already started rendering. That causes a brief "flash" of the original before the variant snaps in. Others create separate URLs for each variant, which introduces duplicate content risks and leaves behind 404s when a test ends. Spliteezy works differently: Goal types Plans Spliteezy is a hosted service. A free plan is available with no credit card required. See spliteezy.com/pricing for current plan details. Source code The plugin admin dashboard (assets/js/dashboard.js) is compiled from a React/Vite source project. The full source is available at https://github.com/linebloc/spliteezy-plugin under the same GPL-2.0-or-later license.

安装:

  1. In your WordPress admin, go to Plugins → Add New, search for "Spliteezy", and click Install Now, then Activate.
  2. Go to Spliteezy → Settings and click Connect to Spliteezy.
  3. Log in to your Spliteezy account (or create a free one) and click Connect on the authorization screen. You'll be sent back to WordPress with everything set up.
To create your first test, go to Spliteezy → A/B Tests → New Test, select the page or post you want to test, and duplicate it as a variant. Edit the variant with any page builder, then activate the test.

屏幕截图:

  • A test's detail view — daily visitor/conversion trend, per-variant conversion rate, and chance-to-win, updating live as data comes in.
  • Settings — connection status and delivery mode (server-side, cache-per-variant, or cache-safe) so tests work with whatever caching setup the site already has.

常见问题:

Does this require a paid subscription?

No. The free plan includes 1 website, 1 concurrent active test, and 500 tracked visitors per month — no credit card required. Sign up at spliteezy.com.

How does "Connect to Spliteezy" work?

Clicking Connect sends you to spliteezy.com to log in and authorize this website. Once you approve, the plugin receives a short-lived one-time code and exchanges it directly (server-to-server) for your website's API key — everything is configured automatically and the key never passes through your browser. You can disconnect (or reconnect with a fresh key) at any time from Spliteezy → Settings.

Will it slow down my website?

Minimal impact. The test manifest is cached in a WordPress transient and refreshed every 5 minutes, so no external API call is made on the vast majority of page loads. The front-end tracker script is deferred and only loaded on pages with an active test.

Does it work with my page builder?

Yes. Variants are real WordPress posts, so they work with any builder that edits standard posts or pages: Gutenberg, Elementor, Divi, Bricks, Oxygen, or the Classic Editor. Spliteezy creates a hidden clone of your original post for each variant and serves it at the same URL.

Is it compatible with caching plugins?

Yes — and you can choose how, under Spliteezy → Settings → Delivery Mode:

  • Server-side (default) — pages with a running test are automatically excluded from full-page caching (WP Rocket, W3 Total Cache, WP Super Cache, LiteSpeed Cache, WP Fastest Cache, SiteGround Optimizer, Cache Enabler, Breeze, WP-Optimize, and host caches like WP Engine and Kinsta). Every visitor gets their variant with zero flicker; every other page stays cached as usual. On NitroPack, Spliteezy registers tested URLs with NitroPack's exclusion list automatically.
  • Cache per variant — tested pages stay cached, with one cached copy per variant. Full variant coverage like server-side, and it works with any page cache or host.
  • Cache-safe — the cached page embeds every variant and a tiny script assigns the visitor instantly in the browser, using the same deterministic algorithm as the server. In this mode only content inside the post content can vary.
Whichever mode you choose, Spliteezy purges affected pages from the cache automatically when a test starts, ends, or a variant is edited.

Will running tests affect my SEO?

No. All variants are served at the same URL — Google only ever crawls one version of the page. When a test ends, variant posts are cleaned up automatically. No duplicate content, no 404s.

Does this work on WordPress Multisite?

Not yet. Multisite support is planned for a future release.

Where is visitor data stored?

All event and visitor data is stored on Spliteezy servers (spliteezy.com). See the Privacy Policy section for details on what data is collected.

Can I self-host the Spliteezy API?

The Spliteezy API is currently a hosted-only service. If you are interested in self-hosted options please contact us at spliteezy.com.

更新日志:

0.10.2