コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Control AEM connections

Avatar

Level 6

Is there any OSGI configuration to control the performance of page load, number of http connections etc ?

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

Hi,

There is no configuration where you can influence the page load time, as it is determined mostly by the performance of your templates and components. The size of the threadpool of the webcontainer can be configured on 5.6.1 (look for the the "Day CQSE" configuration), I am not sure if it's available on 6.0 (maybe I just haven't found it).

kind regards,
Jörg

元の投稿で解決策を見る

2 返信

Avatar

正解者
Employee Advisor

Hi,

There is no configuration where you can influence the page load time, as it is determined mostly by the performance of your templates and components. The size of the threadpool of the webcontainer can be configured on 5.6.1 (look for the the "Day CQSE" configuration), I am not sure if it's available on 6.0 (maybe I just haven't found it).

kind regards,
Jörg

Avatar

Level 6

I found this :Maximum number of threads,: property for Day CQSE HTTP Service .

But since AEM 6.0 is using jetty server, I am not able to find this option. Anywhere else i can find this option ?