#4879 - Optimize admin error logs
| Identifier | #4879 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Optimize admin error logs |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Addon | errorlog |
| Description | Currently, the cron logs are taking up over 9 MB of PHP memory, which could trigger internal errors for some servers since these logs are viewed alongside other error logs (which could also take up lots of memory).
Optimize this such that the cron information is on a separate screen in the errorlog module, and that we do not calculate queued items for unnecessary things (like the staff checklist notify hook). Also, add the option to pass null into $calculate_num_queued. When null, the hook / code decides whether or not to calculate it. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet