Slow ACL Logs – Managing slow_acl_threshold for HR TablesIssue The customer is experiencing performance degradation due to a high volume of slow ACL logs, particularly within HR-related tables. These logs account for approximately 23–25% of all system logs over a 1-month period. The following ACLs have been identified as frequent contributors: 3a5370019f22120047a2d126c42e70051d2dddb40b3222004f526f3ef6673a7cb62aaa920b23220045e16f3ef6673a2e882a8b69537032003585c3c606dc34a9f65370019f22120047a2d126c42e7008 Steps to Reproduce Log in to Automated Configuration Control (ACC).Impersonate a user.Navigate to the following records: HR Case (sn_hr_core_case)LE Case (sn_hr_le_case)HR Profile (sn_hr_profile, if accessible) End impersonation.Go to System Logs and run the following filter: sys_created_onONLast minute@javascript:gs.beginningOfLastMinute()@javascript:gs.endOfLastMinute()^messageLIKE3a5370019f22120047a2d126c42e7005^ORmessageLIKEb62aaa920b23220045e16f3ef6673a2e^ORmessageLIKE1d2dddb40b3222004f526f3ef6673a7c^ORmessageLIKE882a8b69537032003585c3c606dc34a9^ORmessageLIKEf65370019f22120047a2d126c42e7008ReleaseAll ReleasesResolutionTo reduce the volume of slow ACL logs and mitigate performance issues: Step 1: Adjust Slow ACL Threshold Navigate to System Properties > Create New.Add the following property: Name: glide.security.slow_acl_thresholdType: IntegerValue: 50 (milliseconds — adjust based on system performance; 100 ms is also acceptable) Step 2: Adjust Slow Data Filter Threshold Create another system property: Name: glide.security.slow_df_thresholdType: IntegerValue: 50 (adjust as needed) Step 3: Apply Changes Run cache.do to refresh system properties. A lower threshold (e.g., 50 ms) helps identify performance bottlenecks but may generate more logs. Increase to 100 ms if needed.Review ACL performance periodically to optimize frequently triggered conditions.Related LinksACL troubleshooting reference Advanced ACL configuration