directory listing speed Piratebox vs LibraryBox?

Posted by peelie 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
directory listing speed Piratebox vs LibraryBox?
April 15, 2019 08:45PM
could not find any info on this but when trying LibraryBox and then PirateBox I notice a noticeable difference in speed at which directory listings appear and how long file take to load - even with say displaying a simple html file LibryBox takes much longer?

Am I just imagining this?

thanks for any info
Re: directory listing speed Piratebox vs LibraryBox?
April 15, 2019 11:02PM
okay so solved this

went into /opt/piratebox/conf/lighttpd/lighttpd.conf

and added the following line:
dir-listing.hide-dotfiles = "enable"


and rebooted
: )




Edited 1 time(s). Last edit at 04/15/2019 11:05PM by peelie.
Re: directory listing speed Piratebox vs LibraryBox?
April 16, 2019 01:43PM
That sounds strange, but there are a few differences between LibraryBox and PirateBox:

- PirateBox is using a webserver based , more like static, HTML directory listing
- LibraryBox is using a php based directory listing including download counters, which are pulled in from a sqllite db.

Download speed for content should make no differences, because both are handled by the webserver directly.
Re: directory listing speed Piratebox vs LibraryBox?
April 17, 2019 02:52PM
hi
ok thx for the info; do you think with a relatively slow usb stick the difference between the HTML directory listing and the sqlite db would effect browsing speed?
thx
Re: directory listing speed Piratebox vs LibraryBox?
April 18, 2019 07:31PM
yes, possible, because the memory of the openwrt devices is limited, because of this less caching can happen.