Customer Portal

2.1.0 speed up issue

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello Nathan,
    can you tell me where exactly this delay happen (between which log message)? If last message is "Checking graph configuration..." you can try to turn off this checking by comment these lines of code in runGraph class:

    //ConfigurationStatus status = graph.checkConfig(null);
    //status.log();

    It is probably that some of graph element waits there for some timeout on database connection or something like that.

    Martin

Please sign in to leave a comment.