hello
i found out the problem of memory useage
it was my usergroups and in the forum management i was set many custom permisions
now its looks like this without xthread
Generated in 0.1110599 seconds (80.15% PHP / 19.85% MySQL)
SQL Queries: 238 / Global Parsing Time: 0.0393870 / Memory Usage: 19.5 MB
PHP version: 5.2.17 / Server Load: ناشناس / GZip Compression: Enabled
the SQL Queries: 238 is just for a plugin and dosent affect memory size
(10-24-2013 01:00 AM)mtkarimi Wrote: [ -> ]the SQL Queries: 238 is just for a plugin and dosent affect memory size
It's generally a symptom of a problem.
Still, 19.5MB is a
lot. Does XThreads still add ~40MB ?
without the name style plugin
Generated in 0.2118900 seconds (83.13% PHP / 16.87% MySQL)
SQL Queries: 71 / Global Parsing Time: 0.0649030 / Memory Usage: 19.75 MB
PHP version: 5.2.17 / Server Load: ناشناس / GZip Compression: Enabled
with that
Generated in 0.1185811 seconds (83.26% PHP / 16.74% MySQL)
SQL Queries: 238 / Global Parsing Time: 0.0397639 / Memory Usage: 19.75 MB
PHP version: 5.2.17 / Server Load: ناشناس / GZip Compression: Enabled
you can see the memory dont change i think its just read the querys hmmm? i don know
now with xthread, i didnt set or create any thread with X maybe that y its low memory usage
Generated in 0.1779699 seconds (90.33% PHP / 9.67% MySQL)
SQL Queries: 238 / Global Parsing Time: 0.1047451 / Memory Usage: 20.75 MB
PHP version: 5.2.17 / Server Load: ناشناس / GZip Compression: Enabled
before it was 54 and you know, i was for thousands of custom permissions that i was set, now there is no custom permision and still to much ram useage
but i think its for my forum lists, is'nt?
http://www.birdsong.ir
disableing all plugins do not change a lot in memory useage
71 queries is still heaps. ~10 queries is sane. ~20 is alright, and 30 is pushing it.
There could be all sorts of things contributing to high memory usage, and it could take a while to diagnose it. Perhaps start by looking at the size of the MyBB datacache (ACP -> Tools -> Cache).
But at least XThreads isn't adding a lot now.