Platform9 U/I Failing to Load or Loading Slowly
Problem
Platform9 U/I is failing to load certain pages and/or loading very slowly.
Environment
- Platform9 Managed Services
- U/I
Procedure
- Logout of the UI, and/or ensure you are on the login screen.

Screen_Shot_2021-02-12_at_1.07.44_PM.png
- Enable Developer Tools in your browser.
Chrome
Keyboard Shortcut: ⌘ (CMD) + ⌥ (OPTION) + I
Settings: More Tools > Developer Tools
Select the Network tab.
Ensure that the "Disable Cache" option is checked and reload the page.
Sign in to Clarity UI with your credentials – ensuring that the Developer/Network tools are still visible.

Screen_Shot_2021-02-12_at_2_17_45_PM.png
- When navigating to any page upon login – are any requests failing? In other words, are any requests getting a non-HTTP 2xx response code?
Hint: Sort by "Status" in descending order by clicking on the labeled column.
An example is included below where it can be observed that the "Instances" tab is failing to load due to various failed HTTP 502 (Bad Gateway) responses.

Screen_Shot_2021-02-12_at_2.26.07_PM.png
To gain more detail about these requests, click on each of the request names, e.g. "detail".

Screen_Shot_2021-02-12_at_2_26_31_PM.png
- Right click on the request name and select "Save all as HAR with content".

Screen_Shot_2021-02-12_at_2.27.10_PM.png
- Attach the file to a Platform9 Support ticket for further analysis.
- If you do not see any failed requests (aside from any HTTP 404s, which may or may not be relevant and unlikely to block page load in most cases), but, rather, you are experiencing slow load times where the page eventually loads – then, try sorting by "Time" instead, and see what took the longest.
It may be that a particular API is slow to respond. E.g., if you have a lot of security groups, it may take a while for the Neutron API to load all of these when navigating to the Networks > Security Groups tab.

Screen_Shot_2021-02-12_at_3_00_12_PM.png
In this case, please similarly share the request details with our Support team for further analysis.
Note: Please bear in mind that most APIs may already be tuned as finely as possible to provide the best performance. In some rare edge cases, a resize of the management plane instance may need to be performed, though – adjusting the API workers accordingly as per the increased # of vCPUs, etc.