C
C
chervonfunky2015-07-15 10:00:00
Server equipment
chervonfunky, 2015-07-15 10:00:00

Long response from the server, more than 3 seconds. Which element causes an error in the wordpress engine?

When loading the site ohmybox.ru, there is a long response from the server for almost more than 3 seconds
. When the index script of the site is executed, multiple connections to the server 2a00:1450:4010:c02::93 occur, which caused the observed problem.
connect(5, {sa_family=AF_INET6, sin6_port=htons(80), inet_pton(AF_INET6, "2a00:1450:4010:c02::93", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 EINPROGRESS (Operation now in progress)
poll([{fd=5, events=POLLOUT}], 1, 713) = 1 ([{fd=5, revents=POLLOUT}])
getsockopt(5, SOL_SOCKET, SO_ERROR, [0 ], [4]) = 0
sendto(5, "GET / HTTP/1.1\r\nHost: www.google."..., 53, MSG_NOSIGNAL, NULL, 0) = 53
poll([{fd=5, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLPRI}], 1,
poll([{fd=5, events=POLLIN|POLLPRI}], 1, 1000^C
Как исправить данную ошибку и какой элемент следует подправить или вообще отключить т.к. влияет на загрузку основного контента?
заранее большое спасибо!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Carabash, 2015-07-15
@Carabash

Ну для начала исправьте ссылки на скрипты и стили (при загрузке выдают ошибку 404)

<link rel="stylesheet" type="text/css" href="ohmybox.ru/minislider/style.css"/>
<script type="text/javascript" src="ohmybox.ru/minislider/script.js"></script>

на
<link rel="stylesheet" type="text/css" href="/minislider/style.css"/>
<script type="text/javascript" src="/minislider/script.js"></script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question