Page 1 of 1

Slowness when browsing jobs

Posted: Mon Nov 02, 2020 9:58 pm
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

Re: Slowness when browsing jobs

Posted: Tue Nov 03, 2020 8:15 am
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.

Re: Slowness when browsing jobs

Posted: Tue Nov 03, 2020 11:52 am
by mpb88
We are using WebGUI in mobile devices and Windows machines (afwatch doens't work, even with all env vars right)

Thanks!