Julia…Time to first plot

I was watching a YouTube video on Julia by RichardOnData and he talked about the Time to first plot problem. Which I’ve experienced using the SQLite package but never knew it was a Julia thing or heard the term before. Evidently it’s because Julia is a JIT language and compiles modules the first time run in a session….something like that!