Drupal: Slow Manage Features page

Many sites and distributions built on Drupal make use of Features. It often happens that having a big number of features on a site makes the Manage Features administration page unbearably slow. I experienced this on one of my recent projects built on Open Atrium, so I decided to fix this.

The Solution
I created a simple module, Features Package Settings which allows you to reorder all features packages so that they appear in desired order - this changes the order in which the features State is being checked, so your custom features can get checked first.
Furthermore, it allows to disable state checking for packages which you are not so much interested in being checked (be cautios with this, you should check all your features periodically).

There is another tweak you can use to make the Manage Features page considerably snappier - use my patch to Features which allows for simple caching of the Manage Features list, making it render much faster.

If you like this, or have any ideas how to improve these efforts, please contribute to the issue queue with a supporting comment so that everyone can get this without patching. I also started an issue on integrating the Features Package Settings into Features so that such behaviour is shipped directly with the Features module.

tl;dr:

Slow Manage Features page? Use this:

Like it? Show support in the issue queue: