Hey, just wondering how the speed of everyones' web interface is on their products? Let me know down below! If you have any tips to make my SW web interface perform better, also let me know please!
The web interfaces, depending on the environment of course, are usually quite speedy (1-7 second load time) with exceptions of a few resources like maps and things. If your website is running slow the first thing I usually do is use the waterfall chart with firefox or IE. Hit F12 while in the browser, access the Profiler and reload the page. It'll show you what is taking so long. Using that data you'll be able to get a decent idea whether the slow down is occurring on the web server or the db. After that you can start digging more.
yeah, mine is SIGNIFICANTLY slower but only on the initial connection really. once it's loaded up the web page the first time it takes a long time 30 secs to a minute when i first navigate to my servers address, and after that it takes more like you said a few seconds load time.
For you to start troubleshooting I would recommend going ahead and running the profiler from IE, firefox (preferred) or chrome. Profiler isn't the name in every app btw, you'll have to google that for each browser. Also, do all of this from the orion web server. That way you can halve your troubleshooting efforts.
I can clear my browser cache, and my personal summary page takes 5 seconds to load from the moment I hit enter. Details pages vary, depending on what resources are shown (we're using Node Details by machine type), but they are anywhere from 5 seconds for a 3750 to about 10 seconds for a fully loaded Nexus 7k. Of course these times can vary depending on the over-all load of Orion at any given moment.
When I first took over our Solarwinds, pretty much all the page load times were slow, but Node Details was the worse. The more I learned about Solarwinds, the more I found that mistakes that had been made with the implementation.
For example, the database had been placed on a SAN tier 2 LUN. I know that Solarwinds generally recommends a local RAID, but my research had turned up info that a good SAN can actually be faster than local RAID. Once we got our database moved to a Tier 1 LUN, that made a noticeable improvement.
The node details page load times would consistently be well over a minute. Sometimes, over 2 minutes. HUGE improvements were made with the Node Details by using View by Device Type. Originally, they were using the same general Node Details for every platform. So, for example, a 3750x Node Details would still have the resources for a Nexus chassis, or a UPS.....and even though there is no data and the resources were not necessarily shown on the page, it definitely had an impact on page load times.
Another item that still impacts our performance is that all network syslog is being sent to Orion. Well, in troubleshooting all the performance issues we had, I found out that Orion was never intended for this. For a medium/large enterprise, you should really be sending logs to a tool like Kiwi or Splunk. Then you can forward what you need in Orion from those tools. Our volume of syslog has a huge impact on our database performance. SNMP traps are a close second. Once we correct this, I expect performance to improve. I also plan to lower our polling intervals once that is done.
Appreciating the tips, gentlemen.
From recent struggles with very poor website performance, be sure you have a defragmentation job running regularly on your SQL DB. Grab a copy of the OrionBestPractices doc. Everything you need is there.
Again, this was the solution my particular problem.