: Web hosting for Israeli visitors I developed a version of a client's main website in Hebrew. Most of the Hebrew site visitors will be coming from Israel. My server is fast in the States but
I developed a version of a client's main website in Hebrew. Most of the Hebrew site visitors will be coming from Israel. My server is fast in the States but sluggish in Israel (per some ping testing).
How can I speed up serving the site to Israel?
More posts by @Pierce454
2 Comments
Sorted by latest first Latest Oldest Best
One option which is certainly more complicated is to duplicate the website and put it on two servers, It won't really help with ping time IMO because all request will first have to reach your server which will then
redirect them to the Israeli server.
(I assume you don't want two separate domains for the landing page)
This can be done with a 301 redirect to another subdomain for example so the browser will cache the subdomain after the first visit so on the second visit the redirects will already be cached and occur automatically
EDIT: according to comment here it's possible to have two DNS servers for one website, I've not done that but if you decide to host on two servers this will certainly help. If you do this the 301 will not need to occur as well saving more time
The big problem with this approach is if the website has a database and you need to keep a synchronized database between the two servers.
If this is not a problem or you don't mind doing this than the first approach can be good.
Another option which can be regardless of the previous (you can do either one or even both) is to use a caching service / CDN,
there are some free ones and some paid ones.
This just makes everything faster for everyone and is always good to try when having latency issues.
Good luck!
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.