View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
14623 | Feature requests | Other | public | 2019-03-11 11:52 | 2019-03-12 10:26 |
Reporter | ollehar | Assigned To | |||
Priority | none | Severity | feature | ||
Status | new | Resolution | open | ||
Summary | 14623: Let PHP session write to RAM to increase performance | ||||
Description | This is more related to server configuration than LimeSurvey, but I think this is the best place to discuss it and experiment. PHP by default writes sessions to the /tmp folder. This folder can be configured to be saved in RAM instead of HD. It would be interesting to test if there's a speed-up using this setting, and how much. | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Story point estimate | |||||
Users affected % | |||||
But : it's a server issue not a limesurvey issue ? (usage of tmpfs) Alternative : https://secure.php.net/manual/en/memcached.sessions.php I think a cool solution can be a SQLite DB in tmpfs, never tested ;) PS : session for LimeSurvey can be really big (sometimes more than 1Mb for public survey) : then with memory + X000 000 answers at same time : you broke memory … |
|
Yeah, server issue, but very related to LimeSurvey. :) I thought maybe we could test some day, and then put the result in this ticket. Also, yes, if you're out of memory it will start to use virtual memory = as slow as HD. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-11 11:52 | ollehar | New Issue | |
2019-03-12 09:07 | DenisChenu | Note Added: 50912 | |
2019-03-12 09:07 | DenisChenu | Note Edited: 50912 | |
2019-03-12 09:08 | DenisChenu | Note Edited: 50912 | |
2019-03-12 10:26 | ollehar | Note Added: 50914 |