View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
19904 | Bug reports | Other | public | 2024-12-19 15:40 | 2025-02-20 10:21 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | none | Severity | minor | ||
Status | assigned | Resolution | open | ||
Summary | 19904: last question and last_survey are part of user settings | ||||
Description | lastsurvey and last_question must be in UserSettings : with a lot of user : you get a lot of not needed line call : memory and time issue. | ||||
Steps To Reproduce | Steps to reproduceCheck if global settings contains only global settings (no user setting) Expected resultNo Actual resultFound last_survey_1 and lasy_question_1_1234 (Write here what happened instead) | ||||
Tags | No tags attached. | ||||
Bug heat | 14 | ||||
Complete LimeSurvey version number (& build) | 6.8.2 | ||||
I will donate to the project if issue is resolved | |||||
Browser | not relevant | ||||
Database type & version | not relevant | ||||
Server OS (if known) | not relevant | ||||
Webserver software & version (if known) | not relevant | ||||
PHP Version | not relevant | ||||
has duplicate | 16687 | closed | DenisChenu | App()->config can be really big |
|
|
All global settings go in config variable at start ! I move it to bug |
|
Each call of limesurvey start by |
|
All of this are deprecated : we don't save last survey and last question now … |
|
All feature seems deprecated : 2 solution
I try with |
|
|
|
Please keep this feature, it is really helpful when working with Limesurvey. |
|
Ok, then need to fix : save the current survey and question (it's not the case today) |
|
OK ! I don't check the option … it works partially for survey, never for question |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-19 15:40 | DenisChenu | New Issue | |
2024-12-19 15:41 | DenisChenu | Note Added: 81675 | |
2024-12-19 15:41 | DenisChenu | Bug heat | 0 => 2 |
2024-12-19 15:44 | DenisChenu | Note Added: 81676 | |
2024-12-19 15:44 | DenisChenu | Project | Development => Bug reports |
2024-12-19 15:46 | DenisChenu | Description Updated | |
2024-12-19 15:46 | DenisChenu | Complete LimeSurvey version number (& build) | => 6.8.2 |
2024-12-19 15:46 | DenisChenu | Browser | => not relevant |
2024-12-19 15:46 | DenisChenu | Database type & version | => not relevant |
2024-12-19 15:46 | DenisChenu | Server OS (if known) | => not relevant |
2024-12-19 15:46 | DenisChenu | Webserver software & version (if known) | => not relevant |
2024-12-19 15:46 | DenisChenu | PHP Version | => not relevant |
2024-12-19 15:47 | DenisChenu | Note Added: 81677 | |
2024-12-19 15:47 | DenisChenu | File Added: Capture d’écran du 2024-12-19 15-44-39.png | |
2024-12-19 15:47 | DenisChenu | Note Edited: 81677 | |
2025-02-18 17:05 | DenisChenu | Assigned To | => DenisChenu |
2025-02-18 17:05 | DenisChenu | Status | new => assigned |
2025-02-18 17:06 | DenisChenu | Relationship added | has duplicate 16687 |
2025-02-18 17:06 | DenisChenu | Bug heat | 2 => 10 |
2025-02-18 19:05 | DenisChenu | Note Added: 82081 | |
2025-02-19 12:03 | DenisChenu | Note Added: 82082 | |
2025-02-19 12:04 | DenisChenu | Summary | Some global setting must be in User settings => lastsurvey and lastquestions are deprecated and consumes database time, memory and computation time for nothing. |
2025-02-19 12:15 | DenisChenu | Summary |
lastsurvey and lastquestions are deprecated and consumes database time, memory and computation time for nothing. => last_survey_ and last_questions_ are deprecated |
2025-02-19 12:15 | DenisChenu | Note Edited: 82082 | |
2025-02-19 12:17 | DenisChenu | Note Edited: 82082 | |
2025-02-19 12:24 | c_schmitz | Note Added: 82083 | |
2025-02-19 12:24 | c_schmitz | Bug heat | 10 => 12 |
2025-02-19 12:24 | c_schmitz | Note Edited: 82083 | |
2025-02-19 12:54 | Mazi | Note Added: 82084 | |
2025-02-19 12:54 | Mazi | Bug heat | 12 => 14 |
2025-02-19 15:43 | DenisChenu | Note Added: 82091 | |
2025-02-19 18:08 | DenisChenu | Summary |
last_survey_ and last_questions_ are deprecated => Last survey and last question are not shown in 6.X version |
2025-02-20 07:53 | DenisChenu | Note Added: 82097 | |
2025-02-20 10:21 | DenisChenu | Summary | Last survey and last question are not shown in 6.X version => last question and last_survey are part of user settings |