Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay loading of composers upon startup #24898

Closed
qgib opened this issue Aug 10, 2017 · 1 comment
Closed

Delay loading of composers upon startup #24898

qgib opened this issue Aug 10, 2017 · 1 comment
Labels
Feature Request Print Layouts Related to QGIS Print Layouts, Atlas or Reporting frameworks

Comments

@qgib
Copy link
Contributor

qgib commented Aug 10, 2017

Author Name: Assaf Wunsch (Assaf Wunsch)
Original Redmine Issue: 16999

Redmine category:map_composer/printing


QGS files with many composers load very slowly, because QGIS loads all the composer information upon startup. Composer-heavy QGS files sometimes take more than 10 minutes to load, while, in my experience, composers are not typically the first items that are accessed by the user.

Would it be possible to delay loading of composer data when a QGIS project is started? Two possible options may be:

  1. Delay loading of composers until after all layers are loaded to the canvas (similar to the "Delayed Start" that Windows implements for non-critical services). This would allow the user to interact with QGIS while the composers data is added in the background.
  2. Load composers only if the user opens the Composer Manager.
@qgib
Copy link
Contributor Author

qgib commented Aug 10, 2017

Author Name: Nyall Dawson (@nyalldawson)


This has been implemented in 3.0


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Aug 10, 2017
@qgib qgib added Feature Request Print Layouts Related to QGIS Print Layouts, Atlas or Reporting frameworks labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Print Layouts Related to QGIS Print Layouts, Atlas or Reporting frameworks
Projects
None yet
Development

No branches or pull requests

1 participant