Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-126105

QSslConfiguration creation is slow

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 6.8.0 Beta1
    • Network
    • None
    • Windows

    Description

      Hi,

      Creating an empty configuration take 60ms on my system.

       

      QElapsedTimer timer;
      timer.start();
      QSslConfiguration configuration;
      qDebug() << u"Main: The slow operation took"_s << timer.elapsed() << u"milliseconds"_s; 

       

       

      As this is supposed to construct an empty configuration, I wouldn't expect it to take that long.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            manordheim Mårten Nordheim
            reg31 Regis Duflaut
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes