Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
7.4.0
-
any
Description
We have a performance issue with our Wicket app, page serialization causes inconvenience to user because PageStoreManager.storeTouchedPages() blocks the request until pageSerializer.serialize(page) has been handled.
Could this be solved by serializing the page in a separate thread and let the request complete?
The problem we have is that user is making quick small ajax modifications to the page but serialization + network latency makes the delay very inconvenient. If serialization could be done in separate thread, user would feel only the network delay which is bearable.
Attachments
Attachments
Issue Links
- causes
-
WICKET-6607 NoSuchMethodError when using Spring-Beans with constructor injection in an AjaxLink#onClick
- Resolved
- links to
- mentioned in
-
Page Loading...