Welcome Guest, Not a member yet? Register   Sign In
Performance Questions
#4

[eluser]xwero[/eluser]
Every routing on top of the standard controller/method routing is a small bump in the road. If there are enough small bumps you will drive slower not to feel so much trembling. So no routing or redirects are better than a whole bunch of them.

The bigger the file the longer it takes to get read by php. This may not be noticeable but the more users visit that same page the faster they will start to feel it.

But the question is how far are you willing to go to generate everything dynamically? People use cache software and distributed storage on heavy traffic sites. If you want a fast site from the start create as many static snippets as possible and only glue them together instead of accessing the database every time. Of course the content has to be as static as possible for this.


Messages In This Thread
Performance Questions - by El Forum - 05-04-2009, 08:35 AM
Performance Questions - by El Forum - 05-04-2009, 08:50 AM
Performance Questions - by El Forum - 05-04-2009, 08:57 AM
Performance Questions - by El Forum - 05-04-2009, 09:12 AM
Performance Questions - by El Forum - 05-04-2009, 09:47 AM
Performance Questions - by El Forum - 05-04-2009, 09:49 AM
Performance Questions - by El Forum - 05-04-2009, 10:07 AM
Performance Questions - by El Forum - 05-06-2009, 11:30 AM
Performance Questions - by El Forum - 05-06-2009, 01:21 PM
Performance Questions - by El Forum - 05-06-2009, 04:30 PM
Performance Questions - by El Forum - 05-06-2009, 06:04 PM
Performance Questions - by El Forum - 05-06-2009, 07:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB