Why does the Device Tree feel slower since I upgraded from PRTG 8 to PRTG 9?

Votes:

0

Your Vote:

Up

Down

Since I upgraded to PRTG 9 the device tree display feels slower. Especially when I quickly drag the scrollbar next to the device tree downward it takes a few moments before the sensor icons are displayed.

Why? Can I change this behavior?

customize device-tree javascript prtg9 slow web-interface

Created on Oct 5, 2011 7:17:02 AM by  Dirk Paessler [Paessler Support] (9,613) 3 3

Last change on Oct 28, 2011 10:08:35 AM by  Aurelio Lombardi [Paessler Support] (7,239) 3 1



1 Reply

Accepted Answer

Votes:

1

Your Vote:

Up

Down

This article applies to PRTG Network Monitor 9 or later

Rewritten Tree in PRTG 9

For version 9 we have rewritten the device tree functionality in the web interface from scratch.

Now the device tree has two display modes:

  • If there are less than 1000 sensors to display, all sensor icons are loaded and displayed immediately and you will not get an additional scrollbar next to the device tree.
  • If there are more than 1000 sensors to display, only the first screenpage is loaded and rendered. As soon as you scroll down, the next page is loaded and rendered (which may take a moment). For large installation this approach requires less CPU and network resources.

Why did we do it like that?

This concept allows the user to either quickly move through smaller trees (or sub-trees) or to efficiently work even with huge installations with thousands of sensors.

The second behaviour may feel unusual to users of PRTG 8, but it is actually less resource intensive than the old technology.

Can I change this behavior?

Yes.

In our own testing we found that the limit of 1000 sensors worked fine for both worlds. But there may be situations were a higher or lower limit is desired by the user. So we made it editable.

You can change the limit by editing the file customerscripts.js in the folder \website\javascript.

Open the file in a text editor and add this line to the file:

_Prtg.Core.objects.maxSensorFullSize=2000; //default is 1000

Then reload your browser window completely with the F5 key (it may be necessary to close the browser and restart it to get around caching).

You can play around with this value until it fits your needs.

Note: You can also edit the width of the column used for the display of groups/devices

Created on Oct 5, 2011 7:34:19 AM by  Dirk Paessler [Paessler Support] (9,613) 3 3

Last change on Oct 27, 2011 8:15:16 AM by  Daniel Zobel [Paessler Support] (21,383) 3 3



Please log in or register to enter your reply.


Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.

PRTG
Network Monitor
Intuitive to Use.
Easy to manage.

150.000 administrators have chosen PRTG to monitor their network. Find out how you can reduce cost, increase QoS and ease planning, as well.

Visit
www.paessler.com

What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general. You are invited to get involved by asking and answering questions!

Learn more

Top Tags


View all Tags