So after testing my wordpress site, its taking quite a while to just load.
I have no clue what to do and would really appreciate some help on this.
^ The currently installed plugins
So after testing my wordpress site, its taking quite a while to just load.
I have no clue what to do and would really appreciate some help on this.
^ The currently installed plugins
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.