0

So after testing my wordpress site, its taking quite a while to just load.

http://kimztech.tk/wordpress/

I have no clue what to do and would really appreciate some help on this.

enter image description here

^ The currently installed plugins

  • 1
    Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the [How to Ask](https://stackoverflow.com/help/how-to-ask) page for help clarifying this question. – Raunak Gupta Mar 07 '17 at 10:34
  • There are far too many possible reasons for this happening. Maybe your web server is really slow. Maybe your database is massive. Maybe you're running several cURL requests when loading the page. We can only guess with the information at hand. Try to disable plugins one at a time to see if that improves loading times. – Kirk Beard Mar 07 '17 at 10:52

1 Answers1

0

Well first you have a lot of data to show in one page. loading all the data at the same time might be making the site slow. Try loading a part of the page at first and while you scroll the page load more.
look here. make some content load first then when scrolled load more item

For eg:

<div>display first............</div>
<div>display at scroll........</div>
<div>display at scroll........</div>
<div>display at scroll........</div>

Well I Hope this helps.

Community
  • 1
  • 1
Regolith
  • 2,944
  • 9
  • 33
  • 50