10-18-2020, 08:47 AM
@deanhills I know such websites, like SSLtest and SEOCHECKER.
The main issue is that to use them I must disable cloudflare and expose the real IP, for now I am not going to do that.
Your black screen issue is probably related to your network speed. The website will stay black until all the data is loaded (I minified the Javascript so it download 1 or 2 js only but they are big). I tried to mitigate this issue using asynchronous loading on non-essential parts, such as github api. But the core script is needed in its full to be able to "start"
The main issue is that to use them I must disable cloudflare and expose the real IP, for now I am not going to do that.
Your black screen issue is probably related to your network speed. The website will stay black until all the data is loaded (I minified the Javascript so it download 1 or 2 js only but they are big). I tried to mitigate this issue using asynchronous loading on non-essential parts, such as github api. But the core script is needed in its full to be able to "start"