github emdash-cms/emdash emdash@0.31.1

latest releases: @emdash-cms/plugin-embeds@0.1.39, @emdash-cms/blocks@0.31.1, @emdash-cms/admin@0.31.1...
10 hours ago

Patch Changes

  • #2219 f81aa68 Thanks @logelog! - Fixes taxonomy term counts being recomputed on every page render even when nothing displays them. Counting term usage aggregates the whole content–term assignment table for each taxonomy, and the layout prefetch ran it for every taxonomy on every HTML response — on Cloudflare D1 this could read millions of rows per page view. Counts are now computed only when a consumer asks for them: the prefetch never does, and the Tags and Categories widgets only when their showCount prop is on. getTaxonomyTerms() takes a new includeCounts option (default true) to opt out explicitly, and terms are cached separately from their counts so both callers share one term lookup.

  • Updated dependencies []:

    • @emdash-cms/admin@0.31.1
    • @emdash-cms/auth@0.31.1
    • @emdash-cms/gutenberg-to-portable-text@0.31.1

Don't miss a new emdash release

NewReleases is sending notifications on new releases.