Time consumed for displaying the "My tasks" view.

N

Nishant

One of the assignment owners has been assigned 330 task for the month. When
he clicks on "My assignment" view, it is taking 8 mins to load the page. This
is annoying the user.

current setup:
Since we do not want the tasks to be displayed on more than 1 page, in page
setting, we have kept no of lines to display on a page = 500 (default = 30)
Currently, as per our requirement, 9 nos different columns are displayed in
"My Task" view.

Can you please provide any input so that the tasks can be displyed quickly.
 
B

Ben Howard

Hi Nishant,

Basically you've got a bottleneck getting data out of your sql server. Make
sure you have a db maintenance plan in place for the dbs, and if this doesn't
make it any quicker, then you need to speed up your infrastrure. this could
be a disk i/o, network, or other issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top