Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-11-15 14:45:16
Point:500 Replies:4 POST_ID:828426USER_ID:11059
Topic:
Computer Servers;;Asynchronous Javascript and XML (AJAX)
My friends told me my website is really slow that can be told from display content speed.
Since my domian is really cheap and I could not affort VPS or high speed server
What I can do, I try to think and do some improvement with my such low-cost server
My question is follows
Question-1 If I am in USA, I apply a server located at USA or in my state
instead of at Asia that will help the web speed, Is it right ?
OR there is no much different since the fiber optic is really fast than we expect.
Question-2 Using Ajax technology will help a lot of data area update, how much ? Or it is no
much different if the server is really slow ?
Question-3, Most time I am using html and javascript language to write
my home page. Do i need to change it to server language , whatever asp or php , Is it helping
too much at slower server ?
Question-4 My image file size (total=3 files * 50k) and redirect in my webpage is really lessl, why
it is still slow. I use a lot of frameset and Iframe in home page , Is it the issue for speed webpage ?
Please advise, if possilbe provide more information for web speed improvement
from language improvement or others if possible besides pay too much
(One more thing, Good luck at my webiste is not allowing others for web advertising, so you think
my server is not too slow)
Duncan
Since my domian is really cheap and I could not affort VPS or high speed server
What I can do, I try to think and do some improvement with my such low-cost server
My question is follows
Question-1 If I am in USA, I apply a server located at USA or in my state
instead of at Asia that will help the web speed, Is it right ?
OR there is no much different since the fiber optic is really fast than we expect.
Question-2 Using Ajax technology will help a lot of data area update, how much ? Or it is no
much different if the server is really slow ?
Question-3, Most time I am using html and javascript language to write
my home page. Do i need to change it to server language , whatever asp or php , Is it helping
too much at slower server ?
Question-4 My image file size (total=3 files * 50k) and redirect in my webpage is really lessl, why
it is still slow. I use a lot of frameset and Iframe in home page , Is it the issue for speed webpage ?
Please advise, if possilbe provide more information for web speed improvement
from language improvement or others if possible besides pay too much
(One more thing, Good luck at my webiste is not allowing others for web advertising, so you think
my server is not too slow)
Duncan
Author: duncanb7 replied at 2024-11-16 11:37:40
1. Distance slows down page loads because there are more servers to go thru to get to the destination. Closer is better and faster.
2. Anything you do to access the server more times slows down your page and that includes AJAX.
3. If they are not providing anything, server side languages slow down your page some also because the server has to launch the PHP or ASP interpreter to look at your files.
The simplest pages load the fastest. Everything that has to access the server like images and external CSS and javascript slows down your page load a little.
Go to the link I provided above and put your web address in the form. It will show you how long it takes for each part of your page to load. Until you do this, you won't have any facts to work with.
2. Anything you do to access the server more times slows down your page and that includes AJAX.
3. If they are not providing anything, server side languages slow down your page some also because the server has to launch the PHP or ASP interpreter to look at your files.
The simplest pages load the fastest. Everything that has to access the server like images and external CSS and javascript slows down your page load a little.
Go to the link I provided above and put your web address in the form. It will show you how long it takes for each part of your page to load. Until you do this, you won't have any facts to work with.
Assisted Solution
Expert: Dave Baldwin replied at 2024-11-16 10:18:17
100 points GOOD
1. Distance slows down page loads because there are more servers to go thru to get to the destination. Closer is better and faster.
2. Anything you do to access the server more times slows down your page and that includes AJAX.
3. If they are not providing anything, server side languages slow down your page some also because the server has to launch the PHP or ASP interpreter to look at your files.
The simplest pages load the fastest. Everything that has to access the server like images and external CSS and javascript slows down your page load a little.
Go to the link I provided above and put your web address in the form. It will show you how long it takes for each part of your page to load. Until you do this, you won't have any facts to work with.
2. Anything you do to access the server more times slows down your page and that includes AJAX.
3. If they are not providing anything, server side languages slow down your page some also because the server has to launch the PHP or ASP interpreter to look at your files.
The simplest pages load the fastest. Everything that has to access the server like images and external CSS and javascript slows down your page load a little.
Go to the link I provided above and put your web address in the form. It will show you how long it takes for each part of your page to load. Until you do this, you won't have any facts to work with.
Author: duncanb7 replied at 2024-11-16 01:16:47
Thanks your link and Would you help to answer my question ?
Accepted Solution
Expert: Dave Baldwin replied at 2024-11-15 17:17:02
400 points GOOD
This page http://www.uptrends.com/aspx/free-html-site-page-load-check-tool.aspx will show how long it takes to load the parts of your web page. The fastest loading page is a simple HTML page. Everything added after that takes a little bit longer.