Currently, even though with caching it's not a good idea to have long-running scripts in the script snippet because every livemark build/start; it will be fully executed (although cached during the start session).
ATM we need to write separate scripts to fetch the data and we can include it to the site using FilePlugin. We might consider some special options like slow tags/etc to include these scripts to Livemark makrdown. It's something to investigate.
Overview
Currently, even though with caching it's not a good idea to have long-running scripts in the
script
snippet because everylivemark build/start
; it will be fully executed (although cached during the start session).ATM we need to write separate scripts to fetch the data and we can include it to the site using FilePlugin. We might consider some special options like
slow
tags/etc to include these scripts to Livemark makrdown. It's something to investigate.