I have ran a website from my subdomain https://twibbon.contohdesain.my.id and i want you to review and use service my web. Thanks yo
There's a website there? All I get is a giant blank white page of nothing. Though there DOES appear to be a whole ton of HTML being sent. Garbage, bloated, train wreck laundry list of how NOT to write HTML... Wonder what you're doing that results in it not showing anything. Lemme guess, endless pointless JavaScript for nothing as well?
Now it's stuck at a brown bar in the middle of the screen with a "loading" animation... forever... though the tab seems to be consuming 100% of one CPU core.
Tried it in firefox and it loads... so whatever the blazes endless pointless JavaScript junk you've got there isn't compatible with Vivaldi (a chrome-like)... Gimme a few and I'll write up a proper breakdown of what's wrong with it apart from that.
First off the page has some slow scripted junk "loader" likely meaning it's an SPA (single page application). OR at least it shows the symptomology of that middle finger to usability, acccessibility, and maintainability. Some of the iconography in the top corner I have no idea what they are. That's false simplicity. I'm on a 4k display, and thanks to that stupid (slow loading) garbage "splash" area at the top, you've only got three doezn words on screen. This is wahy such full-screen centered garbage makes users not even realize you have content if you scroll down! Rather than wasting an entire scren on nothing, skip that trash and get to the bloody point! The point being enabling whatever it is users came to your page to do. I will say praise be in the world's never-ending glory for your using EM properly for font-sizes... That's one of the few things right with this. though narrowing the window it seems to go bits-up face-down on the layout. Lemme guess, one of the dumbass broken media-darling "frameworks" like Bootstrap or Tailwind? Every time I get about halfway to the bottom scrolling it does a page reload, and looking at the browser console it's hemmoraghing errors left and right. Even in the working browser it's AGONIZINGLY slow to watch load. Doing a network analysis it's got 86k of markup when the page only has 2k of plaintext and 16 content images. REGARDLESS of layout that's only around 8k of HTML's job... from there we're talking 667k of CSS on a site that near as I'd guess has no reason for more than 32k of the stuff -- the majority of websites not needing more than 48k of HTML -- and the absurd 587k of "JS for Nothing" certainly isn't doing you any favors. And is probably a significant contributor to this bizaree "loading loop" behavior. When you're blowing 1.39 megabytes in 36 separate files JUST for the code -- to deliver 2.1k of plaintext and 16 content images -- of course it's a train wreck laundry list of how NOT to build a website. And OF COURSE it's painfully and aggravatingly slow loaded. and that's before we talk the utter lack of image optimization. 1.79 megabytes in 31 separate files for THAT is an indication that something is horrifyingly wrong behind the scenes. Popping the bonnet to look at the HTML, it's everything I'd expect from a garbage off the shelf turdpress template, mated to some sort of HTML/CSS framework nonsense. The endless pointless META no legitimate UA's give a flying purple fish about, the lack of proper media targets for the style LINK, static scripting crapped into the markup... lands sake the HEAD alone is larger than the entire document has any business being! The numbered heading orders and document structure is gibberish, as is the utter and complete lack of proper semantics. Overall it's a poster child for everything wrong with that type of site-building, and I'd be SHOCKED if it sees any form of success given that its speed, bloat, lack of accessibility, and broken scripting basically tells large swaths of users to kiss off! If you brought that to me as a client I would tell you to throw the entire mess in the trash and to start over from scratch. There is little if anything I would salvage from it in terms of code or layout.