v2.1.0 unusable - fatally slow with larger files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
17 messages Options
Reply | Threaded
Open this post in threaded view
|

v2.1.0 unusable - fatally slow with larger files

norrsken
v2.1.0, OS Windows 10: It isn't possible to work with files that are larger than approximately 400 kB.
v2.0.11, OS Linux, Win 10: It works OK with the same files.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
If you enabled anti-aliasing that could slow things down.

I've noticed that removing the scrollbars improves performance.

Draft mode might help.

We definitely need developers willing to do
the hard work of understanding and optimizing the drawing system.
We lost a few heroes before the release...

http://forum.librecad.org/New-contributors-amp-The-LibreCAD-team-td5713777.html
https://github.com/LibreCAD/LibreCAD/issues/727
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

Lambertus
I have also exceeded some magic limit. Am drafting a building and each file is an exterior wall or cross-section. It happened in one file after creating and inserting blocks that represent re-bar. File blossomed from 380 kB to 830 kB. Issue started in version 2.01, so I upgraded to 2.1.0. Same issue, so it is not the latest version alone. For my situation, it may be how blocks are treated.

I went into draft mode. It does not change the very long wait times between actions.

As an aside the scroll bars in 2.1.0 limit themselves to a drawing area smaller than the drawing. So getting rid of them would not be a great loss.


Sorry to hear the librecad project has lost programmers.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
You would need to share the file or at least the block file.

There isn't any code specific to large files.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

norrsken
Hi, the problematic file is there:
https://secure1.storegate.com/Shares/Home.aspx?ShareID=9c4170b7-fc96-4e76-b982-eea576d2c97e
Thanks for any response.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
Disabling anti-aliasing and scrollbars in Application Preferences does help,
and the performance seems acceptable to me... it might be a difference in our gpu/cpu.

More than half of the 18926 entities is text.
therefore, hiding the 'ns_trasy_popis' layer will improve performance.

A spiral at the bottom left is 501 entities.
The text 'POTRUBI ø125'
is 621 entities.

I recommend placing text
that you don't always need to see
on a layer you can hide.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

Lambertus
In reply to this post by ravas


Ubuntu 15.10.1
File was last used LibreCAD 2.1.0
Blocks made in the stable version of LibreCAD that was in the software manager of Ubuntu 14.04. They were made before upgrade to LibreCAD 2.1.0

Units in feet and decimals of feet
Thanks for taking the time to investigate why some files cannot be reasonably worked with because any action takes so long.


-----Original Message-----
From: ravas [via LibreCAD] <[hidden email]>
To: Lambertus <[hidden email]>
Subject: Re: v2.1.0 unusable - fatally slow with larger files
Date: Fri, 17 Jun 2016 17:01:51 -0700 (MST)

You would need to share the file or at least the block file.

There isn't any code specific to large files.


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/v2-1-0-unusable-fatally-slow-with-larger-files-tp5713928p5713953.html
To unsubscribe from v2.1.0 unusable - fatally slow with larger files, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
One rebar-H is 8153 entities
One rebar-tall is 13017 entities

You can check the 'Selected' box in the status-bar.

My first thought would be to make them rectangles
with the ansi31 hatch set to the appropriate scale.
That alone would help a lot,
and you could use draft mode to hide the hatch.

If you're going for realism then I can't help... >_<
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

Lambertus
Thank you. I will redo those re-bar blocks to something simpler, since I need them in other drawings.
So the limiting factor is number of entities? which I assume is reflected in the file size.

Would the entity number per block be so high because I had used the spline tool to draw the ribs on the re-bar?

Thank you very much for spending the time on this.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
Yes. Splines and Text seem to have many sub-entities.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

norrsken
In reply to this post by ravas
Thank you. That very long incorrect text was wrong generated through migrations of the file between an old version of LibreCAD - v1.* "master" (2011) on Scientific Linux and  newer v2.0.11 on Windows 10 both v2.0.2 on xUbuntu.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
I've improved performance when you zoom into an area.
There was some needless processing of entities outside of the view.

If you are willing to be a tester you can use an alpha version:

https://sourceforge.net/projects/librecad/files/Windows/NightlyBuilds/master/
https://sourceforge.net/projects/librecad/files/OSX/2.2/2.2.0/alpha/
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

jaise
Now performance really good as zoom in.

I have seen some cad like nanocad, litecad set font size less than 6 as square box like in draft mode.

It will difficult to read the text in that size. It will improve performance also.





Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
Thanks for the feedback.

That's a helpful suggestion... there's no reason to draw text you can't read.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

jaise
while panning also they change text to squares as attached [even big size font]. so panning will be smooth enough.

Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

ravas
Another helpful suggestion!
I was able to implement both. :D
Try tomorrow's nightly build.
Reply | Threaded
Open this post in threaded view
|

Re: v2.1.0 unusable - fatally slow with larger files

jaise
While selection, if grips no exceeds some number.  they will not show it. I don't know this will bring any performance improvement.