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)¶
Good (Resolves Z114)¶
Configuration¶
Reference¶
See the Finding Codes Index for finding code details.