Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How well is OpenMRS currently performing?
  • What are hardware requirements?
    • For people using low-power systems, how far can they go?
  • How much bandwidth is needed to do data entry via the internet?
  • Can OpenMRS have a chance at scaling?
  • How do you optimize MySQL configuration?
  • How is OpenMRS' performance affected by different databases (e.g., SQL Server 2008)?
  • What settings (formerly global properties 1.8 and below)  exist exist for performance tuning?

Notes

...

  • Performance Testing
    • Saptarshi blogged about this
    • Glassfish may be more scalable than Tomcat
  • What settings Settings (formerly global properties Global Properties from 1.8 and below)  exist 9 downwards) exist for performance tuning?
    • patient.identifierPrefix - change from % to blank (empty)
    • patient.identifierRegex - change from % to blank (empty)
    • patient.identifierSuffix - change from % to blank (empty)
    • patient.searchMaxResults - set to maximum matches you think a person would be willing to search through (e.g., 100 or 1000)

...

    • Could we make the search delay duration a settings (formerly global properties 1.8 and below) global property? And make AJAX real-time patient search optional via settings Setting (formerly global properties Global Property from 1.8 and below9 downwards) ?

How many users of the system

...

  • Make a ticket for Fix the patient search widget faster
    • Make AJAX real-time search optional & delay time settable via settings via Settings (formerly global properties Global Properties from 1.8 and below9 downwards) 
    • Avoid downloading all patients
  • Fix the patient dashboard
    • Lazy loading of data