...
- 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 (formerly global properties 1.8 and below) exist 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)
...
Panel |
---|
Do we*really need interactive search? |
- 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 (formerly global properties 1.8 and below) - global property?
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 (formerly via global properties 1.8 and below)
- Avoid downloading all patients
- Fix the patient dashboard
- Lazy loading of data