mirror of
https://github.com/friendica/friendica
synced 2025-05-18 20:24:12 +02:00
Some performance tweeks
This commit is contained in:
parent
977e4fe5d9
commit
45c12e7716
5 changed files with 12 additions and 7 deletions
|
@ -166,7 +166,7 @@ class Profile
|
|||
}
|
||||
}
|
||||
|
||||
$profile = self::getByNickname($nickname, $user['uid']);
|
||||
$profile = User::getOwnerDataById($user['uid'], false);
|
||||
|
||||
if (empty($profile) && empty($profiledata)) {
|
||||
Logger::log('profile error: ' . DI::args()->getQueryString(), Logger::DEBUG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue