fusioninventory / fusioninventory-for-glpi

FusionInventory plugin for GLPI
http://www.FusionInventory.org/
GNU Affero General Public License v3.0
361 stars 148 forks source link

FusionInventory Dashboard very slow (And monitoring too) #1780

Open tsmr opened 8 years ago

tsmr commented 8 years ago

The dashboard display takes a long time (in the order of 96,295 seconds)

I found that the delays come from getDevicesOfIPRange according to the line 873 of task.class.php

More exactly the query on the printers getDevicesOfIPRange function (networkinventory.class.php).

if i comment the query, the display of the dashboard go from 96s to 4s.

ddurieux commented 8 years ago

I have made some fixes in the query in last version, can you say if you have again the problem ?