I saw that hook_nodeapi (load) is calling to fetch files in all node loads. It may do only on the types that are using media mover features.
It spends much time, in my case 1 sec for each loading page. And in pages that are not showing any media mover related things.

See related comment in http://drupal.org/node/372109#comment-1250474

Sorry if it is yet fixed.

Regards.

Comments

arthurf’s picture

Status: Active » Postponed (maintainer needs more info)

The media_mover_api_node_files_fetch() function caches media mover files per node, so it should only be one DB hit per node load once the files are cached. The D6 1.x version does loading by status which should keep down the over head on each node. However, I'm wondering if something else is going on when you say that you're getting hit for 1 second per page load- can you give me information on the hardware, OS, and other modules that you've got running?