- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Sessionconcept of Limesurvey is still a big malus point.jschreuder wrote: So this seems to be intended behaviour. I fear it makes LimeSurvey unfit for large-scale surveys with big questionnaires. Not complaining, I'm very happy with it for the small stuff. But it seems a pity as I think it's unnecessary to make sessions this huge.
Yes for some part, this must needed.Moradzadeh wrote: ..... a re-code.
DenisChenu wrote:
And we must use Cache and not session for some other part ... session must only keep the answers.Moradzadeh wrote: ..... a re-code.
Not currently. And remind : we still use $_SESSIOn : it's one of the reason the first pacge can take a long long long time to call.bruce78 wrote: ....
Hi Denis, are there any plans on adding caches/session caches to v. 3.0 at all?
DenisChenu wrote: Not currently. And remind : we still use $_SESSIOn : it's one of the reason the first pacge can take a long long long time to call.
Dependbruce78 wrote:
DenisChenu wrote: Not currently. And remind : we still use $_SESSIOn : it's one of the reason the first pacge can take a long long long time to call.
Interesting... btw, do you think disk sessions are faster/more reliable than db sessions, all things being equal?
DenisChenu wrote: => Maybe alternative soluton is to use another DB for session, for example a SQLite db (saved in RAM/SSD)
Not tested, the no idea ....bruce78 wrote:
DenisChenu wrote: => Maybe alternative soluton is to use another DB for session, for example a SQLite db (saved in RAM/SSD)
That's a neat idea... do you think something like that might reduce my first page load time from 10 seconds to something less?