View Issue Details

IDProjectCategoryView StatusLast Update
0004879Composrerrorlogpublic2022-08-10 20:23
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0004879: Optimize admin error logs
DescriptionCurrently, 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.
TagsRoadmap: v11
Time estimation (hours)
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-08-09 17:47 Patrick Schmalstig New Issue
2022-08-09 17:47 Patrick Schmalstig Status non-assigned => assigned
2022-08-09 17:47 Patrick Schmalstig Assigned To => Patrick Schmalstig
2022-08-09 17:47 Chris Graham Tag Attached: Roadmap: v11
2022-08-10 20:23 Patrick Schmalstig Status assigned => resolved
2022-08-10 20:23 Patrick Schmalstig Resolution open => fixed