A
A
Alexander2015-12-29 00:57:37
PHP
Alexander, 2015-12-29 00:57:37

wordpress speed optimization?

5466533d08d947f68cb0311cd2bf927f.JPG
Now I'm working on increasing the loading speed of my site and found that most of the time it waits for a response from the server, and does not directly download the files. The picture shows an approximate load ratio.
What does it depend on and how can it be corrected? Or just change the host?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Maxim Kudryavtsev, 2015-12-29
@kumaxim

A lot of queries to the database in 1 cycle and / or heavy non-standard business logic in some plugins. Without knowing anything about the site it is difficult to say something more.
Of the standard solutions, I can recommend two that help in most cases:

  1. Install any caching plugin. I personally like super cache
  2. Take out all the statistics on the CDN. Through JetPack on Phantom, this is, in my opinion, the easiest to do (I can be mistaken)

X
xmoonlight, 2015-12-29
@xmoonlight

Log the request arrival time and script response time.
If the problem is there, then you need to look at the script.
If everything is fast in the script - change the host.

R
Ravshan Abdulaev, 2015-12-29
@ravshanium

Maybe it will help:
https://wpmag.ru/2014/profilirovanie-koda-v-wordpress/
similar to Habré: habrahabr.ru/post/78210
or:
habrahabr.ru/post/132817

A
alexdora, 2015-12-29
@alexdora

I will answer as I think, but this is not the truth. Here is a list of restrictions:
timeweb.com/ru/help/pages/viewpage.action?pageId=4...
It seems to be too detailed and makes me think that the server was cut into a million parts and sold. Just a guess.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question