I just found that using the 3.0.2 version of mustermann leads to startup times of several seconds in my Sinatra app which has ~330 routes that get parsed by mustermann on startup. Keeping mustermann at version 3.0.0 gets me quick startup again. I guess it may have to do with the parser switch.
I just found that using the 3.0.2 version of mustermann leads to startup times of several seconds in my Sinatra app which has ~330 routes that get parsed by mustermann on startup. Keeping mustermann at version 3.0.0 gets me quick startup again. I guess it may have to do with the parser switch.
Ruby: 3.3.5 sinatra: 3.2.0