Re: [QGIS-Developer] Python console starting up very slow in master?

2020-09-19 Thread Salvatore Larosa
Hi Richard,

I managed to catch the problem [0] quickly, no need to file a ticket.

Cheers,
-SL

[0] - https://github.com/qgis/QGIS/pull/38873

On Sat, Sep 19, 2020 at 12:53 PM Salvatore Larosa 
wrote:

> Hi Richard,
>
> I can confirm, please file a ticket. I am on it right now!
>
> Thanks,
> -SL
>
> On Fri, Sep 18, 2020 at 9:18 AM Richard Duivenvoorde 
> wrote:
>
>> Hi Devs,
>>
>> I have the impression that the startup of the Python console in current
>> master is very slow.
>>
>> In 3.10 and 3.14 if I click the little python button, the Python Console
>> panel is there within a snap.
>>
>> In Master it takes at least 5 seconds...
>> And again if you open the 'Editor' pane in it
>>
>> Same/Clean profiles
>>
>> Others see the same?
>>
>> (I know myself I added a baseclass to the edit-panes [0],
>> but that should not make stuff start slower...?)
>>
>> Regards,
>>
>> Richard Duivenvoorde
>>
>> [0] https://github.com/qgis/QGIS/pull/37602
>>
>>
>>
>> QGIS version
>> 3.15.0-Master
>> QGIS code revision
>> 527a08ca5e
>> Compiled against Qt
>> 5.14.2
>> Running against Qt
>> 5.14.2
>> Compiled against GDAL/OGR
>> 3.1.3
>> Running against GDAL/OGR
>> 3.1.3
>> Compiled against GEOS
>> 3.8.1-CAPI-1.13.3
>> Running against GEOS
>> 3.8.1-CAPI-1.13.3
>> Compiled against SQLite
>> 3.33.0
>> Running against SQLite
>> 3.33.0
>> PostgreSQL Client Version
>> 12.4 (Debian 12.4-1)
>> SpatiaLite Version
>> 5.0.0
>> QWT Version
>> 6.1.4
>> QScintilla2 Version
>> 2.11.2
>> Compiled against PROJ
>> 7.1.1
>> Running against PROJ
>> Rel. 7.1.1, September 1st, 2020
>> OS Version
>> Debian GNU/Linux bullseye/sid
>> This copy of QGIS writes debugging output.
>> Active python plugins
>> MetaSearch;
>> processing;
>> db_manager
>>
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
> --
> Salvatore Larosa
> linkedIn: http://linkedin.com/in/larosasalvatore
> twitter: @lrssvt
> skype: s.larosa
> IRC: lrssvt on freenode
>


-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Python console starting up very slow in master?

2020-09-19 Thread Salvatore Larosa
Hi Richard,

I can confirm, please file a ticket. I am on it right now!

Thanks,
-SL

On Fri, Sep 18, 2020 at 9:18 AM Richard Duivenvoorde 
wrote:

> Hi Devs,
>
> I have the impression that the startup of the Python console in current
> master is very slow.
>
> In 3.10 and 3.14 if I click the little python button, the Python Console
> panel is there within a snap.
>
> In Master it takes at least 5 seconds...
> And again if you open the 'Editor' pane in it
>
> Same/Clean profiles
>
> Others see the same?
>
> (I know myself I added a baseclass to the edit-panes [0],
> but that should not make stuff start slower...?)
>
> Regards,
>
> Richard Duivenvoorde
>
> [0] https://github.com/qgis/QGIS/pull/37602
>
>
>
> QGIS version
> 3.15.0-Master
> QGIS code revision
> 527a08ca5e
> Compiled against Qt
> 5.14.2
> Running against Qt
> 5.14.2
> Compiled against GDAL/OGR
> 3.1.3
> Running against GDAL/OGR
> 3.1.3
> Compiled against GEOS
> 3.8.1-CAPI-1.13.3
> Running against GEOS
> 3.8.1-CAPI-1.13.3
> Compiled against SQLite
> 3.33.0
> Running against SQLite
> 3.33.0
> PostgreSQL Client Version
> 12.4 (Debian 12.4-1)
> SpatiaLite Version
> 5.0.0
> QWT Version
> 6.1.4
> QScintilla2 Version
> 2.11.2
> Compiled against PROJ
> 7.1.1
> Running against PROJ
> Rel. 7.1.1, September 1st, 2020
> OS Version
> Debian GNU/Linux bullseye/sid
> This copy of QGIS writes debugging output.
> Active python plugins
> MetaSearch;
> processing;
> db_manager
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Python console starting up very slow in master?

2020-09-18 Thread Richard Duivenvoorde
Hi Devs,

I have the impression that the startup of the Python console in current master 
is very slow.

In 3.10 and 3.14 if I click the little python button, the Python Console panel 
is there within a snap.

In Master it takes at least 5 seconds...
And again if you open the 'Editor' pane in it

Same/Clean profiles

Others see the same?

(I know myself I added a baseclass to the edit-panes [0], 
but that should not make stuff start slower...?)

Regards,

Richard Duivenvoorde

[0] https://github.com/qgis/QGIS/pull/37602



QGIS version
3.15.0-Master
QGIS code revision
527a08ca5e
Compiled against Qt
5.14.2
Running against Qt
5.14.2
Compiled against GDAL/OGR
3.1.3
Running against GDAL/OGR
3.1.3
Compiled against GEOS
3.8.1-CAPI-1.13.3
Running against GEOS
3.8.1-CAPI-1.13.3
Compiled against SQLite
3.33.0
Running against SQLite
3.33.0
PostgreSQL Client Version
12.4 (Debian 12.4-1)
SpatiaLite Version
5.0.0
QWT Version
6.1.4
QScintilla2 Version
2.11.2
Compiled against PROJ
7.1.1
Running against PROJ
Rel. 7.1.1, September 1st, 2020
OS Version
Debian GNU/Linux bullseye/sid
This copy of QGIS writes debugging output.
Active python plugins
MetaSearch; 
processing; 
db_manager

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer