I've one site with millions of files and the report never ends. I think maybe it should be done in chunks.

Thanks,
introfini

Comments

giorgio79’s picture

Title: Report never ends » Views Integration
Version: 6.x-2.x-dev » 6.x-3.x-dev

I think the best for this would be some kind of views integration with paging, and filtering, so one can filter out imagecache and other directories :)

asb’s picture

+Views Bulk Operations (VBO) integration as VBO plugin/action ;)

oadaeh’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev
Issue summary: View changes
oadaeh’s picture

Status: Active » Closed (won't fix)

In reconsidering the idea and purpose of this module, and what it would take to integrate it with Views, I've decided this isn't going to happen.

The primary purpose of this module is to locate problems and inconsistencies with file usage in a Drupal site. If there are problems and inconsistencies, it will be challenging (and possibly impossible) to incorporate that data into Views (and VBO).

Also, in thinking about how this module should be performing its tasks, I've decided to avoid using the Drupal API as much as possible, so that more or different problems are not created when attempting to fix the existing ones, which also adds to the complexity with incorporating this module with Views.

I will be using the Drupal API to reduce the load as much as possible, including eventually adding paging to the reports and using the Batch API to perform operations.