jschultz38 / degenbot

Fetch game times for select degenz
1 stars 0 forks source link

Improve speed #44

Closed jschultz38 closed 3 months ago

jschultz38 commented 3 months ago

Commands take SO long to run. Figure out some way to reduce it (outside of better caching, even with a full cache it takes a long time). Some areas to investigate are:

  1. Cache created games instead of the whole webpage
  2. Launching in NOT a tmux window lol - try systemd (I think this is the major issue)
  3. Parallelize - I don't even think you can do this in python
jschultz38 commented 3 months ago

Goal is really like <1 second for !today and by extension !tomorrow

jschultz38 commented 3 months ago

success. Takes a bit longer still bc the pride league team links are still broken