Questions tagged [loading]

15 questions
17
votes
15 answers

Tool to assist loading servers into a rack?

This three questions have been merged into this one. The following answers might have come from any of them, or might be a generic answer to all of them. Is there any kind of tool to assist in loading an unloading servers? I realized that I lack…
MikeJ
  • 1,381
  • 4
  • 13
  • 24
4
votes
0 answers

Why does `ldd` resolve `libc.so` to `ld.so`?

On my machine, ldd is showing libc.so.6 resolve to /lib64/ld-linux-x86-64.so.2 ldd binary /lib64/ld-linux-x86-64.so.2 (0x564329071000) libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x564329071000) libz.so.1 => /lib/libz.so.1 (0x7f7b1e631000) …
2
votes
0 answers

Buffering when serving videos through AWS CloudFront

We are hosting videos in AWS S3 in HLS format (lots of .ts files, + playlists .m3u8). We have configured AWS CloudFront with all Edge locations to serve those files. We have 2 apps, iOS and Android, with a video player that plays the CloudFront…
2
votes
2 answers

How could Load average numbers from 'htop' exceed 100% CPU utlization?

I use 'htop' to monitor my web server. It's recently quite loaded and the Load average is showing something like this: Load average: 3.10 2.56 1.63 I searched the web about these numbers and I found an article about it:…
Joe Huang
  • 215
  • 2
  • 8
1
vote
0 answers

My pages have a very long waiting time after going over to https

Recently my site started to use excessive loading times on every page. After the first GET request I have this: "receive" : 2, "dns" : 15, "send" : 0, "ssl" : 100, "wait" : 6005, …
TBJ
  • 171
  • 1
  • 8
1
vote
3 answers

How to load kernel module at startup on FC9?

I need to know how to automatically load a kernel module at startup on FC9. All the sites talk about adding an entry to /etc/modules.conf.... But that does not exist on FC9... Instead I have /etc/modprobe.d/ directory... Now, I suppose I need to put…
user14071
  • 111
  • 2
1
vote
1 answer

Site is not loading since early today

Since early this morning I cannot access my website http://naruto-tv.tv and also using putty I couldn't access the server. However I have other accounts on the server and I can access these websites and they are loading fine. The OS is CentOS6. My…
Momo
  • 121
  • 1
  • 3
1
vote
5 answers

site taking too much time to load with domain name, but when I open with IP Address it works fine

I have a website which I have hosted on Windows 2008 R2 Dedicated Server. Now, I have problem is my site taking almost 30 second to connect it through it's domain name any ".asp" pages. All other html and ".js" work fine so I don't think there is…
0
votes
1 answer

Is IP Anycast helpful for fast loading website?

I'm not sure but before I purchase http://dnsmadeeasy.com IP anyast service I really need to know What is IP Anycast actually and how does this work? Can anyone explain in simple sense?
0
votes
2 answers

Very high First Byte Time

A client of mine which I will be completely re-building the site for, is having some major speed issues with the current site. It takes on average 4.4 to 4.8 seconds before the First Byte Time to clear (I believe this is correct). Absolutely nothing…
wharfdale
  • 151
  • 8
0
votes
2 answers

Non www version of site not loading

The non www version of my site is not loading.....i strongly think its DNS and not nginx(I haven't setup an redirect in nginx yet .The www version works perfect I don't use any cpanel atm and i don't want to use one either I followed this tutorial…
Werulz
  • 305
  • 1
  • 4
  • 16
0
votes
2 answers

Website loading until initial script finishes

i have a highly used server (running plesk). I have some long scripts that take a while to process (huge mysql database). I have found then in 1 browser, i run the script and while it is loading i cannot view any other parts of the site until the…
wardy277
0
votes
2 answers

Extremely High TTFB on Wordpress website - Not dabase or server ... what else could cause it?

I'm running a Wordpress ecommerce website on a dedicated VPS with 4CPUs and 6gb RAM, so resources are not an issue . On top of this I have VestaCP installed, with a Nginx + Apache + Php-FPM server . Also using clouflare caching together with WP…
-1
votes
1 answer

Site faster on 1 core/1GB ram than on 8 core/32GB ram wth?

Both sites are US based. I'm located in Europe. http://198.105.209.13/ <==== site that loads tons faster on 1 core and 1gb ram ONLY (Cent OS VPS) http://108.61.35.219/ <== site is located on my dedicated server with i7-3770 cpu and 32 gb ram…
xtra
  • 23
  • 1
  • 3
-2
votes
2 answers

Is it normal to have 400~600ms of waiting for first byte?

I have optimized my website and apply many advices found on the Google search. but finally i have about 400~600ms of time to first byte. Does it normal or I can lower it? For dynamic data it it about 500~600ms base on the code that creates the…
wtayyeb
  • 174
  • 12