✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekPixel for Hummingbird Performance recap posts

Hummingbird Performance from WPMU DEV handles asset optimization, page caching, and Lighthouse audits inside the dashboard. The asset-optim recap posts get a SleekPixel card with the kilobytes saved, the optim state, and a brand mark, drawn from safe summary fields.

♾️ Lifetime License available

SleekPixel example output for Hummingbird Performance

Asset-optim recaps need weight-shaped previews

Hummingbird Performance stores its configuration in wphb_settings as a serialized array of toggles for asset optimization mode (basic, automatic, manual), page-cache state, browser-cache rules, Lighthouse audit schedule, and the CDN routing. Per-asset minify stats live in the wphb_minify_stats table with per-URL detail. The configuration toggles are safe to expose at a summary level. The minify-stats table is operational and never belongs on a public share card.

Asset-optim recap posts document the kilobytes saved by minify, combine, and lazy-load operations across a tune sprint. A weight-saved number on the share card communicates the result directly to a performance-aware audience. The audience for these posts is engineering leads and site owners researching asset-optim strategies. A generic homepage banner reads as marketing. A real weight-saved card with the optim mode badge and the lazy-load flag communicates the recap shape in the preview.

SleekPixel binds to an asset-optim recap post type with fields for kilobytes saved, optim mode, period, and summary. A whitelisted subset of wphb_settings renders as small posture badges. The render produces a 1200x630 PNG that surfaces the weight-saved shape and the optim posture across every recap share.

Workflow

From Hummingbird config to weight card

1

Set up the recap-post type

A CPT for Hummingbird asset-optim recap posts with fields for kilobytes saved, optim mode, tune period, and summary. Standard ACF setup. The optim-mode badges come from Hummingbird, not from manual entry.
2

Whitelist safe Hummingbird fields

Pick which keys from wphb_settings are safe to expose: optim mode, lazy-load flag, CDN-routing flag, page-cache state. The minify-stats table and per-URL rows stay outside the whitelist.
3

Bind template fields

Map saved to {weight_saved}, mode to {optim_mode}, lazy load to {lazy_load_flag}. The template renders the weight saved in big type with the optim-mode badge and the lazy-load flag arranged around it automatically.
4

Publish or update the post

On save, the share image renders into uploads and the og:image meta updates. Subsequent recaps use the same template family with updated weight values and optim badges reflecting the current Hummingbird configuration.

Output

Sample Hummingbird recap card

A 1200x630 OG card from a Hummingbird recap: kilobytes saved, optim-mode badge, lazy-load flag, brand mark, and a tune-period meta line below.

Format: PNG, OG + Twitter card Dimensions: 1200 × 630
SleekPixel example output for Hummingbird Performance

Comparison

Default theme OG vs SleekPixel for Hummingbird

Default theme OG image

  • Asset-optim recap posts share with the same banner as marketing posts
  • Kilobytes saved and optim mode never appear in the social preview
  • Lazy load and CDN flags stay invisible to anyone forwarding the recap
  • Manual exports of weight-saved graphics stop happening after the first quarter
  • Performance engineers see no concrete weight signal in the share preview

SleekPixel

  • Reads whitelisted toggles from wphb_settings for the share card
  • Per-asset minify stats in wphb_minify_stats stay out of the template
  • Weight-saved value rendered as a big number on the optim recap card
  • Optim-mode badge for basic, automatic, and manual configurations
  • Per-recap variants for sprint tune, monthly recap, and audit recap posts

Features

What SleekPixel gives you for Hummingbird Performance

Weight-saved focal card

The kilobytes saved render as the focal point on the share card. A big number on the left, the optim-mode badge on the right, the brand mark at the bottom. The shape of the optimization is legible from the preview.

Optim-mode badges per tier

Basic, automatic, and manual asset-optim modes each render as a distinct primary badge on the card. The badge respects the actual configuration and updates on every post save when the team changes the optim mode between tunes.

Lazy-load posture badge

When the Hummingbird lazy-load is active, a small badge renders to communicate the posture. The badge stops rendering when lazy-load is disabled on subsequent post saves so the share preview always stays honest.

Use cases

Where Hummingbird sites benefit from weight shares

Agency optim recaps

Agencies running Hummingbird for client sites publish per-client weight-saved recaps. The card carries the client brand and the optim posture for procurement-grade evidence on case-study pages.

Internal performance audits

Internal audits of the Hummingbird setup publish recap posts with the weight saved across a tune sprint. The card surfaces the audit shape for executive forwards in Slack and email.

Tutorial-style asset guides

How-to posts on configuring Hummingbird asset optimization get a tutorial card with the recommended posture as a sample. The visual signals the technical nature of the guide.

The bigger picture

Why Hummingbird recaps need weight-shaped shares

Asset optimization work is quantifiable: bytes saved, requests reduced, lazy-loaded images deferred. The recap posts that document those numbers are part of the credibility story for performance-focused agencies and infra teams. The audience for these posts is engineering leads, marketing operations, and procurement reviewers who want concrete signals before investing reading time.

The share preview is what frames that decision. A generic homepage banner reads as marketing. A real weight-saved card with a big number and an optim-mode badge reads as concrete performance evidence and gets the right kind of attention.

The compounding effect shows up across the back catalog. A year of weight-saved recaps, each with a consistent share card, becomes a body of evidence about how the team approaches asset optimization at a sustained level. Hummingbird Performance provides the configuration through safe options.

SleekPixel takes those options, binds them through a whitelist, and renders the cards that turn the underlying optim work into visible weight-saved evidence across every recap post share.

Questions

Common questions about SleekPixel for Hummingbird Performance

No. The wphb_minify_stats table is operational and holds per-asset detail. SleekPixel only reads whitelisted summary state from wphb_settings. The minify-stats rows and per-URL detail stay outside any template binding on the share card.

 

Per-asset detail is operational and most teams prefer to keep it off public share cards. The aggregate weight saved (kilobytes across the tune sprint) is the safe alternative and communicates the shape without exposing the per-asset breakdown.

 

Yes. Pro adds advanced minify, the uptime monitor, and the WPMU DEV CDN but stores configuration in the same options family. Any Pro flag you whitelist renders the same way as the free flags, through the standard template binding.

 

Hummingbird runs scheduled Lighthouse audits and stores summary scores. A 'Lighthouse score N' badge can render through a whitelisted summary field if you choose to expose it. The per-audit detail stays operational and outside the share render.

 

Yes. Sprint tune, monthly recap, and audit recap each use a recap-type-specific template variant. The selection is bound to the recap-type field on the post, so editors do not need to remember which design matches which kind of writeup.

 

No. The cache flush runs through Hummingbird's hooks on post save. SleekPixel runs on the same save event but writes to uploads, not to the cache directory. The two operations are independent and do not contend for resources at any point.

 

Yes. A small co-brand line below the main brand can render the WPMU DEV attribution when the team chooses to surface it. The line is editorial and controlled by a custom field on the post, independent of any Hummingbird data binding.

 

Smush is a separate WPMU DEV plugin that integrates with Hummingbird for image optimization. The integration is exposed through a whitelisted flag and can render as a 'Smush bridged' badge on the recap card when active. The actual image optim runs in Smush.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView