PrestaShop PrestaShop Modules

DataFirefly Speed Pack

Page cache, Critical CSS and advanced optimization for PrestaShop 8 and 9.

The ultimate performance pack for PrestaShop

PrestaShop 8 & 9 Page cache Critical CSS Delay JS 5 languages No Composer
  • 30-day refund
  • 12 months updates
  • 24h support
www.datafirefly.com/en/
DataFirefly Speed Pack
v1.0.0 · updated 2026-06-03
What it does

The short version.

01

Full page cache

HTML is served from cache at the dispatcher stage, before template rendering and product queries. Server response time drops dramatically on guest pages.

02

Critical CSS + async CSS

Critical CSS injected inline per page type, the rest loaded asynchronously. No more render-blocking CSS or FOUC.

03

Delay JS until interaction

Scripts only run on the first scroll, click, key press or mouse move. Major gain on TBT and the mobile score.

04

Beyond Core Web Vitals

HTML, CSS and JS minification, combine, defer, native lazy load, resource hints, font-display swap and CDN rewriting combined.

05

Compatible with PrestaShop 8 & 9

PSR-4 architecture without Composer, native hooks, no overrides. Multistore and multilingual.

06

Database cleanup

Purges abandoned carts, connections, guests and logs. Orders are never touched.

The long version

Everything you'd want to know before you install.

A detailed look at how DataFirefly Speed Pack works, why we built it the way we did, and the thinking behind the features above.

§ 01

Why Speed Pack

Most cache modules merely combine assets. Speed Pack goes further: it serves the entire page from cache before PrestaShop even instantiates the controller, then applies a full optimization pipeline to the final HTML. The result: lower TTFB and green Core Web Vitals.

§ 02

A cache served very early

Thanks to the actionDispatcherBefore hook, a guest page HIT is returned without loading the controller or querying the product database. The cache key varies by shop, language, currency and device, with optional separate mobile and desktop caches.

§ 03

Optimization beyond Core Web Vitals

Per-page-type Critical CSS, async CSS, HTML/CSS/JS minification, combine, defer, Delay JS until interaction, native lazy load, resource hints, font-display swap and CDN rewriting. Each option can be enabled independently and finely excluded.

§ 04

Cache safety first

Only guest pages with an empty cart are cached. Detection happens as early as possible via the cookie, before the context is initialized. No customer data is ever served from cache. Invalidation is automatic on every content change.

§ 05

Built for integrators

PSR-4 architecture without Composer, theme control attributes (data-no-lazy, data-df-nodelay, data-df-nodefer, data-df-nooptim), settings import/export, CRON warming and a clear tabbed back-office. Complementary to the DataFirefly Core Web Vitals and WebP AVIF Pro modules, with no overlap.