我目前正在为个人项目制定一个PHP MVC框架。 虽然我正在制定框架,但我很想知道,通过采用不同的优化技术,取得了值得注意的业绩。 我已实施了一个显示奇迹的粗木板级。
问题在于我没有执行时间的参照框架。 我非常接近该项目的开端,有数据库链接,有几次问询,但没有产出(有的纸张缩略语和徽标)。 目前有<代码>0.01917秒代码>的执行时间。
I was expecting this to be lower but as I said before I have no frame of reference. I appreciate there are many variables to take into account when juding performance but I am hoping to find some sort of metric to
a) techniques to measure performance for example requests per second and
b) compare results for example; how a "moderately" sized PHP application on a "standard" webserver will perform. I appreciate "moderately" and "standard" are very subjective words so perhaps a table of known execution times for a particular application (eg StackOverFlow s executing time).
除执行时间外,还有哪些其他衡量业绩的技术?
查阅 它就Per II(RPS)申请进行了会谈。 如何计算? 我对目前执行<代码>0.01917秒代码>的时间表示怀疑。 这似乎大大低于图表中引述的数字,特别是在你认为我目前有限的县级时。