mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Add web_fix_modules_load
This commit is contained in:
1
web_fix_modules_load/readme/CONTRIBUTORS.rst
Normal file
1
web_fix_modules_load/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Simone Orsi <simone.orsi@camptocamp.com>
|
||||
7
web_fix_modules_load/readme/DESCRIPTION.rst
Normal file
7
web_fix_modules_load/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Odoo loads translations and module info using their names.
|
||||
When you have a lot of modules installed (eg: 500+)
|
||||
this can lead to very big GET requests (more than 12k) which, in most of the cases,
|
||||
will be blocked by the web server (eg: nginx) because they are too big.
|
||||
|
||||
This module tries to fix this by using modules' ids instead of names
|
||||
reducing dramatically the size of such requests.
|
||||
Reference in New Issue
Block a user