We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b57a26 commit 9a38b27Copy full SHA for 9a38b27
readthedocs/api/v2/views/footer_views.py
@@ -66,7 +66,14 @@ def get_version_compare_data(project, base_version=None):
66
67
class FooterHTML(APIView):
68
69
- """Render and return footer markup."""
+ """
70
+ Render and return footer markup.
71
+
72
+ .. note::
73
74
+ The methods `_get_project` and `_get_version`
75
+ are called many times, so a basic cache is implemented.
76
77
78
http_method_names = ['get']
79
permission_classes = [AllowAny]
0 commit comments