A portlet (custom or OOTB) or page slow for one user only (certain users)
search cancel

A portlet (custom or OOTB) or page slow for one user only (certain users)

book

Article ID: 128169

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Symptoms are that the page/portlet would be slow for some users, but not for others. It could be:

  • Custom portlet based on NSQL 
  • OOTB portlet
  • OOTB page

It usually happens suddenly with no change, and the action may be running well on lower environments
 

Environment

Release:


Component:

Cause

If we do a SQL trace we can see a slow query taking in some cases 10+ minutes. If we fetch the parameters in the query and run it directly on the database it's quite fast.
This meant the issue is with the database Oracle explain plan/ execution plan and the difference comes from the bind variables.

Resolution

Work with the DBA team and the user running the action in real time to modify the explain/execution plan for the slow query (tune it).

This will resolve the problem