Skip to content

Z114: LARGE_PAGINATION_SET

Severity: note Penalty: 0.0 points Category: content Auto-fixable: No

Rationale

This rule is an informational diagnostic emitted when a blog post directory or category archive generates a pagination set exceeding the recommended threshold (default: 200 pages).

Massive pagination sets increase site build times and RAM usage during static site generator rendering.

How to Fix

Inspect the flagged location in the Markdown file and update the content or configuration:

Bad (Triggers Z114)

docs/blog/posts/ -> Generates 250 un-categorized pagination index pages.

Good (Resolves Z114)

docs/blog/posts/ -> Reorganize blog posts into categorized year/tag subfolders.

Configuration

# Informational diagnostic; no point deduction

Reference

See the Finding Codes Index for finding code details.