Postponed (maintainer needs more info)
Project:
Media Mover
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2009 at 11:49 UTC
Updated:
13 Feb 2009 at 20:08 UTC
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
Comment #1
arthurf commentedThe 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?