mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
twitter: now the automatic picture import for imported tweets should avoid duplicate pictures and such stuff. (not totally - but better)
This commit is contained in:
parent
cc689ea91d
commit
b2abeb50be
2 changed files with 48 additions and 15 deletions
|
@ -26,6 +26,9 @@ function rendertime_page_end(&$a, &$o) {
|
|||
|
||||
$duration = microtime(true)-$a->performance["start"];
|
||||
|
||||
if (!is_site_admin())
|
||||
return
|
||||
|
||||
$o = $o.'<div class="renderinfo">'.sprintf(t("Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"),
|
||||
round($a->performance["database"], 3),
|
||||
round($a->performance["network"], 3),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue