This is a spin off of #5858, where we considered adding some system metrics to the status page, to help site admins/owners get a better understanding of the minimum-recommended and minimum-possible specs required for a server that would run their site (when they are looking to move their locally-developed site to a live server, or when switching hosting providers).
In #5858 we decided that showing system RAM usage may not be relevant, but showing some basic PHP memory usage would be helpful. While working on the code, I've noticed some code repetition and certain things that could be consolidated. For example, things like the PHP extensions, memory limit, and register globals are not frequently used past the initial site installation, so I thought that they could be placed under the "more" toggle in the main PHP entry (where we show the PHP version). That, plus some other minor tweaks.
Also, I wanted to split this from the rest of the things we considered (such as db size and files directory size), in order to not hold back one thing while discussing/bikeshedding the others.
Recent comments
With JQuery, simple and fast. Or put all possible links in one menu, and hide unnecessary with CSS mediaquery.
Different primary menus depending on the viewport size?
I wonder if what is happening here is the default database settings are for utf8mb4 if the database server supports it. In settings.php or settings.local.php if that's where you put your...
Problem with utf8mb4 Format when importing database
I've not done this with a menu before but something similar with different Views presentation blocks for different resolutions (i.e. not just responsive but a different presentation method...
Different primary menus depending on the viewport size?