Hi,
When I update to 5.3.8 I changed the @PageAttached with PerThreadManager and
PerThreadValue.
I used it like this :
private PerThreadValue perThreadValue;
@Inject
private PerthreadManager managerEnv;
public PerThreadValue getPerThreadValue() {
if (perThreadValue == null) {
## Page Preloading
It is now possible to pre-load pages at system startup time by making
contributions
to the new PagePreloader service. Pages can be pre-loaded only in
development, only in production,
never, or always.
Quote from 5.4 release notes,Not sure if it will generate the js files at
th