Postponed
Project:
WissKI
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Jan 2026 at 14:35 UTC
Updated:
9 Feb 2026 at 20:13 UTC
Jump to comment: Most recent
Various places in WissKI time things like this:
$start = microtime(TRUE);
// some code here
$end = microtime(TRUE);
$duration = $end - $start;
Microtime() returns wall clock time and is not guaranteed to be monotone.
From the documentation:
For performance measurements, using hrtime() is recommended.
We should update WissKI code accordingly.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
twiesing commentedComment #4
twiesing commentedPostponing this for after the release.