I'm creating a new issue about this as told in http://drupal.org/node/22035
I dont really know how you solved the performence problem but in the 4.7 changelog its stated that the path indexingblaha is tweaked. How was the final solution?
I don't know if you have thought about this or of its really stupid but, could it be a good idea writing rewrite rules to .htaccess? or some .htrewriterules which could be included in .htaccess to prevent generation of the rules destroying other settings in .htaccess? of course it should be saved in db too for backup reasons. What do you think? Would it improve performene? if one is running on a ramdisk as me it should speed up i think but im no expert.
Comments
Comment #1
saerdna commentedInstead of fetching the whole alias table per request maybe there could be some construct url function instead?
Comment #2
bryan kennedy commentedI know I am seeing a performance hit from the entire url_alias table (1017 records) being loaded for each page. I am looking into some way to improve this for my site. Not really sure how to go about it though??
Comment #3
ricabrantes commentedAny activity??
Comment #4
scoutbaker commentedMoving to 7.x-dev.
Comment #5
moshe weitzman commentedthe feature request here is quite unclear.
Comment #6
dave reidNo response in over a year. Marking as closed since I'm very sure this has improved in recent versions.