Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
689 views
in Q2A Core by
I understand that it is any time spent not on PHP or MySQL queries, but what are common causes of high time in Other? I'm trying to speed up my site and this category accounts for over 60%.
Q2A version: 1.7 alpha

1 Answer

0 votes
by
According to the code it seems to be everything but MySQL and CPU. This could be, for instance, disk access or maybe network delays from your scripts.

https://github.com/q2a/question2answer/blob/d2c59cd6fffd319c7c1c8fed75893e2fb4ec1622/qa-include/Q2A/Util/Usage.php#L64
...