![]() |
does not work for me at the time due to multiple mods I have installed. We really need a list of the conflicting mods.
|
This mod alters the 'post' table, which on a board with millions of posts can take quite a while, if the database doesn't run out of temp space while doing the alter.
|
Quote:
:dunno: |
I had to uninstall. My host says this puts too much server connections, and they would disable my account if i keep using it.
|
Quote:
Also, I noticed it didn't work on my clean test board until I set Quick Reply to: "Yes, Click Not Required" instead of: "Yes, Click Required" Hope that helps mate. :up: |
Quote:
|
Quote:
there is a query interval, right now its at 3000 by default. So every 3 seconds it makes a tiny query (which is alot a DB connection, but it should close right after) there is also a setting that determines if the topic should be live or not right now if a topic has been posted in the past 300 seconds then its live (you can lower this number) and third there is an idle setting that determines if the user viewing the page is idle right now that's set to 300 seconds. (when the user is marked as idle the query's will stop and they will continue when the system detects that the user is no longer idle) so making any of these numbers higher will reduce server load, but the initial values seems fair to me. (shared hosting packages may need to have higher values) Wow I really didn't mean to write an essay. there is a st Quote:
|
This does look good, but are you sure about bandwidth? Yes it may save stress on the server but ive noticed Ajax being used like this uses mega bandwidth.
|
Quote:
the response is less than 1KB, the request is even smaller. Lets say every check call is about 250bytes (thats being generous) and a successful response with an updated post is 7KB. 20 calls a min (5kb). a page refresh is like 70kb+ ... on an active topic you really think this wouldn't save bandwidth? (its CPU intensive, that's why you have the option to control the flow. If it really is hurting your server change it up.) (this is just an example) without live topic: example i go to a thread (70kb) (full page query + post generation) i post a quick reply (10kb) i wait 90 seconds and refresh this happens about 4 times (280kb) (full page query + post generation) some one responds i respond to them (10kb) i wait 90 seconds and refresh this happens about 2 times (140kb) (full page query + post generation) total: 510kb width live topic" example i go to a thread (70kb) (full page query + post generation) i post a quick reply (10kb) i wait 90 seconds (7.5kb) (tiny queries) i recieve a response (7.5kb) (query + post generation) i respond (10kb) i wait 90 seconds (7.5kb)(tiny queries) i recieve a response (7.5kb) (query + post generation) total: 120kb |
Quote:
This is the same concept but slightly larger, it has to post avatar, icons, post table and message. Hence i think it will use much more bandwidth from what ive experienced before. Have you tried making large posts with a lot of text and large images? What happens then, how does the Ajax handle it? |
All times are GMT. The time now is 09:02 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|