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

sauce71’s picture

Status: Active » Needs review

Changed module to store data in its own table