Hi all,
We have been observing continuous slowness in the Service Request banners. There have been 5 custom attributes introduced on top of existing. Below is the statistics:
- The query which is being formed contains total of 52 table occurrences (16 unique tables)
- Number of total joins = 40 of which 32 left joins
- There are 12 “Case” statements and 4 “Exists” clauses being formed
We also took NJRequestStat reports and saw observations on ServiceRequestDashboardPortlet:
- totalTime is as high as 61 seconds
- networkTime is max 1.25 seconds
- persistCount is as high as 747
- loadCount is as high as 613
Please help us identify the root cause of the poor performance based on above statistics given.