Jump to content

Hard To Answer Question? How Does V2.2 Compare In Speed To Previous Ve


Guest riv

Recommended Posts

Posted

After I upgraded my large forum (1.9 mil posts) from v2.0.4 to v2.1.7 my members and I saw slightly slower performance and slightly higher server load with the same number of members online. My question is how will v2.2 compare to v2.1.7 in terms of speed and server load? Are we continuing to add features at the cost of lower performance? This is important to those of us with large busy forums.

Posted

B2 is still encoded, so performance will be slower than non-encoded versions if you use the ioncube version and the runtime decoders (rather than having ioncube installed and active in your server's php.ini.

Posted

Your question is a good one, and a hard one to answer.

I can outline, however, that we've put a lot of time into polishing functions to work much more effeciently, in efforts to make 2.2 faster/less intensive than previous versions.

Some changes to note:
--2.2 supports MySQL 5 (which is more optimized than v4, though probably not noticably)
--2.2 supports the php mysqli client, which runs much better than the older mysql client
--2.2 supports alternative caching methods (i.e. eaccelerator or memcache) if available, and configured
--Some of the code in the calendar was rewritten in 2.2, the calendar dropped from ~14 queries to ~7 afterwards as a result
--Some of the code in the messenger was rewritten to not load the skin_ucp, lang_ucp, and func_ucp files when they were not used for more than one function - this has dropped the messenger load times greatly

I spent a lot of time profiling IPB 2.1 as we were working on 2.2 (and profiling 2.2 as I was working on it) and we've made numerous enhancements that while minor, collectively, should improve IPB's speed. Signatures only parsing once in the topic view, the sorting functions (usort) only being run once in the parsing routine, etc. :)

Posted

thank you bfarber for that good answer.

Are you planning on doing any kind of optimizing hints topics that would be specific for 2.2 in the ner future?

Posted

Yes, I do. :) Some of the 2.1 optimizing stuff is still valid. However, we plan to add the ip_address index into 2.2 on the posts table, for example, so a few things will change, and a few things will already be there.

Posted

Brandon have you ever thought of Optimizing

Search,Help and members list

to reduce total used queries



The "Help" section uses 5 queries on the list page, and 5 queries on the view page, when you consider that 4 of them are global IPB queries anyway, I fail to see why it needs optimizing.

The search form uses 4 queries, that means it's adding no extras at all. Of course, the search process itself is likely to use some extra queries, but there's none that I can see that could be removed. Even then, it's only 8 total queries, that's very low.

As for the members list, it uses 7 queries. Five of them are not member list specific, and the other two are both required. Granted, one of those queries is running slow ( MySQL time: 1.10188, when I ran it ), but I'd imagine that's an IPS server side problem.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...