wordpress plugin- how to avoid potential overload on the server /database? -


i’m using wordpress(buddypress) build dating website.

estimated members -6000,estimated visitors per day 500-600.

major part of website kind of matching questionnaire , each time or other member answer question updating list of best matches (from members), displayed in questionnaire page in website .

that means lots of simultaneous database connections /requests.

now told colleague developing such questionnaire plugin wordpress /buddypress big mistake.

first because processing data in real time, meaning answers sent database ,compared ,calculated , send page exceed server capacity soon.

second because each request invokes loading of whole wordpress (wp-load.php). solution manage calculations outside wordpress in kind of soap web service,

i ask advice :

do think there chance plugin cause problem of overload ? how avoid overloading in plugin , webservice solution? creating seperate database?

ill appreciate can thank you.

i owner of buddypress site, yours. not using plugin, in site make lot of calculations obtain metrics. not option make calculation in real time. prefer make calculations in batch mode (in cron proccess) instance, every hour, or every 10 minutes. if need more help, tell me, working lot in performance on buddypress.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -