jwaldmann / star-exec-presenter

presentation platform for star-exec written in Haskell and based upon Yesod
2 stars 7 forks source link

slow loading of job and competition pages after server restart #153

Open jwaldmann opened 7 years ago

jwaldmann commented 7 years ago

When I re-start the server (./keter.sh), the first call of a handler for competition (overview) and job (table) takes a long time.

I guess it finds that the in-memory cache is empty, and thus downloads data from starexec - while it should detect that it already has it in its data base.