Script performs excessive database queries within loops, such as iterating through large GlideRecord result sets without proper pagination or performing nested queries. (high likelihood)
Business Rules or Script Includes contain inefficient code that runs on high-volume tables like Task or Incident without proper filtering or optimization. (high likelihood)
Background scripts or scheduled jobs process large datasets without implementing proper batching mechanisms or transaction boundaries. (medium likelihood)
Script execution time exceeds the maximum allowed duration due to complex calculations, infinite loops, or synchronous web service calls. (medium likelihood)
Memory consumption exceeds limits due to loading large amounts of data into arrays or objects without proper cleanup. (low likelihood)