sullivan
sullivan

Reputation: 360

Grails5 standalone: First browser hit takes longer

Using Grails 5, I create web applications and let them package in a standalone runnable war/jar file using the Grails build command.

Since Grails5, every page load in browser takes quite longer (4-5x of the following requests) than the following ones (does not matter which data or query). Thus, it seems like that the time that‘s consumed is for building the GSP. I‘m using Ubuntu 20 LTS and the java -jar command to run it.

Is there a new caching system implemented?

Upvotes: 0

Views: 52

Answers (1)

Jeff Scott Brown
Jeff Scott Brown

Reputation: 27200

Is there a new caching system implemented?

No, we didn't introduce a new caching system.

Upvotes: 0

Related Questions