Learn
Use Cases
How teams use ConversionWax
Guides
Step-by-step setup and strategy
Content Personalization Guide
How to personalize your website
Playbook
Proven plays for every industry
Compare
How we stack up against others
Blog
Personalization tips and platform updates
Help Center
Docs, setup guides, and support
Featured playbook
Ecommerce Personalization Playbook
Geo-targeted offers, BFCM windows, device-specific layouts - copy-paste plays that run themselves.
Optimized Images
Auto-resize for any device
Video Support
Personalized video content
Scheduled Updates
Time-based content automation
By role
Ecommerce Operators
Geo-offers, BFCM, device layouts
Growth Marketers
Campaign pages, UTM matching, A/B
Digital Agencies
Multi-site, version control, team access
New in the platform
AI Image Generation
Generate campaign visuals from a prompt. Saves to your asset library.
Learn more →Most marketing teams don't check page speed until something breaks - a campaign underperforms, bounce rates spike, or someone finally runs a Lighthouse audit and sees a score in the 40s. By then you've been bleeding conversions for months.
Google's data is clear: when load time goes from 1 second to 3 seconds, bounce probability jumps 32%. At 5 seconds it hits 90%. Every millisecond you add is money you lose. Here are nine fixes ranked by impact, all doable in a week.
Images account for roughly 50% of page weight on most sites. A single uncompressed hero image can be 3-4MB. That's insane when WebP delivers the same visual quality at 25-30% the file size of JPEG.
What to do:
ConversionWax handles this automatically - when you upload image variants for personalization, the platform converts to WebP and serves the correct size per viewport breakpoint. You get optimized delivery without touching an image editor.
If your images and scripts load from a single origin server in Virginia, visitors in London and Sydney are waiting for packets to cross oceans. A CDN caches your assets on edge servers worldwide, cutting latency to single-digit milliseconds for most visitors.
What to do:
ConversionWax serves all personalized images via CDN with sub-1ms response times. When you swap a hero image based on visitor location or UTM source, the replacement loads from the nearest edge node - not your origin server. No speed penalty for personalization.
Your browser doesn't need to load 47 images before the visitor scrolls past the hero. Lazy loading defers offscreen images and videos until the user actually needs them, which means your above-the-fold content renders faster.
What to do:
loading="lazy" to all img tags below the fold. Native browser support is universal now.preload="none" and load the player on interaction.CSS and JavaScript files in the <head> block page rendering until they download and parse. If you have 8 separate CSS files and 12 JS scripts, the browser stalls on every one before painting anything.
What to do:
defer or async to non-critical script tags.Marketing stacks accumulate scripts like barnacles. Analytics, heatmaps, chat widgets, retargeting pixels, tag managers loading other tag managers. Each one adds DNS lookups, TCP connections, and JavaScript execution time.
What to do:
This is one reason ConversionWax was built as a lightweight script - it doesn't add page weight when personalizing. The swap happens at the CDN/asset level, not by injecting heavy client-side code that competes with your other scripts.
Time to First Byte (TTFB) measures how long the server takes to start sending data. If your TTFB is over 600ms, no amount of front-end optimization will save you.
What to do:
Every redirect adds a full round-trip to the server. A chain of 3 redirects (http to https, non-www to www, old URL to new URL) can add 600-1000ms before the page even starts loading.
What to do:
Custom fonts are one of the sneakiest performance killers. A single font family with 4 weights can add 400KB+ and cause Flash of Invisible Text (FOIT) while the fonts download.
What to do:
font-display: swap so text renders immediately with a fallback font while the custom font loads.Speed degrades over time. A developer adds a library, marketing installs a new pixel, someone uploads a 5MB PNG. Without monitoring, you won't catch it until the damage is done.
What to do:
Run PageSpeed Insights on your highest-traffic page right now. Look at the "Opportunities" section. That's your list, sorted by estimated time savings.
For most sites, the answer is images. They're the heaviest assets and the easiest to fix. If you're already personalizing visuals for different audiences, ConversionWax eliminates the optimization step entirely - every variant ships in WebP at the right dimensions for the visitor's viewport, served from a CDN edge node. No speed tradeoff for relevance.
Fix the biggest leak. Measure the improvement. Move to the next one.