utils:::readCitationFile slowing down a Shiny App
So I made an a Shiny app and have one of its panel taking a lot of time to render, and I’m looking for a way to optimize it. To checkout which part of my code takes the most time, I used profvis
to profile my app but I don’t know where to go from here.