sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Faster Autosave!

    Scheduled Pinned Locked Moved SketchUp Feature Requests
    sketchup
    30 Posts 11 Posters 18.5k Views 11 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jbacusJ Offline
      jbacus
      last edited by

      @jgb said:

      I too found autosave annoyingly slow. And I also found in V8, it is faster than it used to be, but manual save seems faster than autosave.

      It would be great if you guys could help to quantify this– in our lab (and in the code) 'save' and 'autosave' are expected to take the same time. With a couple caveats:

      1. If you have "Automatically check models for problems" and "Automatically fix problems when they are found" enabled in "Preferences > General > Check Models for Problems" you may experience differences depending on the validity state of the model.

      2. Autosave always happens when you aren't expecting it. Doesn't matter how you've set the timer, it just won't sync with your mental state while modeling.

      If you feel like Autosave takes longer than Save, try timing it to see if you're right. It would be useful data for us to have.

      john
      .

      "...exaggerate the essential and leave the obvious unclear." --Vincent Van Gogh

      John Bacus
      jbacus@sketchup.com

      1 Reply Last reply Reply Quote 0
      • kenK Offline
        ken
        last edited by

        Try this plugin by TIG. I set my autosave to 30 minutes and use the archiver.rb plugin. So a search and check it out, it is fast.

        Ken

        Fight like your the third monkey on Noah's Ark gangway.

        1 Reply Last reply Reply Quote 0
        • Bob JamesB Offline
          Bob James
          last edited by

          Archiver
          http://rhin.crai.archi.fr/rld/plugin_details.php?id=20

          i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

          1 Reply Last reply Reply Quote 0
          • jbacusJ Offline
            jbacus
            last edited by

            @unknownuser said:

            Try this plugin by TIG. I set my autosave to 30 minutes and use the archiver.rb plugin. So a search and check it out, it is fast.

            Ken

            This looks like a tool that is similar to SketchUp's existing "Save A Copy As...", though it automatically names the file for yu so you don't have to navigate a dialog. Are you saying that this script saves large SketchUp models faster than a simple "Save" operation?

            john
            .

            "...exaggerate the essential and leave the obvious unclear." --Vincent Van Gogh

            John Bacus
            jbacus@sketchup.com

            1 Reply Last reply Reply Quote 0
            • mitcorbM Offline
              mitcorb
              last edited by

              This may be off topic, but related. I rarely get a fix report in Validity Check. Maybe I ain't mean enough. Should Validity problems be a frequent occurrence? How frequent?
              Moderator, feel free to move this.

              I take the slow, deliberate approach in my aimless wandering.

              1 Reply Last reply Reply Quote 0
              • kenK Offline
                ken
                last edited by

                @jbacus said:

                @unknownuser said:

                Try this plugin by TIG. I set my autosave to 30 minutes and use the archiver.rb plugin. So a search and check it out, it is fast.

                Ken

                This looks like a tool that is similar to SketchUp's existing "Save A Copy As...", though it automatically names the file for yu so you don't have to navigate a dialog. Are you saying that this script saves large SketchUp models faster than a simple "Save" operation?

                john
                .

                I can select the archiver selection and go back to work as fast as the mouse can move to another tool. It is quick.

                Ken

                Fight like your the third monkey on Noah's Ark gangway.

                1 Reply Last reply Reply Quote 0
                • TIGT Offline
                  TIG Moderator
                  last edited by

                  I was asked ages ago to set up a timer to remind you to archive every 10 minutes BUT it's annoying to get dialogs popping up in the middle of something and reworking it to be automatic AND wait until you've stopped some complex operation is also making it into just the bastard-child-of-AutoSave ???

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • jbacusJ Offline
                    jbacus
                    last edited by

                    @unknownuser said:

                    I can select the archiver selection and go back to work as fast as the mouse can move to another tool. It is quick.

                    Well, I've looked at the code, and it looks like it is doing a "model.save" to do the actual archiving operation. Which is the same code path that SketchUp executes from the File menu. Not sure why that would be faster.

                    TIG: Can you explain what your script is doing differently?

                    john
                    .

                    "...exaggerate the essential and leave the obvious unclear." --Vincent Van Gogh

                    John Bacus
                    jbacus@sketchup.com

                    1 Reply Last reply Reply Quote 0
                    • Bob JamesB Offline
                      Bob James
                      last edited by

                      I did a Save on one of my large models and it took 90 seconds. I then made a copy of the file, opened it and uses Archiver: it took 80 seconds.

                      I guess I don't see much advantage of Archiver over a regular Save.

                      i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

                      1 Reply Last reply Reply Quote 0
                      • TIGT Offline
                        TIG Moderator
                        last edited by

                        Archiver simply uses the model.save(name) API method to save a 'tmp' snapshot of the SKP at that second, it then copies it to an 'Archives' subfolder, renaming it with an additional date-stamp etc and erases the tmp version.
                        It shouldn't make any significant difference to the built-in autosave timings - it even has to copy/delete the file into the subfolder too... however, it does seem a little quicker 😕

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • jbacusJ Offline
                          jbacus
                          last edited by

                          As I said earlier in this thread, "Check Validity" (if enabled in preferences) can cause a save to take longer. If a model is checked for invalid geometry, then that geometry is fixed... it doesn't have to be fixed again the next time you save a model. This might account for a small difference in save speed (~10%) between successive operations.

                          My guess is that optimization of the rendering pipeline has allowed you to work on increasingly large models (Bob: 80-90s save times! How large is your model?) and you're now beginning to feel a new performance bottleneck. Of course, there will always be a performance bottleneck somewhere in the system.

                          john
                          .

                          "...exaggerate the essential and leave the obvious unclear." --Vincent Van Gogh

                          John Bacus
                          jbacus@sketchup.com

                          1 Reply Last reply Reply Quote 0
                          • thomthomT Offline
                            thomthom
                            last edited by

                            @jbacus said:

                            My guess is that optimization of the rendering pipeline has allowed you to work on increasingly large models

                            Yup - I find working on 500K face models and more without much trouble. It's usually depending on transparency use and textures.
                            👍 👍

                            Thomas Thomassen — SketchUp Monkey & Coding addict
                            List of my plugins and link to the CookieWare fund

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              monkers
                              last edited by

                              I find the auto save tends to kick in right when I'm right in the middle of an operation or by some miracle I'll click something at the exact instant that it starts saving and it instantly crashes. No bug splat. Just. "see ya..." I have found this on many rigs and versions of sketch currently on 15.3.331 and still getting it. It has to be the autosave because the last auto save increment is always within a minute or so of the crash. Just got one then by selecting a line at the same time and I had to come here and rant.

                              Is there a way for you guys to make it wait or disable the mouse about a half second before? My computer is one more sketchup crash/bugsplat from exiting the building in flames via the window.

                              I've had a long and rough night.

                              1 Reply Last reply Reply Quote 0
                              • jgbJ Offline
                                jgb
                                last edited by

                                Best way to speed up SAVE and AUTOSAVE as well as loading a file is to get a Solid State Drive (SSD) either replacing the C:\ drive or adding/replacing a D:\ drive.

                                My old spinning HD would typically take over a minute; my SSD takes about 3 - 5 seconds for even bigger files. AutoSaves are almost un-noticeable now.


                                jgb

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  monkers
                                  last edited by

                                  @jgb said:

                                  Best way to speed up SAVE and AUTOSAVE as well as loading a file is to get a Solid State Drive (SSD) either replacing the C:\ drive or adding/replacing a D:\ drive.

                                  My old spinning HD would typically take over a minute; my SSD takes about 3 - 5 seconds for even bigger files. AutoSaves are almost un-noticeable now.

                                  For me it not really save time. I work off an SSD RAID0 array so its as quick as it can be. Its just in instability of it.

                                  Working with large files in sketchup reminds me of this scene from the simpsons.. The slightest breeze will bring it down.

                                  http://40.media.tumblr.com/113f03ae8273b9c615fa3ba7d26754c9/tumblr_mw81owlUhQ1rn9p3do1_500.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    monkers
                                    last edited by

                                    @monkers said:

                                    I find the auto save tends to kick in right when I'm right in the middle of an operation or by some miracle I'll click something at the exact instant that it starts saving and it instantly crashes. No bug splat. Just. "see ya..." I have found this on many rigs and versions of sketch currently on 15.3.331 and still getting it. It has to be the autosave because the last auto save increment is always within a minute or so of the crash. Just got one then by selecting a line at the same time and I had to come here and rant.

                                    Is there a way for you guys to make it wait or disable the mouse about a half second before? My computer is one more sketchup crash/bugsplat from exiting the building in flames via the window.

                                    I've had a long and rough night.

                                    Maybe even a little box which counts down till the next autosave and warns you a couple of seconds before it happens. I'm sure a bunch of other programs could do with a feature like this. It could take the worst possible moment feeling out of it.

                                    1 Reply Last reply Reply Quote 0
                                    • K Offline
                                      kaas
                                      last edited by

                                      did you try disable-ing <window> - <model-info> - <file> - <redefine thumbnail on save> ?
                                      For normal saves, that can save up to half a minute for my files (< 50Mb). I never do auto-saves so don't know if this would help.

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        monkers
                                        last edited by

                                        Just an update/possible solution for anyone that might find this useful. I have set up a small 10GB RAM disk (Storage drive mounted on RAM) as a temporary location where I can locate my working files. As RAM Disks don't retain data when power is cut I also set up a sync in-case of an unexpected power down. This has massively reduced save/auto save times.

                                        I'm not sure what the exact speeds are but from what I've read at 10GB/s I assume its around 10 times faster than my SSD RAID0 array and about 20 times faster than a standard 7200RPM HDD. Ill have to do some testing later.

                                        1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          monkers
                                          last edited by

                                          @kaas said:

                                          did you try disable-ing <window> - <model-info> - <file> - <redefine thumbnail on save> ?
                                          For normal saves, that can save up to half a minute for my files (< 50Mb). I never do auto-saves so don't know if this would help.

                                          Thanks for that i gave that a shot and combined with my new RAM disk in the above post.. Wowee 😮 150mb files are saving in less than 1 second.

                                          Hopefully the less time it spends saving and locking up the less chance it has for the breeze to come along and push it over

                                          1 Reply Last reply Reply Quote 0
                                          • Bob JamesB Offline
                                            Bob James
                                            last edited by

                                            @monkers said:

                                            I have set up a small 10GB RAM disk (Storage drive mounted on RAM) as a temporary location where I can locate my working files.

                                            10GB RAM disk is small 😲
                                            I have 32GB of ram so to use one third of it for a ram drive would really not be small to me.

                                            i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement