Hacker Newsnew | past | comments | ask | show | jobs | submit | NickHodges0702's commentslogin

Thanks for this. This is exactly our viewpoint and what we are trying to do.

Thanks for giving it a look.

We've had people tell us the site is slow. We are looking into it. It seems somewhat hit or miss.....

And do you mean the commenting process, or just the site itself?


It seems as the "spotlight effect" causes most of the performance issues. The mousemove event seems to trigger a reflow when you hover some of the sections and/or scroll down. There's also a constantly running CSS animation that uses a lot of CPU time.

I have no idea why you're setting the style property of those elements every time you move the mouse, but I suppose that's what the Astro component you're using does.

Also as a hint: Never use subpixel values in CSS, they'll make everything slow. You could've used the JS "value | 0" or "value.toFixed(0)" trick to make it an integer and to prevent the floating precision from messing up the stylesheets. Some browsers (like Safari) will ignore values when they have more than 4 digits after the dot.

I'm writing this because you're setting the style property to something like this (copied out of the Inspector):

> radial-gradient(500px circle at 325.25px 188.38333129882812px, var(--spotlight-color, rgba(139, 92, 246, 0.18)), transparent 50%)


Thanks for all this. We'll look into it. Perhaps we tried to be too "cool" by half....

Thanks for this great feedback.

I get where you are coming from. I do -- I have much the same attitude after years of online discussions.

And I get that it wouldn't be for everyone everywhere.


Ouch -- not good. Thanks for letting us know.

Thanks for the feedback! We'll look into this kind of thing -- others have said the same thing, that two sides of the same coin get treated differently.

Thank you.


Hey! Thanks so much for giving a good effort and for letting us know what happened.

This is exactly the kind of thing we need and want to know. I'm grateful.

Glad you would be interested -- appreciate it!


Yes, that's what we are looking for here! :-)

Yeah, we have the idea of a "Discussion Arena" for people who have proven that they can be good-faith actors to discuss topics of interest.

Thanks for the feedback.

One of the ideas we have is a "Discussion Arena" where a small group of informed people who are good-faith actors have a conversation, and the "Audience" can have side conversations that are moderated by Respectify.

There may be sucha thing now, but I'm not aware of it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: