After accumulating a large number of apps over the years in a single web project, I would say that the time it takes to reverse urls has become quite significant, especially if we have multiple links on screen using the reverse function.
Would there be a noticeable difference if we go back to using qualified view names in reverse function as such 'app.views.view_func' vs using aliased names? I'm thinking in the latter the lookup might involve all apps included in the project and hence the long execution time? Now if there is no difference in using either? are there any other optimization solutions anyone would recommend? short of hard coding the urls? Thanks all -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

