Bad Performance When Loading Batch.css

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

JIRA is integrated with Crowd for user management and pages that needs to compile the batch.js take a long time to load. This can be observed with Firebug at the tab Net or one other monitoring system.

原因

When integrating an application with Crowd, you will copy Crowd's client library and the crowd.properties configuration file into the application's library and the default configuration of the "session.validationinterval" property inside the crowd.properties file is 0, which means that each HTTP request will need to be authenticated with the Crowd server.

ソリューション

Adjusting the "session.validationinterval" property to a value higher than "0" into the crowd.properties file, as described in this documentation.
最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.