User Tools

Site Tools


performance_optimization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
performance_optimization [2022/01/15 18:21] – ↷ Links adapted because of a move operation 127.0.0.1performance_optimization [2023/05/03 08:54] (current) – [General rules for optimizing your projects] emozolyak
Line 125: Line 125:
   -Set appropriate screen refresh time.   -Set appropriate screen refresh time.
   -use templates for dashboards, alerts and others   -use templates for dashboards, alerts and others
 +  -for Gantt diagrams, don't set too big time range
  
 === Scripting === === Scripting ===
Line 158: Line 159:
  
 === Optimize log=== === Optimize log===
-  -Minimize logging many registers to DB, set appropriate log speed for them. When setting 'use data from log' for the graphs, make sure you limit the log amount with the setting.+Minimize logging many registers to DB, set appropriate log speed for them. When setting 'use data from log' for the graphs, make sure you limit the log amount with the setting.
  
 +=== Don't forget to remove debug log ===
  
 +Printing to communication log, especially TRACE function, may load up your system significantly. Don't forget to switch off unnecessary logging and to disable debug printing after finishig debug process.
 +
 +=== Keep some free space on the data storage ===
 +
 +When you have big database files and other log files, leaving small room for temporary files may affect your system performance too. Depending on storage size, leave some free space on it. E.g. for 1GB SD card 20% of free space is recommended. Use this [[system_settings#storage_settings|settings page]].
  
  
performance_optimization.1642270865.txt.gz · Last modified: 2022/01/15 18:21 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki