Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Oct 2010 at 22:22 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikeytown2 commentedComment #2
damienmckennaThank you. Will review this for the next release.
Comment #3
dave reidThis function makes me cry.
Comment #4
mikeytown2 commentednodewords has made me cry many times; I opt to get in & get out as quick as possible. I'm sure if you look upstream you can make this faster. Main objective is saving the time it takes going over the network to the MySQL server on another box.
Comment #5
dave reidSo it turns out that only one line of code in the module calls this function. Hilarious.
Comment #6
dave reidComment #7
mikeytown2 commentedany chance of getting a static in there?
Comment #8
dave reidHave you re-tested with devel & 6.x-1.x to see if a static is necessary? I tested this using the latest code and devel says it runs this query 10 times, but each time with a different ID, and each individual ID query was only run once.
Comment #9
mikeytown2 commentedI'll recheck when I get back from vacation... nov 10th or so
Comment #10
dave reidI went ahead and committed #6 to CVS. Re-open if you can confirm that static caching is needed, otherwise I feel ok marking this as fixed for now.
http://drupal.org/cvs?commit=444034
Comment #13
damienmckennaNeeds to be re-rolled against the latest 6.x-1.x codebase.
Comment #14
damienmckennaRe-rolled against the current 6.x-1.x codebase.
Comment #15
damienmckennaRe-rolled.
Comment #16
damienmckennaRe-rolled again.
Comment #17
damienmckennaCommitted, again.