Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Sep 2009 at 14:04 UTC
Updated:
26 Nov 2009 at 16:32 UTC
I noticed a bunch of queries being created in the function drupal_get_filepath and that's why I've created the following patch. I'm not sure where to place this actually so hopefully this issue list is a good spot.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_file_listing.patch | 1.84 KB | ThomasH |
Comments
Comment #1
grendzy commentedNew features go in Drupal 7.
Comment #2
catchsubscribing. Any particular pages these show up on?
Comment #3
ThomasH commentedThe patch above only works in 6.13
Comment #4
catchAnswering my own question, this shows up on every page - we'd exchange a direct query for a cache_get() - and probably for cached pages too. There's no API change necessary here (at least I hope not), so tagging ready for spit and polish.
Comment #5
catch#626688: Add caching for system_list()