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
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes). Now it's working ... I only have to figure...
Question about hook_form_FORM_ID_alter
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
How to over-ride grid-flexbox.css
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?