21 Apr
2005
21 Apr
'05
10:39 a.m.
I've recently found myself incredibly impressed with the autopath module, but I realize that there is an inherent scaleability issue with how we do paths at the moment.
On every page load, the entire url_alias table is loaded into memory, and enabling the autopath module on a site like Drupal.org with thousands upon thousands of nodes, is just impractical. Does anyone have an idea of how we could make the path system easier to use for large sites?
conf_url_rewrite()? Goba