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

QSslConfiguration creation is slow

XMLWordPrintable

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

      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.

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes