Global meta tags should be saved in the database as the other meta tags
KiamLaLuno - July 4, 2009 - 17:31
| Project: | Nodewords |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | 6.x-1.0 |
Jump to:
Description
It would be better to save the global meta tags in the database table; this would slightly reduce the amount of memory required by Drupal variables, which are loaded in memory every time Drupal makes a complete bootstrap.
It also doesn't make sense to load those values in memory all times, as they are required in specific moments.

#1
The global meta tag values should be rather called "default meta tag values", as they are the values used when there isn't a specific value set for the user, node, taxonomy term.
#2
The code has been changed, and committed in CVS.
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.