由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - how to improve performance for web service
相关主题
请问哪里有FREE JavaScript IDE?javascript 画多边形?
最近迷上了javascriptMVC model 一个page发送请求到多个controller 可能不? (转载)
急问各位高手一个 CSS 和 JavaScript 问题JTable太弱了,应当改写
大家觉得GWT怎么样java virtual machine 急问!!在线等
求助!怎样用java运行含Javascript的网页?A good way to compress client side data?
javascript or jstl?encrypt the compressed file
JSF有前途吗java覆盖率测试工具?
大侠们帮忙,抓网页时遇到的问题,关于javascript要我的老命了,哪位指点一下这个该死的js call为啥不对好吗?
相关话题的讨论汇总
话题: web话题: page话题: improve话题: service
进入Java版参与讨论
1 (共1页)
hm
发帖数: 14
1
现在load进来的页面速度狂慢,难以忍受
可能因为用了javascript library
有人知道如何能让网页load的速度快些吗?
g*****g
发帖数: 34805
2
I guess you are talking about web, not web service.
And yes, big ajax lib does make it slow.
Gmail, yahoo mail is only about 200KB for their main
page, everything included.

【在 hm 的大作中提到】
: 现在load进来的页面速度狂慢,难以忍受
: 可能因为用了javascript library
: 有人知道如何能让网页load的速度快些吗?

A**o
发帖数: 1550
3
Yahoo Mail beta sucks so much...

【在 g*****g 的大作中提到】
: I guess you are talking about web, not web service.
: And yes, big ajax lib does make it slow.
: Gmail, yahoo mail is only about 200KB for their main
: page, everything included.

h**d
发帖数: 474
4
hehe...I still use the old version:)

【在 A**o 的大作中提到】
: Yahoo Mail beta sucks so much...
hm
发帖数: 14
5
yeah..you are right
the front end web page loading speed
在loading page中,有好几十秒页面空白,想减少到5秒
不知道firefox空白的时候在程序的哪里干嘛呢
要是知道他在哪个地方卡住了
就可以优化一下那个地方
谁知道有啥工具可以debug/track页面loading中的performance吗?
试了几个测试工具都没有

【在 g*****g 的大作中提到】
: I guess you are talking about web, not web service.
: And yes, big ajax lib does make it slow.
: Gmail, yahoo mail is only about 200KB for their main
: page, everything included.

g*****g
发帖数: 34805
6
firebug, check the net tag, it breakes down the loading time.

【在 hm 的大作中提到】
: yeah..you are right
: the front end web page loading speed
: 在loading page中,有好几十秒页面空白,想减少到5秒
: 不知道firefox空白的时候在程序的哪里干嘛呢
: 要是知道他在哪个地方卡住了
: 就可以优化一下那个地方
: 谁知道有啥工具可以debug/track页面loading中的performance吗?
: 试了几个测试工具都没有

hm
发帖数: 14
7
I compressed all the .js and .jsp files and it did absolutely nothing for pe
rformance.:(

【在 g*****g 的大作中提到】
: firebug, check the net tag, it breakes down the loading time.
g*****g
发帖数: 34805
8
Well, it did for me by only making images smaller.

pe

【在 hm 的大作中提到】
: I compressed all the .js and .jsp files and it did absolutely nothing for pe
: rformance.:(

A**o
发帖数: 1550
9
how large is your page after page loaded?
10k, 100k, or 500k? do you download all the js/css/img everytime?

pe

【在 hm 的大作中提到】
: I compressed all the .js and .jsp files and it did absolutely nothing for pe
: rformance.:(

c*****t
发帖数: 1879
10
1. check how much time your jsp get processed. Do this first.
2. profile each JavaScript used and see how long each takes.
taking even 5 sec to load a page is too long.

【在 hm 的大作中提到】
: 现在load进来的页面速度狂慢,难以忍受
: 可能因为用了javascript library
: 有人知道如何能让网页load的速度快些吗?

m******t
发帖数: 2416
11

coconut has a good point. If it stays entirely blank for tens of seconds, it
's more likely something on your server side that's taking very long to
render the page.
Another possible cause is if the page has some 3rd party javascript embedded
that calls some other web site, e.g. google adsense, and that site happens
to have some performance issues, that would cause visible delay on your page
as well.

【在 hm 的大作中提到】
: yeah..you are right
: the front end web page loading speed
: 在loading page中,有好几十秒页面空白,想减少到5秒
: 不知道firefox空白的时候在程序的哪里干嘛呢
: 要是知道他在哪个地方卡住了
: 就可以优化一下那个地方
: 谁知道有啥工具可以debug/track页面loading中的performance吗?
: 试了几个测试工具都没有

1 (共1页)
进入Java版参与讨论
相关主题
要我的老命了,哪位指点一下这个该死的js call为啥不对好吗?求助!怎样用java运行含Javascript的网页?
PHP/JSP/ASP等页面语言应该被慢慢抛弃了吧? (转载)javascript or jstl?
JAVA 面世题.JSF有前途吗
How to read/load a .tif image?大侠们帮忙,抓网页时遇到的问题,关于javascript
请问哪里有FREE JavaScript IDE?javascript 画多边形?
最近迷上了javascriptMVC model 一个page发送请求到多个controller 可能不? (转载)
急问各位高手一个 CSS 和 JavaScript 问题JTable太弱了,应当改写
大家觉得GWT怎么样java virtual machine 急问!!在线等
相关话题的讨论汇总
话题: web话题: page话题: improve话题: service