Forum Discussion

f5_learner_2857's avatar
f5_learner_2857
Icon for Nimbostratus rankNimbostratus
Jun 14, 2010

GUI Extremely Slow - BIG-IP 9.2.3 Build 142.0

Hello,

 

 

We are experiencing extremely slowness on F5 GUI on the given version. I hvae restart the tomcat yet no difference.

 

 

Please assist.

 

 

Thanks.

5 Replies

  • Hi,

     

     

    Try searching the forums for "GUI slow" and you'll find some relevant posts like these:

     

     

    http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=27152&ptarget=813029

     

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=32&tpage=1&view=topic&postid=30640

     

     

    Aaron
  • As per my experience, GUI for 9.x is slow only. We recently switched to 10.x and the GUI is really fast. Web GUI enhanced in 10.x which is using AJAX and refreshes only related components than loading the whole page. The GUI was extremely slow over the WAN. We used to RDP to the LAN server and then launch from there.
  • The solution that fixed our configuration console using Firefox and Google Chrome was

     

    SOL10770: The BIG-IP Configuration utility may render slowly when using recent versions of the Firefox browser

     

    https://support.f5.com/kb/en-us/solutions/public/10000/700/sol10770.html

     

     

     

    When using some versions of the Firefox browser, such as 3.5.5, the BIG-IP Configuration utility may render slowly. Analysis of the traffic reveals that the sixth parallel connection that the browser opens has a 17-second delay between the time in which the TCP connection has established, and when the SSL handshake begins. During this delay, the page element that Firefox intended to request with the connection is held up. When this issue occurs, a user will see the Configuration utility begin rendering and then stall for approximately 17 seconds. Eventually, the SSL handshake will complete and Firefox will download the remaining page element. As a result, the Configuration utility will finish rendering.

     

     

     

    Solution is increases the "MaxClients" from the default of 5 to 20:

     

    bigpipe httpd include '"MaxClients 20"'

     

    bigpipe save all

     

    bigstart restart httpd