[
https://issues.apache.org/jira/browse/SLING-12879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18113249#comment-18113249
]
Jan Stettler commented on SLING-12879:
--------------------------------------
what I did yesterday is
I installed the index and this helps to reduce down time from 2h to 32 min.
I did a script to check all sling:alias an them up
-> no starting / allowed
-> no trailing spaces (yes we have some) -> this creates more identical
sling:alias "myalias" ¨= "myalias "
-> remove sling:alias if node name is the same
-> remove empty sling:alias
I did my own cq-quickstart-6.6.2.jar with a patch -> use
resourceresolver-1.12.08.jar - and this works for now.
Then the instance is up very fast and with no caching its more or less same
speed as before from the beginning.
so my wish is:
Do it like in 1.12.08 with cache=false and run in background the cache filling.
as soon as the cache is available then switch to the cache.
> ResourceResolver: add option to run alias initializer in background
> -------------------------------------------------------------------
>
> Key: SLING-12879
> URL: https://issues.apache.org/jira/browse/SLING-12879
> Project: Sling
> Issue Type: Sub-task
> Components: ResourceResolver
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Major
> Fix For: Resource Resolver 1.12.12, Resource Resolver 2.0.2
>
> Attachments: image-2026-09-08-13-34-48-536.png,
> image-2026-09-08-13-55-36-085.png, log-analyse-aem-vostra.json,
> resourceresolver-index-1.0.zip, slingResourceResolver-3.10.json
>
>
> This will add that option, but keep it disabled.
> For now it will only be tested in unit tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)