hazcod / Gunther

Easy web frontend for media streaming - Fork me! (NO LONGER MAINTAINED)
27 stars 5 forks source link

First visit is slow #3

Closed hazcod closed 9 years ago

hazcod commented 9 years ago

As we need to fill up the cache with information from TheTvDB, the first visit will always be slow(er). Possible solution; re-fill cache every CACHE_TTL. Requires work for a daemon.

hazcod commented 9 years ago

chmod a+x /scripts/fillCache.php crontab -e 00 * * * * /usr/local/php54/bin/php /home/john/myscript.php

Where fillCache calls all getJSON functions.

hazcod commented 9 years ago

b8bd2175d8cd467bfc83e5c70667137eaa6a457d

Still need to test.