Hi - I have a Shiny app which takes about 15 secs to load. It reads data from a gsheet. When checking the logs, it seems this stage takes at least 7 secs (and the rest seems more or less ok):
gs4_auth(cache = ".secrets", email = "xxxxxxxxxxx@gmail.com")
Has anybody encountered this? Is there any way to speed this up a little bit?
I can post the full code if that is of any help.