Report slow to load after scan complete

Hi, would anyone be able to offer any suggestions for poor speed when reviewing reports of completed scans? Approx 4165 results across a number of subnets. Skipping result pages of 100 also takes over a minute to display. I’m using postgresql db.

GVM versions

gsa: (‘gsad --version’) 9.0
gvm: (‘gvmd --version’) 9.0
openvas-scanner: (‘openvassd --version’) 7.0
gvm-libs: 11.0

Environment

Operating system: Kali
Kernel: (‘uname -a’)
Installation method / source: Source

Simple solution: Just update you build to use the latest release branches instead of the tags.

1 Like

Thanks, is this not the release branch I’m using then?

git clone -b gvm-libs-11.0 --single-branch https://github.com/greenbone/gvm-libs.git ;
git clone -b openvas-7.0 --single-branch https://github.com/greenbone/openvas.git ;
git clone -b gvmd-9.0 --single-branch https://github.com/greenbone/gvmd.git ;
git clone -b master --single-branch https://github.com/greenbone/openvas-smb.git ;
git clone -b gsa-9.0 --single-branch https://github.com/greenbone/gsa.git ;
git clone -b ospd-openvas-1.0 --single-branch https://github.com/greenbone/ospd-openvas.git ;
git clone -b ospd-2.0 --single-branch https://github.com/greenbone/ospd.git

Looks correct, but when building from git source the --version output should be different.

1 Like

These are the versions
Greenbone Security Assistant 9.0.0~git-2d646ab1b-gsa-9.0
Greenbone Vulnerability Manager 9.0.1~git-5acdb7dd-gvmd-9.0
GIT revision 5acdb7dd-gvmd-9.0
OpenVAS 7.0.0
gvm-libs 11.0.1

A post was split to a new topic: PQexec failed: ERROR: incompatible library “/opt/gvm/lib/libgvm-pg-server.so”: version mismatch