Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Viewing dashboard makes UI very sluggish (php)

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    27 Posts 5 Posters 6.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      clarknova
      last edited by

      So like this?

      
      /*function updateMeters() {
       *	url = '/getstats.php'
       *
       *	new Ajax.Request(url, {
       *		method: 'get',
       *		onSuccess: function(transport) {
       *			response = transport.responseText || "";
       *			if (response != "")
       *				stats(transport.responseText);
       *		}
       *	});
       *	setTimeout('updateMeters()', update_interval);
       */}
      

      db

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        Nah, like this:

        
        function stats(x) {
        	var values = x.split("|");
        	if (values.find(function(value){
        		if (value == 'undefined' || value == null)
        			return true;
        		else
        			return false;
        	}))
        		return;
        
        //	updateCPU(values[0]);
        //	updateMemory(values[1]);
        //	updateUptime(values[2]);
        //	updateState(values[3]);
        //	updateTemp(values[4]);
        //	updateDateTime(values[5]);
        //	updateInterfaceStats(values[6]);
        //	updateInterfaces(values[7]);
        //	updateGatewayStats(values[8]);
        }
        
        

        Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • C
          clarknova
          last edited by

          ok, I tried that and it made no difference either before or after a reboot.

          db

          1 Reply Last reply Reply Quote 0
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            How about if you comment out line 19 of that same file?

            
            	// setTimeout('updateMeters()', update_interval);
            
            

            That should stop all AJAX updates, not just the javascript portion.

            Or you could experiment with /usr/local/www/includes/functions.inc.php in the get_stats() function to see which one of the function calls there might be causing a delay. To test in there, you need to make sure that a value is still in the variable, even if it's blank, like so:

            
            	// $stats['mem'] = mem_usage();
            	$stats['mem'] = 0;
            
            

            Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

            Need help fast? Netgate Global Support!

            Do not Chat/PM for help!

            1 Reply Last reply Reply Quote 0
            • C
              clarknova
              last edited by

              @jimp:

              How about if you comment out line 19 of that same file?

              
              	// setTimeout('updateMeters()', update_interval);
              
              

              No change. Do I need to reboot to test it?

              I will try the second part later.

              db

              1 Reply Last reply Reply Quote 0
              • jimpJ
                jimp Rebel Alliance Developer Netgate
                last edited by

                No but you may have to clear your cache and close out of the browser. It's just javascript/ajax in that file.

                Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                Need help fast? Netgate Global Support!

                Do not Chat/PM for help!

                1 Reply Last reply Reply Quote 0
                • C
                  clarknova
                  last edited by

                  @jimp:

                  
                  	// $stats['mem'] = mem_usage();
                  	$stats['mem'] = 0;
                  
                  

                  I still haven't tried this one yet, but I do have some newe information.

                  Besides the dashboard, the Status:Interfaces page is also deadly slow to load. Each interface appears sequentially in the browser, and each one takes about 2 seconds to appear in turn.

                  Also on the console (serial or ssh), each modem interface takes a second or two to appear when reloading the console.

                  I've attached my interface information. WAN is mlppp and is a bundle of opt4 through opt10 (MODEM2-MODEM8).

                  interfaces-config-pfsense.burgess-20100830072450.xml.txt

                  db

                  1 Reply Last reply Reply Quote 0
                  • jimpJ
                    jimp Rebel Alliance Developer Netgate
                    last edited by

                    What is the date on the snapshot you're running now?

                    Someone found an issue at one point last week which made some interface operations slower, and it was subsequently fixed.

                    Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                    Need help fast? Netgate Global Support!

                    Do not Chat/PM for help!

                    1 Reply Last reply Reply Quote 0
                    • C
                      clarknova
                      last edited by

                      Aug 20 snapshot is sluggish, Aug 2 snapshot is not. I'll try updating the Aug 20 slice.

                      db

                      1 Reply Last reply Reply Quote 0
                      • C
                        clarknova
                        last edited by

                        Fixed. Thanks.

                        db

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.