mirror of
https://github.com/friendica/friendica
synced 2025-04-23 20:30:10 +00:00
some initial code and benchmarking for "red" content rendering engine
This commit is contained in:
parent
0990269555
commit
f40b056e3b
3 changed files with 866 additions and 0 deletions
|
@ -275,3 +275,9 @@ function dbesc_array(&$arr) {
|
|||
array_walk($arr,'dbesc_array_cb');
|
||||
}
|
||||
}}
|
||||
|
||||
|
||||
function dba_timer() {
|
||||
return microtime(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue