XenForo
Administrative
- Thread starter
- Admin
- #1
In
PHP:
This results in the strace...
Read more
ادامه مطلب...
\XF\Language::loadPhraseGroup
, there are redundant IO/kernel transitions;PHP:
Code:
$file = $this->groupPath . "/l$this->id/$group.php";
if ($this->groupPath && file_exists($file) && is_readable($file))
{
$this->phraseCache = array_merge($this->phraseCache, include($file));
$this->groupsCached[$group] = true;
}
else
{
$this->groupsCached[$group] = false;
}
Read more
ادامه مطلب...