Hi, great module u have here, but now that Drupal 6 has made file inclusions easier for implementation, it would be nice if you could use more page handlers in your code (at least for the one function called by the menu hook). I currently have to edit the module file manually to reduce the memory footprint...

Comments

atuyo60’s picture

Status: Active » Closed (fixed)

I am hoping my edit to utilise the page handlers works fine, but I would prefer an official solution. I also recommend moving the block function to another file using this method by Wesley: http://wtanaka.com/node/7644

With the two file inclusions, I managed to reduce the module's memory usage by about 30,000 bytes.