MyBB Community Forums

Full Version: Is this normal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Quote:Generated in 0.1953149 seconds (80.90% PHP / 19.10% MySQL)
SQL Queries: 88 / Global Parsing Time: 0.0788798 / Memory Usage: 16.25 MB
PHP version: 5.2.16 / Server Load: 3.92 / GZip Compression: Enabled
[advanced details]

Usage: 16.25 MB, is it too big ?
I think these are normal stats.
I'd agree with destroyer - even though you ran 88 SQL queries, it still accounted for 20% of the page generation. I would check out why you're running that many queries though - MyBB only needs ~25 at the most by default.
This is the active plugins generated in diagnostic tool:

viewpost, qthemes, quicktheme, forumage, ezgallery, default_avatar, ip_man, welcomepm, strictusername, spoiler, aui, addbot, my_meta_tags, groupedsubs, thankyoulike, pb, my_awards, fbconnect, fbcore, SignHeightLimit, fitonpage, profilebuddies, rules_page, socialsites, uqip, automedia, itsmybirthday, proattach, dobonreg, showrefer, google_seo, tinypic_uploader, grouplegendhsc, hideUntilPost, regsecureq, aitl, aos_listing, pagemanager, prostats, aamessage, fblike, twitternewthread, board_messages, changfcb, profilecomments, adfly, tab_menu, gomobile, TitleThreads, customuserperms


What is the plugin that consumes the memory a lot?
ProStats is known to add a lot of queries to the index. Try deactivating it.

And you could remove some of the others too. Do you really need all of those plugins? Are they extremely important?


All of this stats are generated in my index page:

After deactivating pro-stats:

Generated in 0.1828592 seconds (88.73% PHP / 11.27% MySQL)
SQL Queries: 33 / Global Parsing Time: 0.0893981 / Memory Usage: 15.25 MB
PHP version: 5.2.16 / Server Load: 11.95 / GZip Compression: Enabled

It reduce the SQL Queries:
But still Memory Usage is bigger: 15.25 MB
Index stats:

Generated in 0.1591880 seconds (90.11% PHP / 9.89% MySQL)
SQL Queries: 33 / Global Parsing Time: 0.0781460 / Memory Usage: 15.5 MB
PHP version: 5.2.16 / Server Load: 17.05 / GZip Compression: Enabled
Well that's quite a big improvement. Tomm said MyBB only needs 25 SQL queries by default. Go through all your plugins and deactivate the most useless ones.
33 queries should be no problem. But the server load is quite high.
So what is the reason for the high server load? What plugin should i remove?
(2011-04-20, 10:08 AM)roldan Wrote: [ -> ]So what is the reason for the high server load?
It's the load of the complete server with all processes and deamons.
Pages: 1 2