We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#1406 - Extend system checks
This is a spacer post for a website comment topic. The content this topic relates to: #1406 - Extend system checks
Not done as a CRON job, instead added to php-info.
A CRON job could be a big pain, if the user chooses to ignore certain checks, they'd get repeated warnings about it. It would also be some work for us to make each check disableable, and track what checks have stopped/started to prevent repeated warnings.
The menu labelling and feature documentation is changed so users know they can do server checks under php-info. Additionally we will do them on the admin dashboard, which the admin is likely to regularly check, especially if some problem has been reported to them.
In addition, workaround for max_input_vars has been added, letting the config module work reliably even if the max_input_vars setting is too low. On other screens it will work too, so long as the form doesn't have an upload field.
Not done as a CRON job, instead added to php-info.
A CRON job could be a big pain, if the user chooses to ignore certain checks, they'd get repeated warnings about it. It would also be some work for us to make each check disableable, and track what checks have stopped/started to prevent repeated warnings.
The menu labelling and feature documentation is changed so users know they can do server checks under php-info. Additionally we will do them on the admin dashboard, which the admin is likely to regularly check, especially if some problem has been reported to them.
In addition, workaround for max_input_vars has been added, letting the config module work reliably even if the max_input_vars setting is too low. On other screens it will work too, so long as the form doesn't have an upload field.