Attached is a 'first pass' patch which tries to lighten the server load on admin/build/features by spawning an individual web request to get the status for each feature. The idea here is that checking every features status in one go is doomed to failure, so we'll do one at a time.
Two things needs to be cleaned up in this patch 1)the themeing and 2) it currently fires all extra request simultaneously (I think it should be one by one).
In the meantime it may be useful anyhow. :)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | json_check.2.patch | 5.21 KB | jmiccolis |
| json_check.patch | 4.73 KB | jmiccolis |
Comments
Comment #1
jmiccolis commentedBetter patch, markup is slightly better, requests are handled one by one.
Young, do you have a clock-style-ajax-is-doing-it's-thing.png we can use on this?
Comment #2
yhahn commentedYou just pwned that memory limit. http://drupal.org/cvs?commit=222112