Welcome Guest, Not a member yet? Register   Sign In
CMS / System Resource question?
#4

[eluser]mddd[/eluser]
I agree, the number of calls by itself is not the best measurement. But they can be the source of problemens when the load on the site gets bigger. Once calls have to wait for each other to finish, you will see performance degredation. Of course, looking at slow queries will tell you when that happens.

If you want to optimize you can try to reduce the number of calls by writing smarter queries if possible, but also by caching. For instance, if menus or configurations only rarely change, you could store them in a file and only update that file when the information actually changes.


Messages In This Thread
CMS / System Resource question? - by El Forum - 04-20-2010, 06:18 PM
CMS / System Resource question? - by El Forum - 04-20-2010, 07:10 PM
CMS / System Resource question? - by El Forum - 04-20-2010, 07:16 PM
CMS / System Resource question? - by El Forum - 04-21-2010, 12:17 AM
CMS / System Resource question? - by El Forum - 04-21-2010, 09:54 AM
CMS / System Resource question? - by El Forum - 04-21-2010, 10:05 AM
CMS / System Resource question? - by El Forum - 04-22-2010, 01:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB