Performance improvment with 5.3

We improved performance with 5.3.1.65-SNAPSHOT by uncouple parts of the the release method of the request (PageContext) from the request itself. So you no longer have to wait for Lucee to clean up your request after it is done.
This has special impact on request using scope storages.
The SpoolerEngine now get the (light) Task to clean up afterwards.

4 Likes

any rough numbers on the performance improvement?

That depends on the request, can be everything from 0ms to seconds…