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

QtLocation Map performance issue with copyright info

    XMLWordPrintable

Details

    Description

      It seems that QGeoTiledMapNokia::evaluateCopyrights is taking around 600 ms off our app's startup time. copyrightsVisible is set to false, yet this is still going into all sorts of computationally intensive font/text related call stacks.

      It seems that even when copyrightsVisible is false, all the info is still fetched and rendered anyways, just not displayed at the last minute. If this copyrightsVisible property is false, fetching the info should not even be attempted, in order to improve performance.

      Attachments

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

        Activity

          People

            paangele Paolo Angelelli
            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes