Views
Navigation
Toolbox
Search
OpenERP Book
Open ERP and Open Object Community Wiki

Performance

From Wiki

Jump to: navigation, search

Contents

Goals

  1. Ensure fast response time
  2. reduce use of system and NETWORK resources

Ideas and Propositions

  1. Various accounting reports (balance, analytic account, stock moves)
    • use period sums for reporting
    • permanent calculation of "Balance Carried Forward" - Period "00"
    • period 13,14 ...
  2. Mass Data loading (handling of timeout)
  3. Direct Print (sending pdf to printer instead to pdf viewer)
  4. Increase "density" of printed reports - reduce paper usage
    • reduce margins
    • 6 LPI, 10 CPI
    • double side printing
  5. Replace certain python code with SQL Code (like 749)
  6. Load tabs on opening tab not form
  7. Load images on display
  8. Fast secure internet connection (NET-RPC/stunnel)
  9. update reading init section (759)
  10. free unused memory (GTK client and server)

Tiny To Do

  1. review reports to increase "density"
  2. load images on demand
  3. init_xml should not run on update
  - see http://www.openerp.com/forum/post21355.html#21355
  1. standard setup of secure connections
  2. how many simultaneus users can be supported
  3. document sysem : sftp
  4. netrpc - secure

Interested People

  1. Ferdinand Gassauer

Post Developer Days Comments

  1. Linux currently (trunk revision 8761) tells me to use preview, because automatic print is not implemented ....!!??
Personal tools
© 2001-TODAY Tiny sprl. All rights reserved.
OpenERP and OpenObject are trademarks of the Tiny company.
They both are released under GPL V2.0.