Intervention Running Slowly: Difference between revisions

From Lifeguide Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
*'''High Resolution Images.''' If you have many high resolution images in your intervention, it may run slowly. Try to make sure that your images are no bigger than the size they will appear on your screen. The resolution needs to be no more than 72 dpi (dots per inch). There are many online tools available to resize your images, or you can use a image editing tool like photoshop or [https://www.gimp.org/ GIMP]. Remember to save your image using a compressed file type like '''.png''' or '''.jpg''' .
*'''High Resolution Images.''' If you have many high resolution images in your intervention, it may run slowly. Try to make sure that your images are no bigger than the size they will appear on your screen. The resolution needs to be no more than 72 dpi (dots per inch). There are many online tools available to resize your images, or you can use a image editing tool like photoshop or [https://www.gimp.org/ GIMP]. Remember to save your image using a compressed file type like '''.png''' or '''.jpg''' .


*'''Lots of logic on pages.''' Interventions run more slowly if you have more logic on the pages. Particularly, many lines of this logic statement
*'''Lots of logic on pages.''' Interventions run more slowly if you have more logic on the pages. Particularly, too many lines of this logic statement:
*: <code>if (...) set ... to ...</code>
*: <code>if (...) set ... to ...</code>
*: makes interventions run slowly.
*: make interventions run slowly.

Revision as of 12:38, 5 May 2017

LifeGuide interventions will run slowly for a variety of reasons:

  • High Resolution Images. If you have many high resolution images in your intervention, it may run slowly. Try to make sure that your images are no bigger than the size they will appear on your screen. The resolution needs to be no more than 72 dpi (dots per inch). There are many online tools available to resize your images, or you can use a image editing tool like photoshop or GIMP. Remember to save your image using a compressed file type like .png or .jpg .
  • Lots of logic on pages. Interventions run more slowly if you have more logic on the pages. Particularly, too many lines of this logic statement:
    if (...) set ... to ...
    make interventions run slowly.