Skip to content

spinfile vs spinfolder performance

edited February 2013 in Need Help
What is the best for SER performance between :
  • 1 file with 20k lines and i use %spinfile%

or

  • 20k files with 1 line and i use %spinfolder%

Currently I use a lot of files and it's long to copy them between different locations.

Comments

  • SvenSven www.GSA-Online.de
    100% the first one. The file size is no issue as the program jumps to a random location, reads till the end of that line and takes the next line as the one to use.
  • Thank you very much, it's perfect because copying one big file is quicker than copying multiple small files.

    I noticed a little issue, when i insert articles in one line in this syntax :

    <p>paragraph 1</p><p>paragraph 2</p><p>paragraph 3</p><p>paragraph 4</p>

    It works well with all platforms exept in MoinMoin where for some reason HTML tags (<p> and <br>) are displayed.
  • SvenSven www.GSA-Online.de

    @sawa73
    moinmoin is somehow special...sometimes they convert it properly, sometimes not...hard to say if thats fixable.
Sign In or Register to comment.