English 中文(简体)
如何用火力装载和(或)执行时间轻易形成图表?
原标题:Howto easily create a diagram using firebug loading and/or executing times?

I need to create diagram showing the most time consuming tasks when a specific page gets loaded. Well, Firebug has this nice feature to show you all loading times of files in the network section or if i can use the profiler alternatively (console).

现在,我正在寻找最容易的方法,从结果中获取一张图表(图表),而不把所有档案和时间价值打入一个表。

任何建议?

最佳回答

()

https://github.com/janodvarko/harviewer

HAR 浏览器是一种网络应用(PHP + Javascript),能够根据吉大港山区生态环境模式,对吉大港山区的跟踪记录进行图像化。 这些档案载有按网页分列的关于吉大港山区贩运情况的记录资料。

“enterography

------

http://www.imagossoftware.com/harlog/

记录仪采用HAR格式文档或HAR HTTP格式格式,并编制一个表格列出的产出档案。 然后可将产出档案输入Excel或类似于制作图表报告。

问题回答

http://code.google.com 直接在浏览器中。 (无所需要;-)





相关问题
What to look for in performance analyzer in VS 2008

What to look for in performance analyzer in VS 2008 I am using VS Team system and got the performance wizard and reports going. What benchmarks/process do I use? There is a lot of stuff in the ...

SQL Table Size And Query Performance

We have a number of items coming in from a web service; each item containing an unknown number of properties. We are storing them in a database with the following Schema. Items - ItemID - ...

How to speed up Visual Studio 2008? Add more resources?

I m using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off. OS: Windows 7 Enterprise Edition It takes me a long time ...

Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

热门标签