Greetings,
Sorry if this is the wrong place for this type of post. I'm looking for a
little guidance on the Hyperkitty 'cron' scheduled tasks
I have mailman3/postorius/hyperkitty installed from the debian packages
using sqlite and no caching backend. Hyperkitty loads very quick, no
noticeable delay. I have it installed again from pip using sqlite as well
and no caching and I experience a noticeable delay in loading, about 3-5
seconds for every link within hyperkitty. I have the scheduled tasks
configured in cron on both servers.
I've made the configurations between the two installs almost identifcal,
the only thing I notice different between them is in the django admin
interface under successful tasks, on the pip installed one the only
successful task is 'update_from_mailman' where on the debian one I see
about 100 tasks including 'rebuild_mailinglist_cache' and
'rebuild_thread_cache'
Is it possible that the caches of the archives are not pre-built by the
scheduled tasks and thus causing the delay in loading?
Thanks!