Page 1 of 1

some ideas...

Posted: 08 Dec 2011, 18:33
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 :)

Re: some ideas...

Posted: 10 Dec 2011, 11:00
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!