Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • D drupal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 2,512
    • Merge requests 2,512
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • project
  • drupal
  • Repository
Switch branch/tag
  • drupal
  • modules
  • node.module
Find file BlameHistoryPermalink
  • Dries Buytaert's avatar
    - Patch #29326 by Morbus: optimized performance of URL aliasing for newly installed sites. · 94d6b9ab
    Dries Buytaert authored Dec 07, 2005
      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?
    94d6b9ab