Description of the need
The Update Status module displays error messages on all administrative pages when security updates are available, such as on the /admin/modules page:

This behavior has been in place since Backdrop 1.0, something we carried over from Drupal 7.
Backdrop now has several other places where administrators are notified of updates, including:
The admin toolbar Notification icon (from #639)

The admin dashboard:

The status report:

And the new unified updates page added in https://github.com/backdrop/backdrop-issues/issues/2714

And although we are working on fixing some performance impacts caused by Update module in https://github.com/backdrop/backdrop-issues/issues/5046, displaying these messages requires that Update module perform relatively expensive comparison operations that can cause admin pages to slow down dramatically. We could further eliminate expensive processing on random administrative pages if we were to stop showing these messages. Instead we could relegate regenerating the available updates list to more predictable locations, such as the status report and on cron jobs.
Proposed solution
Remove the nagging messaging Update module currently displays on all /admin/* pages, instead allow other existing update mechanisms (email notifications, Twitter, the Backdrop Security feed, the notification dot, status report, and dashboard) be considered adequate notification of security updates.
Alternatives that have been considered
- None yet.
Recent comments
You may have found a bug in Backdrop. Some time ago Backdrop started allowing a simplified syntax for database definition in settings.php. It may be the case that the simplified syntax is...
MySQL Database 4-byte UTF-8 support
Fixed the first one following: https://forum.backdropcms.org/forum/backup-migrate-import-errors but is there an issue if I want to implement comments at a later date? Searched the...
Migrate BD to BD
I don't think, you got it right, yet. To select where the attachment is displayed, you set that in the attachment's setting. Remove all area embed stuff. That are two different...
have a view show contents in table and leaflet format simultaneously.