when you input the large network,the page showtime is too slow.I guess BOX_CIDRMENU.php and iplayout.php has some problem.
xPandMenu.php maybe not fit in large networks.
//think:
when there 400000 IP and 2000 net_ips in mysql.
*******************************************
BOX_CIDRMENU.php CODE:
*******************************************
while(mysql_fetch_array($sqlJoin)){<---- problem?
if(something){
new XNode(something); <---- problem?
}
}
$menu_html_code = $root->generateTree();
*******************************************
top code excutes too slow maybe the reason.
advice:
1) use the iframe,avoid reload the display.php all.Because reload display.php will load BOX_CIDRMENU.php again.THAT'S the slow reason?
only load display.php?range=list.
2) use the smary, template maybe solve the page showtime problem.
3) other method?