<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Carl Leger</title>
    <description>The latest articles on DEV Community by Carl Leger (@carl_leger_e93626c0bbef75).</description>
    <link>https://dev.to/carl_leger_e93626c0bbef75</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3731202%2F8d7f21f1-93cc-49ab-9bdb-b46f510cd216.png</url>
      <title>DEV Community: Carl Leger</title>
      <link>https://dev.to/carl_leger_e93626c0bbef75</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/carl_leger_e93626c0bbef75"/>
    <language>en</language>
    <item>
      <title>From Slow to Fast: My WooCommerce Performance Checklist (CWV + TTFB + Caching) published: true</title>
      <dc:creator>Carl Leger</dc:creator>
      <pubDate>Sun, 25 Jan 2026 10:33:06 +0000</pubDate>
      <link>https://dev.to/carl_leger_e93626c0bbef75/from-slow-to-fast-my-woocommerce-performance-checklist-cwv-ttfb-cachingpublished-true-35p8</link>
      <guid>https://dev.to/carl_leger_e93626c0bbef75/from-slow-to-fast-my-woocommerce-performance-checklist-cwv-ttfb-cachingpublished-true-35p8</guid>
      <description>&lt;p&gt;I work on real-world &lt;strong&gt;WooCommerce performance&lt;/strong&gt; (Core Web Vitals, TTFB, caching rules, production reliability).&lt;br&gt;&lt;br&gt;
Here’s the checklist I use when a store feels “slow” (front-end or wp-admin).&lt;/p&gt;

&lt;h2&gt;
  
  
  1) Measure the right things (first)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;TTFB&lt;/strong&gt; (server response): if it’s high, CWV will be hard to fix&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LCP / INP / CLS&lt;/strong&gt; (Core Web Vitals)&lt;/li&gt;
&lt;li&gt;Check &lt;strong&gt;mobile&lt;/strong&gt; and &lt;strong&gt;real pages&lt;/strong&gt; (home, category, product, cart/checkout)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2) Common WooCommerce killers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Too many uncached requests (cart fragments, dynamic blocks, logged-in behavior)&lt;/li&gt;
&lt;li&gt;Heavy plugins doing work on every request&lt;/li&gt;
&lt;li&gt;Slow database queries / autoload bloat&lt;/li&gt;
&lt;li&gt;Bad caching rules (cached cart/checkout, cookies ignored)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3) My “safe caching” baseline
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Cache everything &lt;strong&gt;except&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;/cart/&lt;/code&gt; &lt;code&gt;/checkout/&lt;/code&gt; &lt;code&gt;/my-account/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;logged-in users&lt;/li&gt;
&lt;li&gt;requests with WooCommerce session/cart cookies&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Use a CDN + edge caching, but keep WooCommerce rules strict&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  4) wp-admin is slow? (usually)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Overloaded plugins / cron / heartbeat&lt;/li&gt;
&lt;li&gt;Too many admin-ajax calls&lt;/li&gt;
&lt;li&gt;Object cache missing or misconfigured&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  5) Quick wins that actually move the needle
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Remove unused scripts/styles on product/checkout pages&lt;/li&gt;
&lt;li&gt;Optimize images + preload the correct hero&lt;/li&gt;
&lt;li&gt;Fix render-blocking CSS (critical CSS / split)&lt;/li&gt;
&lt;li&gt;Reduce 3rd-party scripts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want, I’m documenting more real fixes here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://carlleger.github.io/" rel="noopener noreferrer"&gt;carlleger.github.io&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Services:&lt;/strong&gt; &lt;a href="https://carlleger.github.io/services/" rel="noopener noreferrer"&gt;Performance services&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;WooCommerce Optimization:&lt;/strong&gt; &lt;a href="https://carlleger.github.io/services/woocommerce-optimization/" rel="noopener noreferrer"&gt;Dedicated WooCommerce performance page&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to answer WooCommerce performance questions in the comments.&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>woocommerce</category>
      <category>performance</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
