Instance taking too long to load any formIssue Issue observed after clicking the variables from the related list on any catalog item, takes 30-40 seconds to load.Following scripted workaround from KB1590137 didnt fix the issue. Steps to Reproduce:-Search Catalog item "Request For New Server"-Under Variable, open any record or open Single Line Text of Business requirement Question.-Observe the time to load.ReleaseXanaduCauseLog Errors : SEVERE *** ERROR *** ClassUtil - class not found: com.snc.pd.designer.activity.model.VActivityStartRuleWithCondition WARNING *** WARNING *** Macro missing: sn_uxc_gen_ai_nowassist_record_summarize WARNING *** WARNING *** Macro missing: sn_uxc_gen_ai_nowassist_context_menu WARNING *** WARNING *** Evaluator: com.glide.script.RhinoEcmaError: null is not a function.ResolutionIt was initially determined that the issue could be caused by large tables present in your instance. Following the KB1590137 with the scripted instructions the issue was temporarily fixed for a few days and the slowness was yet observed. When we saw the logs again we found some warnings and errors present. Based on the warnings/error mentioned above, we were able to identify a PRB1833782 and a workaround based on the KB1721153, which required creating the system property "glide.cache.size.CACHE_ARCHIVE_TABLE_HAS_ACL_TERMS". By unchecking the ignore cache button, we were able to see performance improvements.