WooCommerce Expert · Performance & Optimization

Speed up your WooCommerce, harvest more sales.

Every second of load time costs you sales. I pinpoint what's slowing your site down and fix it — for good.

pagespeed-audit.sh
$ lighthouse boutique-en-ligne.com

  Performance   100 
  Accessibility  98 
  Best Practices 100 
  SEO           100 

  LCP ........ 0.8s  
  CLS ........ 0.00  
  INP ........  45ms  
  TTFB .......  92ms  

  All Core Web Vitals passed.
-100ms
Every 100ms of speed gained = +1% conversions
Deloitte / Google, 2020
-35%
Cart abandonment with an optimized checkout
Baymard Institute, 2024
30-40%
Of your visitors are invisible to Google Analytics (adblockers)
PageFair / Statista

I don't just install plugins.

Every WooCommerce site has its own bottlenecks. A caching plugin won't fix a cart fragments script sending an AJAX request on every page. A CDN won't fix 200 autoloaded options bloating every page load. I go to the root of the problem.

  • Deep audit of wp_options queries and transients.
  • Redis Object Cache Pro optimization.
  • Decoupling heavy processes via Workers.
cart-fragments.php
// Disable wc-cart-fragments on non-cart pages
// This AJAX script fires on EVERY page,
// even for visitors with an empty cart.
add_action('wp_enqueue_scripts', function() {
    if ( !is_cart() && !is_checkout() ) {
        wp_dequeue_script('wc-cart-fragments');
    }
});

What I actually optimize

Loading speed

Cart fragments, unused scripts, render-blocking CSS — I remove what slows your store down without touching what works.

Learn more →

Checkout & sales funnel

Migration to WooCommerce block checkout, fewer steps, express payment compatibility. Less friction, more orders.

Learn more →

Database & cache

HPOS migration, Redis Object Cache, autoloaded options cleanup, optimized SQL queries. Your back-office deserves to be fast too.

Learn more →

Cloudflare for WooCommerce

DNS, CDN, Zaraz for JS-free tracking, Turnstile for forms, APO for edge caching. A powerful and free performance layer.

Learn more →

20 years of code, 10 years freelance, 100% WooCommerce.

I'm not an agency with 15 different services. I do one thing: make WooCommerce stores faster and more profitable. I've known WordPress since version 1.x, WooCommerce since its early days, and I know exactly where to look when a site is lagging.

My approach is simple: I measure before, I fix, I measure after. No empty promises — verifiable results.

More about me →

Request a free audit of your store

Give me your site URL, I'll send you a personalized report with the top priorities to fix.

Protected by Cloudflare Turnstile · Response within 48h