My Website keeps loading slow

My website URL is: http://newsgh.epizy.com/?i=1
Hello Infinity free Team and all, please I need help with my website. I just build a website for a client and I hosted it here on Infinity free but the problem is, it loads very very slow, it keeps loading without showing the website content. It loads fine on a local server. Please help me to solve this problem?
Thanks.

There are many reasons why a website can be slow. The connection can be slow, the code can be slow, the database or queries on the database can be slow. And all of those things are probably different on our servers than they are on your own computer.

What software do you use to develop your website in the first place? In the code, I see references to something called “SitePress”, but that doesn’t appear to be software that can run on our hosting.

2 Likes

I didn’t use any software, I build it on my own and for Sitepress, its my company name. Please is there any solution for the slowness of the website.

It now works for me, and loaded in 10 seconds. Maybe it’s your connection problem if it loaded very slow to you.

Just write faster code?

If I knew of a button that you can just press to make everything faster, I would have told you already. In reality, there are many different factors which affect the performance of a website, and there is no guaranteed to work method which you can apply to make any site faster. It takes trial, error and measurement to do correctly.

1 Like

Use one of google development tool, it can help pinpoint the problem. Look up pagespeed insights from google. It should have a field where you can enter the URL.
According to google, your site is a 23 out of 100. Pretty bad. And it will give tips to improve your site. Also, your site is only anaylzed for mobile, the desktop stats are not availiable. The error is: INTERNAL: APP::1: Abnormal renderer termination, status = crashed exit_code = 1
Google also host libraries that you use(I checked the sources). The url to the libraries is ホストされているライブラリ  |  Hosted Libraries  |  Google for Developers
@Admin The sitepress is also used to load ads, so that they can support the site and keep it up.
Back again to the original poster, you have unused css library and some selectors are not in use(known as dead rules). And add async attributes or defer to reduce page load. Async is to process at the same time as the page is loading, defer means wait until the page has loaded.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.