Ideas for Arc XP

Support HTTPs Connection Pooling to External APIs

Some of our content sources make backend calls to private APIs. These APIs are hosted externally to ARC and are available only via HTTPS. The initial TLS connection requires at least 3 round trips of packets to be exchanged before an HTTP request can be made. This can easily add 100ms or more latency to any external HTTPS request from PageBuilder.

It's best practice to use a connection pooling mechanism with keep-alive, allowing the user to keep those TLS channels open for further requests. Even though this feature is supported by NodeJS, PageBuilder does not support it.


Built in caching does little for services such as search and personalization.

  • Stan Borbat
  • Aug 17 2021
  • Will not implement
  • Attach files
  • Admin
    Fatih Yildiz commented
    September 01, 2021 19:24

    Hi Stan. Thanks for submitting this idea.


    We have reviewed this with Engine team. This is currently not possible; the content sources running in lambdas can not cross communicate.


    Having additional roundtrips in the content sources shouldn't be a large concern because the content sources and the final rendred fusion response should be cached properly.