- Patch #29326 by Morbus: optimized performance of URL aliasing for newly installed sites.
There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
parent
9e007c11
No related branches found
No related tags found
Showing
- database/database.mysql 0 additions, 2 deletionsdatabase/database.mysql
- database/database.pgsql 0 additions, 2 deletionsdatabase/database.pgsql
- database/updates.inc 8 additions, 1 deletiondatabase/updates.inc
- modules/node.module 6 additions, 5 deletionsmodules/node.module
- modules/node/node.module 6 additions, 5 deletionsmodules/node/node.module
Loading
Please register or sign in to comment