Discussion:
API response times are slow
Harsh Singh2
2018-11-30 11:12:08 UTC
Permalink
Hi,

I am using BUGZILLA API 5.1.2, PERL Module, Microsoft IIS Server and MYSQL is for database. When I submit any bug on BUGZILLA or call API to get the products, groups then API response time is very slow, It takes around 2.5 sec or more.

Any ideas to get response fast.


Thanks & Regards,
Harsh Singh
[Email-Emblem-17]

Ph:+91 9205821998 Ext- 4017
Chetu Inc - Delivering world class IT services
For more information , Please visit : www.chetu.com<http://www.chetu.com/>
Thorsten Schöning
2018-11-30 11:38:14 UTC
Permalink
Guten Tag Harsh Singh2,
Post by Harsh Singh2
I am using BUGZILLA API 5.1.2, PERL Module, Microsoft IIS Server
and MYSQL is for database. When I submit any bug on BUGZILLA or call
API to get the products, groups then API response time is very slow, It takes around 2.5 sec or more.
At first and if you wasn't aware yet, Bugzilla 5.1.2 is an unstable
development version, so don't rely on it for anything.

Said that, Perl on Windows without mod_perl is slow in general and
2,5 seconds per request look pretty normal from my experience with my
own Perl-based web app on Windows. That's one reason we simply don't
host under Windows, as getting mod_perl to work with IIS or Apache
httpd is somewhat difficult.

https://lists.gt.net/modperl/modperl/106800

You can have a look at things like FastCGI etc. as well, there are
multiple technologies available out there, but the combination of Perl
and IIS is simply not that common (anymore). The easiest really would
be to install some Linux-VM and host there using httpd and mod_perl.

Besides that, your question is too generic to be answered. If things
are too slow for you, you need to first check where the bottlenecks
are, which might be none at all simply because Perl on Windows is
slow, or at CPU/disk/network-level or whatever. You need to debug that
on your own using appropriate tools like Wireshark to see how long
connects take, Process Monitor and Explorer to see about load of CPU
and I/O etc.

Mit freundlichen Grüßen,

Thorsten Schöning
--
Thorsten Schöning E-Mail: ***@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Loading...