To reduce memory usage when loading .module files, it has become a Drupal standard to mode functions that create page content to a pages.inc or admin.inc file. This will load the functions only when needed (e.g. the menu page callback is called.

Comments

bkonetzny’s picture

Status: Active » Needs review
StatusFileSize
new8.02 KB

Attached patch moves the page callbacks to includes and fixes a small menu title typo.

bkonetzny’s picture

Assigned: Unassigned » bkonetzny
Status: Needs review » Fixed

  • Commit 9e46bec on 7.x-1.x by bkonetzny:
    Issue #2249415 by bkonetzny: Added admin.inc and pages.inc to decrease...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.