K2 Form Performance Checklist
A field checklist for diagnosing and fixing slow K2 SmartForms: measure first, separate service from form, kill the N plus one, filter at the source, and lighten heavy views.
This is a plain Markdown checklist, not a compiled artifact. Download it, drop it into your project notes or print it, and work it top to bottom the next time a K2 form drags.
It follows the same order as the article: measure before you guess, separate a slow service from a slow form, then work the usual structural causes one at a time. Change one thing, re-measure, and keep the before and after numbers.
The full reasoning behind each step is in the companion article, linked under Related article.
Version history
- v1.0.0
Initial release. Diagnostic checklist companion to the forms performance article.