⚡ ServiceNow Performance Optimization

4 articles
Performance GlideRecord

Why does ServiceNow get slow?

Performance issues usually come from inefficient database queries, excessive client-server round trips, and heavy ACL evaluation. This guide clusters the posts in this repo that focus on those exact failure modes.

What you’ll learn

  • How query structure affects database cost in ServiceNow.
  • When to use GlideAggregate instead of counting in loops.
  • How to reduce unnecessary lookups in client-side scripts.
  • Why ACL logic can become both a security and performance problem.