Closed (won't fix)
Project:
Date iCal
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2013 at 22:37 UTC
Updated:
22 Jul 2013 at 20:46 UTC
http://drupal.org/node/1915646 seems to indicate that we could optimize the way that iCal presents Date and Location field choices.
However, if we do such an optmization, it would not be compatible with versions of Drupal before 7.22, unless the the changes are trivial enough to wrap in an if block that checks for the existence of the field_info_field_map() function.
I've set the priority of this task to minor, because I'm not even sure it'd be worthwhile to do. I think it would only affect the performance of the Views admin pages where Date iCal displays are used.
Comments
Comment #1
coredumperror commentedComment #2
coredumperror commentedYeah, I was right in my previous comment. This kind of optimization would be pointless, and only affect the performance of the Views settings pages.