我对网络开发很陌生。我已经通过一个免费的网站托管服务,提供免费的子域名我的网站。免费托管服务说,它们提供100 GB的带宽。我只是上传文件到网站使用ftp (filezilla)。
当网站一次被一个用户访问时,网站正常运行,但是当许多用户同时访问该网站时,网站速度会大大减慢。
其服务器的详细信息如下:
Web server Cowboy
HTTP response code 200
Server Address http://hostingsiteforfree.com
cache-control no-store, no-cache
connection close
content-length 16312
content-type text/html; charset=utf-8
date Fri, 17 Oct 2014 13:36:45 GMT
etag W/"JWDUj6JS+NPPLEYN43WfRQ=="
expires 0
pragma no-cache
server Cowboy
via 1.1 vegur
x-content-type-options nosniff
x-download-options noopen
x-frame-options DENY
x-xss-protection 1; mode=block
Time to contact web server 0.407361 seconds以下信息现在显示在免费托管服务的控制面板中:
服务器负载: 12.93
MySQL服务器负载: 0.14
Apache版本: Apache/2.2.17
PHP版本: 5.3
MySQL版本: 5.1.58
根据网站上的用户操作,使用ajax从mysql数据库中插入或检索数据。
当多个用户同时访问该网站时,可能有什么原因使该网站反应缓慢?
这是子域的问题吗?我一定要买域名吗?
这是免费托管服务的问题吗?
多个数据库请求同时会导致问题吗?
当大约50个用户同时使用该网站时,服务器或数据库的要求是什么?
发布于 2014-10-17 13:51:16
一分钱一分货。该服务器可能被加载到其他用户都在使用主机的边缘,所以除了自己尝试另一个提供者或主机之外,您没有什么可以做的。
https://serverfault.com/questions/637786
复制相似问题