mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed #25996 -- Revised performance section in URLs topic docs.
This commit is contained in:
parent
f0c06f8ab7
commit
d3579ca112
@ -317,8 +317,9 @@ default argument for ``num``, ``1``. If the second pattern matches,
|
|||||||
Performance
|
Performance
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Each regular expression in a ``urlpatterns`` is compiled the first time it's
|
Django processes regular expressions in the ``urlpatterns`` list which is
|
||||||
accessed. This makes the system blazingly fast.
|
compiled the first time it's accessed. Subsequent requests use the cached
|
||||||
|
configuration via the URL resolver.
|
||||||
|
|
||||||
Syntax of the ``urlpatterns`` variable
|
Syntax of the ``urlpatterns`` variable
|
||||||
======================================
|
======================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user