Akhilesh6
ServiceNow Employee
ServiceNow Employee

1 Turn off Property - Enable firing of Business Rules on save from Planning Console (com.snc.project.fire_brs_from_planning_console)

   Enabling this property may result in slow performance of planning console. OOB Planning Console doesn't fire any BR's on any CRUD operations performed in Planning Console. So, OOB this property is turned Off.

2. Turning Off Row Level ACL's

   OOB, Planning console only supports Row Level ACLs. if you do not need this feature, go to PlanningConsoleServer script include, search for below line, and add loadPermissions = false; just above this line

 this.plannedTaskAPI.ganttDataV2(sysClassName, planningConsoleContext, topTask, queryConstraint, criticalPath, loadPermissions)   

NOTE: when do do this change, please take of future upgrades as this file will be treated as customization

3. Turn Off Show Weekend Configuration 

    find_real_file.png

   if its observed that planning console is slow for only certain users, please check if "show weekend" is turned on. for large duration projects, if day mode is selected along with show weekends(say for 2 year project gantt has show weekend for all the two years if day/week mode is selected). it may result in slow loading of planning console

4. Bring only required columns in planning console

 Ex: If a project and associated project tasks has 3500+ user profiles(additional assignees) to it, and if additional assignee column is selected to be displayed in planning console. planning console has to fetch all 3500+ user profiles along with project and project tasks which can cause a slight performance overhead.

Remove additional assignee from planning console configuration, if this column is not required in planning console.

5. Calculate Fields  

   Please verify if you have any calculated fields in planned task/project task table and these calculated fields are added to planning console configuration, which can cause additional overhead while loading large number of tasks     

Version history
Last update:
‎08-03-2020 10:15 PM
Updated by: