[ADD] developer/reference: add a reference page on performance

closes odoo/documentation#2794

X-original-commit: 4d8e3f9785
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Xavier-Do
2021-09-30 14:53:09 +00:00
committed by Antoine Vandevenne (anv)
parent aab2d6615a
commit 46a80f60c5
17 changed files with 554 additions and 561 deletions

View File

@@ -0,0 +1,7 @@
.bad-example {
border-left: 3px solid red;
}
.good-example {
border-left: 3px solid green;
}