Control AEM connections | Community
Skip to main content
selvaganesh
New Participant
October 16, 2015
Solved

Control AEM connections

  • October 16, 2015
  • 2 replies
  • 794 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

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 replies

joerghoh
joerghohAccepted solution
Employee
October 16, 2015

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

selvaganesh
New Participant
October 16, 2015

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 ?