kkbkkb
2 months ago
i've pored over my code an obscene amount of times, i've rewritten a ton of the code, i've partitioned the code into separate files for easier loading times, and nothing. i can't figure it out and it's driving me insane. i seriously need some assistance and troubleshooting help with this, because i'm losing my mind and i want my website to function without lagging!!!!!!
kkbkkb
2 months ago
i've also had folks suggest that it's the CSS animations/keyframes, or the transitions/transforms i've coded, but like, nothing i have is all that intensive, so it really shouldn't be doing this??? i've seen people's websites that have far more animations and keyframes coded than my site, so what the hell is wrong with my code?
barndoors
2 months ago
the only thing im seeing is this pic is "pretty big" (https://kkb.online/media/img/heartwave2.webp) i'll try some more digging when i can!
jeith
2 months ago
^^^^ it could be images, i started using https://imagecompressor.com on every image on my site and its made a big difference. You can also add loading="lazy" to img to lazy load initially off screen images
zhongvie
2 months ago
img compression and lazy loading is a friend (i use squoosh for mine personally but as long as sizes are nuked its all good). sadly loading times are a nightmare to sort out
kkbkkb
2 months ago
thank you for all of the pointers!! i've gotten the heartwave image compressed even more, and i'm going to add the lazy loading to all of the images. i do want to just clarify that the issue i am having is with regard to genuine lag of the website, it really seems to bog down the cpu and makes me feel like my computer is a dinosaur. i don't know what could be causing it, i'm losing my mind trying to troubleshoot ;_;
kkbkkb
2 months ago
i cannot wait to see what you come up with by hand!! i love when people are heavy on rainbows >:3
bandaid91
2 months ago
hihi thankyou so much !!!! and also its lifesaver isnt it ? it makes overlays and stuff so much easier
seaofstars
2 months ago
oh my gosh!!! thank you so much!! I always thought my site was so simple compared to everyone else's lol, I'm so happy to be of inspiration!!!! :)
kkbkkb
2 months ago
i gotchu @fabled!! credits to sky at skykristal.art, here's her tips & tricks page for status.cafe!! https://skykristal.art/Blog/posts/2025-04-14-Statuscafe-Tricks . definitely gonna get working on my microblog this weekend >:D
thats the worst :( my site is centered like this: the whole site is within these divs. Maybe try to add that and adjust the numbers as needed?
div style="height: 935px;" div style="width: 400px; margin: 0 auto;” div style="position:relative; left: -75px; top: -200px;"
hey, thank you for the suggestion! i've actually been working with those properties all evening and placing the properties in different spots in my CSS and have been trying to find the right combination but nothing is working @___@ i honestly just wanna give up this is getting so frustrating lmao ;_;
For centering, the easiest way would be to set a width for your main div and add a margin: 0 auto; to it. The zero can be changed to whatever value you need for top and bottom margins. I can't check your website right now but if you need any help, I'm available tomorrow :D
thank you, kuroi, for offering your time!! pls HMU at some point tomorrow whenever you're available and i'd really appreciate whatever guidance you can provide!! :')
You can't center a div, you can only center yourself
Ok! I'll leave a message on your chatbox this afternoon when i get more free time!