Hello and welcome to the community. I ran devtools and this might give us hints:
Note that there is http 500 Internal Server Error on https://marketdlicia.free.nf/?wc-ajax=get_refreshed_fragments . You are running a heavy e-commerce site, taking 64 requests in 50 seconds to finish, but works when refreshed. This looks like:
Some people see an error page on their website with the following contents:
This site / page has used all avaialble php / apache processes allowed on free hosting.
Refreshing the page once the amount of apache / php processes are reduced will cause the site to work
We would recommend upgrading your hosting account at IFastNet Premium hosting accounts, premium hosting accounts have MUCH higher resources dedicated to them.
This article explains why you may see this page, and what you can do …
For error 500:
When trying to access your website, you may see a page which returns the status code “500”. In Google Chrome, you’ll see a page with the error code HTTP ERROR 500.
There are typically two reasons which can cause this error:
The PHP code has crashed.
The .htaccess file contains invalid rules.
Here are some things you can try to debug and fix this.
Fixing crashing PHP code
A HTTP ERROR 500 simply tells you that the PHP code has crashed, but gives no information as to why it has crashed.
Gett…