Slowness when browsing jobs

Web browser GUI uses JSON over HTTP protocol.
Post Reply
mpb88
Posts: 5
Joined: Fri Sep 18, 2020 8:17 pm

Slowness when browsing jobs

Post by mpb88 »

When browsing jobs from the Web GUI it is incredible slow compared with AfWatch.

Can we optimize it changing the number of the jobs shown in the job list or any other solutions?

Thanks
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Slowness when browsing jobs

Post by timurhai »

Hi!
C++ compiled code using C++ Qt library will be always much-much slower than Web browser interpreting JavaScript.
You should use AfWatch - it is the main GUI, it is much more customizable and powerful.
Web GUI is designed as an auxiliary GUI, and should be used only in cases (on platforms) where you can't install CGRU:
phone, tablet, 32bit or other ancient systems, other cases when PC(device) has the lack of CGRU support.
What is the reason you are using WebGUI?

You can set username (and then press F5) in Web GUI to subscribe on jobs only from specific user.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
mpb88
Posts: 5
Joined: Fri Sep 18, 2020 8:17 pm

Re: Slowness when browsing jobs

Post by mpb88 »

We are using WebGUI in mobile devices and Windows machines (afwatch doens't work, even with all env vars right)

Thanks!
Post Reply