Needs review
Project:
Block Options
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 18:42 UTC
Updated:
21 Oct 2011 at 13:02 UTC
Drupal loads all system variables on every page, regardless of whether or not they're being used. Many sites have dozens of blocks, so saving a variable for each block will hurt performance. It would be better to create a new table with hook_schema() on install for saving options.
Comments
Comment #1
sauce71 commentedChanged module to store data in its own table