[SOLVED] OTRS Agent Ticket Status View slow

Moderator: crythias

Post Reply
skullz
Znuny superhero
Posts: 621
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

[SOLVED] OTRS Agent Ticket Status View slow

Post by skullz »

Hi,

After upgrade to latest OTRS 5 from OTRS 4.07, Agent Ticket Status View running slow..its take almost a few minute to load it.
we dont have this issue when on 4.0.7. It has almost 2000 open ticket (as admin).

OS : Centos 7
DB: Postgresql (remote)
Both server on 8gb ram each

As per here https://bugs.otrs.org/show_bug.cgi?id=13940, this query may be the solution, but its for otrs 6.

Code: Select all

create index concurrently idx_article_data_mime_article_id on
article_data_mime(article_id);
any opinion on this ? Thanks

UPDATE:

So, im tested these and the screen view go fast again..at least for now.

1. rebuild index

Code: Select all

su -m otrs -c "/opt/otrs/bin/otrs.Console.pl Maint::Ticket::FulltextIndex --rebuild"
su -m otrs -c "/opt/otrs/bin/otrs.Console.pl Maint::Ticket::FulltextIndexRebuildWorker"
su -m otrs -c "/opt/otrs/bin/otrs.Console.pl Maint::Ticket::QueueIndexRebuild"
2. Force the Status view, queue view in Medium mode at sysconfig (this one do the trick)
Last edited by skullz on 22 Nov 2018, 12:12, edited 1 time in total.
skullz
Znuny superhero
Posts: 621
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: OTRS Agent Ticket Status View slow

Post by skullz »

Look like the small view is the culprit..
Eventhough I can force the Medium view, now im missing availability to filter a ticket in status view, queue view..
skullz
Znuny superhero
Posts: 621
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: OTRS Agent Ticket Status View slow

Post by skullz »

Solved by vacuum few tables in DB :)
Greg
Znuny newbie
Posts: 1
Joined: 11 Feb 2019, 15:03
Znuny Version: 4.0, 6.0

Re: [SOLVED] OTRS Agent Ticket Status View slow

Post by Greg »

Hi skullz,
We have the same issue after upgrading to OTRS 6.
Medium view is a workaround, but it preferable to fix Small view.
Could you please provide list of tables which we should vacuum?
skullz
Znuny superhero
Posts: 621
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: [SOLVED] OTRS Agent Ticket Status View slow

Post by skullz »

Greg wrote: 12 Feb 2019, 11:46 Hi skullz,
We have the same issue after upgrading to OTRS 6.
Medium view is a workaround, but it preferable to fix Small view.
Could you please provide list of tables which we should vacuum?
ticket, ticket_history, article_data_mime

good luck
Post Reply