Hello,
We upgraded to OTRS 6 and we have very slow system. Using oTRS 5.0.28 is quite quick but, when preparing a new VM with newer SO and Perl version (we had to prepare a new machine), this OTRS is very slow, giving proxy errors quite often.
OTRS just let check debug level errors, where you can see some actions made by OTRS, but not deeper view of what is doing and why is making some actions so slow. For example SupportDataCollector is imposible to go in
Any idea how to trace that? Could be possible to modify some module to add a timestamp trace and be able to know what is doing internally OTRS? We have the same hardware as for OTRS 5 pero the performance is bad.
Thank you
Performance issues - Proxy error
Moderator: crythias
-
- OTRS superhero
- Posts: 720
- Joined: 15 Dec 2016, 15:13
- OTRS Version?: 3.x–6.0.x
- Real Name: Emin
- Company: Efflux GmbH
- Contact:
Re: Performance issues - Proxy error
Hey,
There are multiple add-ons that block the communication to OTRS servers.
You might want to check them out (our AdBlocker) does exactly that.
Best regards
Emin
There are multiple add-ons that block the communication to OTRS servers.
You might want to check them out (our AdBlocker) does exactly that.
Best regards
Emin
Professional OTRS & ((OTRS)) Community Edition services: efflux.de | efflux.de/en/
Free and premium OTRS add-ons: German | English
Free and premium OTRS add-ons: German | English
-
- OTRS wizard
- Posts: 382
- Joined: 24 Feb 2012, 03:58
- OTRS Version?: OTRS 6
- Real Name: Skullz
- Contact:
Re: Performance issues - Proxy error
What database type ? if PostgreSQL, previously, i have encountered a very slow load time when in status view, queue view and service view..
doing vacuum on these table 70% solve our load time issue..
- VACUUM FULL ANALYZE ticket;
- VACUUM FULL ANALYZE ticket_history;
- VACUUM FULL ANALYZE article_data_mime;
doing vacuum on these table 70% solve our load time issue..
- VACUUM FULL ANALYZE ticket;
- VACUUM FULL ANALYZE ticket_history;
- VACUUM FULL ANALYZE article_data_mime;
-
- Administrator
- Posts: 2565
- Joined: 18 Dec 2007, 12:23
- OTRS Version?: Znuny LTS and 4/5/6
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Performance issues - Proxy error
Try checking the error_log of the webserver first.
- Roy
Znuny LTS and ((OTRS) Community Edition CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know why ?
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know why ?