Search results

  1. T

    Some benchmarks by me

    Hi, I've done some benchmarks for a typical rails scenario. I've uploaded the results on my server here: http://static.intellicode.eu/benchmark/ litespeed seems to beat any other configuration. and this is just the standard edition. (if you dont allow links to your own site please remove it)
  2. T

    gzip doesn't work with rails on static content

    Hi, All my files which are served staticly like stylesheets and html files are not gzipped, all my rails html output is gziped though. This is my config: Enable Compression Yes Enable Dynamic Compression Yes Compression Level (Dynamic Content) 6 Compressible...
  3. T

    recommended rails performance tuning

    Hi, i've been playing a bit with the server now and i found that the first request to a new page are generally pretty slow (5-20 req/s) while the next ones are usually much and much faster. When i changed the max idle time for LSAPI in the env vars text area to 300 the slow loads did...
  4. T

    running rubyrunner or lsapi?

    Hi, I just installed litespeed + ruby lsapi. Works great only the first request is a bit slow in rendering. However while i was getting some errors i noticed this in the log: /opt/lsws/fcgi-bin/RailsRunner.rb:12 is my rails app running on rubyrunner or lsapi? Any way to check it?
Top