Redian新闻
>
how to improve performance for web service
avatar
how to improve performance for web service# Java - 爪哇娇娃
hm
1
现在load进来的页面速度狂慢,难以忍受
可能因为用了javascript library
有人知道如何能让网页load的速度快些吗?
avatar
g*g
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的速度快些吗?

avatar
A*o
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.

avatar
h*d
4
hehe...I still use the old version:)

【在 A**o 的大作中提到】
: Yahoo Mail beta sucks so much...
avatar
hm
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.

avatar
g*g
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吗?
: 试了几个测试工具都没有

avatar
hm
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.
avatar
g*g
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.:(

avatar
A*o
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.:(

avatar
c*t
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的速度快些吗?

avatar
m*t
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吗?
: 试了几个测试工具都没有

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。