Why play framework 2.4 is so slow when using @routes.Assets.versioned in twirl?
问题 I have a controller, when i render a twirl template and return it in my action. the play performance decrease about 5 time (15000 Requests per second in apache benchmark). but when i return json in this action play performance increase about 5 time (79000 Requests per second in apache benchmark). I have a very simple twirl template: @(message: String) @main("Welcome to Play") { @message } Update : I find that when i use @routes.Assets.versioned instead of @routes.Assets.at to address assets