Stop the url alias queries
Submitted by weitzman on Sat, 01/14/2006 - 05:41
In Drupal 4.7, we access the url_alias very often compared to 4.6, This was a wise decision for performance reasons, but it is annoying to see the devel.moduel query log clutterred with these queries. The solution is simple: empty your URL alias table and Drupal becomes smart enough to access it only once. This query will do it:
DELETE FROM url_alias
- weitzman's blog
- 1455 reads
Tags:



