View Single Post
  #6 (permalink)  
Old 01-31-2007, 11:32 PM
dollars5's Avatar
dollars5 dollars5 is offline
Pligg Donor
 
Join Date: Dec 2006
Location: India
Posts: 2,155
Thanks: 290
Thanked 266 Times in 177 Posts
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.
Reply With Quote