Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
16 Sep 2011 at 15:20 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reid.
Comment #2
willvincent commentedFrom a performance and memory usage perspective, keeping it a separate sub-module might not be a horrible idea. While it's likely most people would wind up enabling both the base metatag module and the metatag_ui sub-module, in the event that configuration only needed to be set up once and then the token values set would work for the lifetime of the site, not having the UI portion built into the base module would probably decrease memory usage a bit.
Sure it's probably a negligible amount, but any amount of memory savings is probably a good thing.
Comment #3
dave reidThere would be very little performance and memory concerns as the code needed for the admin UI would be self-contained in metatag.admin.inc and not be loaded on normal page requests.
Comment #4
dave reidComment #5
dave reidCommitted #4 to Git.
http://drupalcode.org/project/metatag.git/commit/9601dd1