We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

some ideas...

Top popular freeware SpeedyFox
Post Reply
mike
Posts: 1
Joined: 08 Dec 2011, 17:59

some ideas...

Post by mike »

hey,

here are some, hopefully new, ideas to make your software even better:
  • what about recompressing every ZIP file that is found in the profile (zip, jar, xpi) and reduce the compression level (or set to store only)? this will increase the profile size, but will reduce cpu time since the decompression will take less time...
  • have you thought about integrating sysinternals contig for optimizing the filesystem of the profile?
  • profile files could reduce your worktime, since the community is able to write and publish them in this forum.

    Code: Select all

    [general]
    executable=path/to/ff/or/tb/or/other
    contig=path/to/contig
    
    enable-sqlite-opt=true
    enable-recompress=false
    enable-contig=true
    run-after-opt=true
    
    [sqlite]
    include=*.sqlite,*.db
    exclude=somefile.sqlite
    
    [recompress]
    compressionlevel=0
    include=*.jar,*.zip,*.xpi
    exclude=somefile.xpi,otherfile.jar
    
cant wait to see the new version :)
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: some ideas...

Post by Steven »

what about recompressing every ZIP file that is found in the profile (zip, jar, xpi) and reduce the compression level (or set to store only)? this will increase the profile size, but will reduce cpu time since the decompression will take less time...
nice idea, but I believe it's value is not too much today, moreover it's a bit dangerous option.
have you thought about integrating sysinternals contig for optimizing the filesystem of the profile?
very nice program, didn't hear about it. We'll definitely consider it, thank you!
profile files could reduce your worktime, since the community is able to write and publish them in this forum.
nice :smile:

Thank you very much and stay in touch!
Post Reply