|
Very Good read Adaman. We should get some lead devs of Pligg to read this too - optimization and speedup is a major issue for pligg as I see, rather than adding more features which will further slow down the system.
The reason I was worried on db was many hosts have a slower server for their db systems and each call will take say n seconds and if Pligg takes say m such calls the total delay in rendering the page is gonna be (m X n) seconds which is very significant. By grouping many database and reading only critical data needed we can optimize in this part - just my suggestion.
Will review the pligg db access and db structures and will come up with pin-pointed suggestions - sooner.
|