I already check some things but do not come any further.
Apache::DBI->connect_on_init('DBI:ODBC:OTRS', 'OTRS', 'password');
But this didn't improve the situation.
If i do a SQL Benchmark "1 *Normal" i have the following result at the moment:
Result: SQL |
Key |
Value |
Time |
Comment |
Insert Time: |
10000 |
37 s :-( |
Should not take more than 5s on an average system. |
Update Time: |
10000 |
39 s :-( |
Should not take more than 9s on an average system. |
Select Time: |
10000 |
37 s :-( |
Should not take more than 6s on an average system. |
Delete Time: |
10000 |
35 s :-( |
Should not take more than 5s on an average system. |
Multiplier: |
* 1 |
|
For the "Apache::reload" i have checked the httpd.conf of apache and found the rule:
Include 'C:/PROGRA~2/OTRS/OTRS/scripts/apache2-httpd-new.include.conf'
In this script I found the Apache2::Reload so assume because the include it's loaded but why do i get this critcal warning?
---
# load all otrs modules
Perlrequire C:/PROGRA~2/OTRS/OTRS/scripts/apache2-perl-startup.pl
# Apache::Reload - Reload Perl Modules when Changed on Disk
PerlModule Apache2::Reload
PerlInitHandler Apache2::Reload
PerlModule Apache2::RequestRec
# set mod_perl2 options
<Location /otrs>
# ErrorDocument 403 /otrs/customer.pl
ErrorDocument 403 /otrs/index.pl
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
PerlOptions +SetupEnv
Order allow,deny
Allow from all
</Location>
---
For "mod_perl" I found in httpd.conf the following:
# load mod_perl
LoadFile 'C:/PROGRA~2/OTRS/StrawberryPerl/perl/bin/perl510.dll'
So also this looks okay i think...
Anybody any idea how i can solve these issues? and how to speed up my config...
Thanks in advance!
Best regards,
Dave