Lynne that makes perfect sense because that image is on the other forum that is slow.
I wish I knew what else you were talking about on the other stuff. I do have access, but my knowledge is limited. I will check out firebug, but I don't know if I can even begin to relate to it but it is worth a shot.
I did submit a ticket on vb.com last night.
--------------- Added [DATE]1321730757[/DATE] at [TIME]1321730757[/TIME] ---------------
Yeah, I got the firebug but it does not do me any good, since I don't know how to use it.
--------------- Added [DATE]1321735288[/DATE] at [TIME]1321735288[/TIME] ---------------
Okay it is saying that it is taking 40seconds of waiting time to load a page, while the receiving part is only in milliseconds. Do you know what the "waiting" is for firebug Lynne?
--------------- Added [DATE]1321743165[/DATE] at [TIME]1321743165[/TIME] ---------------
Hired a professional to fix, this was the issue:
Quote:
This problem was due to your resolves on the server being down, I have switched them to google dns and remote lookups are no longer taking a long time. The page has went from taking 11 seconds to load to loading in around 1 second.
---
Here is the output of the important part of the trace that shows the problem.
3519 0.000054 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 71
3519 0.000055 connect(71, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("208.109.188.2")}, 28) = 0
3519 0.000068 fcntl64(71, F_GETFL) = 0x2 (flags O_RDWR)
3519 0.000037 fcntl64(71, F_SETFL, O_RDWR|O_NONBLOCK) = 0
3519 0.000037 gettimeofday({1321741059, 624622}, NULL) = 0
--
3519 0.003837 sendfile64(69, 70, [15674], 114769) = 13032
3519 0.000162 poll([{fd=69, events=POLLOUT}], 1, 120000) = 1 ([{fd=69, revents=POLLOUT}])
3519 0.160484 sendfile64(69, 70, [28706], 101737) = 17376
3519 0.000139 poll([{fd=69, events=POLLOUT}], 1, 120000
3499 0.135138 ) = 0 (Timeout)
3499 0.000058 waitpid(-1, 0xbfcd27d8, WNOHANG|WSTOPPED) = 0
3499 0.000044 select(0, NULL, NULL, NULL, {1, 0}
3519 0.025202 ) = 1 ([{fd=69, revents=POLLOUT}])
3519 0.000044 sendfile64(69, 70, [46082], 84361) = 24616
3519 0.000106 poll([{fd=69, events=POLLOUT}], 1, 120000) = 1 ([{fd=69, revents=POLLOUT}])
--
3519 0.000046 close(69) = 0
3519 0.000055 read(8, 0xbfcd2773, 1) = -1 EAGAIN (Resource temporarily unavailable)
3519 0.000047 close(70) = 0
3519 0.000056 semop(4325385, 0xb7cdae98, 1
3518 0.078649 ) = 0 (Timeout)
3518 0.000054 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 71
3518 0.000054 connect(71, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("208.109.188.2")}, 28) = 0
3518 0.000072 fcntl64(71, F_GETFL) = 0x2 (flags O_RDWR)
3518 0.000038 fcntl64(71, F_SETFL, O_RDWR|O_NONBLOCK) = 0
3518 0.000037 gettimeofday({1321741060, 723580}, NULL) = 0
|
|