-
New App: Online Appointments
-
Tips and Tricks to Design Odoo Website ThemesStefano Rigano (sri)Hoàn tất
-
Record / Playback Tests Directly in Odoo
Andreas StauderHoàn tất
-
ODBC Connector with Odoo, Applied to Ms Dynamics NAV
Dominik ChwallaHoàn tất
-
Boost Your Odoo Development with Pandas
Davide CorioHoàn tất
-
Load Testing: How to Stress Your Odoo with Locust
Michael Vannerom, Developer, OdooHoàn tất
-
Auto-Detecting Common Coding Mistakes for Odoo Modules Using Pylint for Odoo
Moisés Augusto López CalderónHoàn tất
-
Moving Legacy Data into Odoo Using the Import
Thibault François - Technical Consultant Team Leader, OdooHoàn tất
-
Testing Odoo: A Guided Tour
Adrien Dieudonné, Software Developer - OdooHoàn tất
-
2-day training: The Odoo JS framework
Gery Debongnie - Lead Developer, OdooHoàn tất
Odoo developer from 4.2 version Vauxoo Developer Manager Active member of Odoo Community Association Developer of Quality Tools like as travis2docker and runbot dockerized builds, pylint-odoo
With this talk, you will discover a module to detect performance issues related to python and/or postgresql using profiling and logging, and fixing it.
Many issues are related to performance issues, and this presentation is important to detect the piece of code:
Slowest executed python method or sql query
Most time executed python method or sql query
This talk is a live demo where you will discover how to:
Force a common sql and python performance issue
Use the (1) Odoo-profiler module to detect it
Different ways to fix them (LIMIT, WHERE, INDEX, COMPLEX INDEX, STORE=TRUE, and others)
Fix and run again the Odoo profiler
This talk is based on this module: https://github.com/vauxoo/odoo-profiler developed by Vauxoo