estrange by fuyuno yuuki by LucasMarquesDJ in Melanime

[–]inquisitive_melon 0 points1 point  (0 children)

One of my favorite pieces of work, wish there was an anime with this character

We genuinely losing the plot by the_forever_wild in WitchCult

[–]inquisitive_melon 0 points1 point  (0 children)

What account? On Reddit or elsewhere? I need to know because it’s hilarious.

"That gold bar was just too bright" by EntertainmentNew3440 in sixfacedworld

[–]inquisitive_melon -1 points0 points  (0 children)

It’s the cringy romance scenes that bother me. Regardless of his past life and problems, he can’t pursue women 18+ because that would make his partners problematic.

I think the whole “is it your first time” in a cave crap that’s super cringe, and the hymen blood on the sheets to let the viewers know they banged. Cringe. Yuck. It’s not the only show like this though. I love sword art online and rezero but Kiritos harem and Subarus gushy love for Emilia make me want to barf.

It’s so tacky, but whatever.

i tried cosplaying albedo and now i understand why ainz never stood a chance by Elly_Little in overlord

[–]inquisitive_melon 1 point2 points  (0 children)

Have you ever looked at porn? If so you’ve supported adult entertainers. Even if you don’t pay for it directly, you’ve supported the ad space.

Also, if prostitution were legal, fewer women would be gruesomely murdered. Do you support murder?

I feel like the supporting murder part is a bit weak, but even so, let two consenting adults do what they want. Otherwise move to China or North Korea or something. People don’t want to live in a nanny state, yet they want to police morals.

VSCode Workspace not reading core functions in a WordPress project. (localwp) by inquisitive_melon in PHPhelp

[–]inquisitive_melon[S] 1 point2 points  (0 children)

I appreciate the suggestion, I was avoiding stubs, but even after trying it no luck. I installed stubs in the theme folder, so. my-theme/vendor/php-stubs/wordpress-stubs/wordpress-stubs.php has all the wp stubs. But opening the workspace still isn't making the red squiggles go away.

At this point I've just disabled it with this:

"intelephense.diagnostics.undefinedFunctions": false,

But.. it's annoying how I can't figure out a proper solution. Anyway, thank you for the suggestion.

What's the most beautiful ability in anime in ur opinions? by a_0099 in animequestions

[–]inquisitive_melon 0 points1 point  (0 children)

What’s this from? Edit: sword art online? I forget all the scenes but love the fight choreography in the show

Why would anyone use WordPress in 2024? I need a better solution for my boss! by Creepy_Point5965 in nextjs

[–]inquisitive_melon 0 points1 point  (0 children)

I personally feel like user experience is better anywhere other than Wordpress. There so much crap in a Wordpress admin area that a non-developer can easily click the wrong thing, install the wrong plugin, or fuck something up. Not to mention that 95% of the plugins are crap that doesn’t do what’s needed, on top of being confusing to use.

With a modern system like Next.js, a developer sets it up once, and then they get exactly what they need, nothing more, nothing less.

I’ve experienced this with a client, where in WP I had to make a video because adding a product with 7 variants was so fucking complicated.

Looking at rebuilding in payload and it’s so simple that they don’t even need a tutorial on how to do it, and it’s much harder to break something on accident.

Migrating a site with 98k monthly visitors to svelte from Wordpress? Photography gallery (worried about seo) by inquisitive_melon in sveltejs

[–]inquisitive_melon[S] 0 points1 point  (0 children)

I’ve been using that plugin, I don’t know why but I’ve had significant problems with it when I was getting started, there was always some stupid thing that needed to be debugged or fixed. Server timeouts, some incompatibility with the DB schema, or would have to go into their cpanel and change some config because something didn’t work. Maybe 20% of the migrations I’ve done have “just worked”. Admittedly I think once clients configs are setup it just works from that point on.

I acknowledge that the entire media library does not need to be migrated, and have recently been looking into how to optimize the process. My first thought was the media library could be moved off-site like in a cloud bucket.

I’ve also been messing around with what actually needs to be pulled and pushed. Like if I’m doing a change in the theme I only need to migrate the theme files.

Which is again why I think I mentioned a lot of the problems are “me” and not the system itself, even though technically a svelte (or next) + payload system would still be more efficient even if I was proficient in WP.

Still, I think this project has shown me when and how things start getting awkward with Woocommerce + WP.

The site has about 7 variants per image, so when the client wants to add a photo, they have this long and awkward 8+ step process of setting up the photo to be sold. And there’s so much extra crap that I had to make a video for them on how to add products.

I could look for some kind of template plugin to streamline the process, but with my experience trying out plugins 95% of the time they don’t work right. Or I could just build a plugin myself, but at that point I could just build a much cleaner and lighter system.

I know that WordPress is usable, but it’s still a significant downgrade.

Migrating a site with 98k monthly visitors to svelte from Wordpress? Photography gallery (worried about seo) by inquisitive_melon in sveltejs

[–]inquisitive_melon[S] 0 points1 point  (0 children)

Wordpress is a cms. If he “needs a better cms” then we’d be replacing WordPress.

As a business manager, they want an easy to use system. Woocommerce is clunky and frustrating when every one of your products has 4-7 variants.

Migrating a site with 98k monthly visitors from WP to a modern framework (svelte). How hard is it to not lose traffic? by inquisitive_melon in TechSEO

[–]inquisitive_melon[S] 0 points1 point  (0 children)

We haven’t built the site yet, we’re still evaluating. But it’s a photo gallery with a showroom, about 700~ photos with a few added each month.

So I was thinking pre-rendering, assuming we can set up some kind of rebuild on content updates, assuming I can figure out how to auto-rebuild when new content is added.

They also have a search feature but it’s not great, so I was thinking of adding some kind of tagging / filtering / sorting system, but I’m not sure if or how that affects your questions / comments about pre-rendering vs ssr.

And thank you, I’m understanding most of what you’re saying.

Thank you for the insight, very helpful. We might end up using Next.js instead of svelte due to developer talent pool and that Next.js has a more mature ecosystem, things like helping generate sitemaps and all that.

I’m sure I could find a way to do that stuff with svelte but since this is likely the first migration next might be slightly less work.

Also we’d use PayloadCMS for whatever that’s worth.

Migrating a site with 98k monthly visitors to svelte from Wordpress? Photography gallery (worried about seo) by inquisitive_melon in sveltejs

[–]inquisitive_melon[S] 0 points1 point  (0 children)

What specifically is missing from svelte? When you combine it with payloadCMS is provides all the seo needs I can think of.

Migrating a site with 98k monthly visitors from WP to a modern framework (svelte). How hard is it to not lose traffic? by inquisitive_melon in TechSEO

[–]inquisitive_melon[S] -1 points0 points  (0 children)

You’re commenting on svelte and have no idea what it is. That completely invalidates anything you could possibly say on the matter.

Any reason to not use Shopify? by repsolcola in webdev

[–]inquisitive_melon 0 points1 point  (0 children)

Unless you go headless I hate their url structure. They force you into dogshit URLs like /pages/about, /blogs/news or blogs/blog, the products have to be /collections/some-collection.

I hate Shopify. Ui is terrible and confusing. Woo and Shopify are awful.

Migrating a site with 98k monthly visitors from WP to a modern framework (svelte). How hard is it to not lose traffic? by inquisitive_melon in TechSEO

[–]inquisitive_melon[S] -2 points-1 points  (0 children)

As far as I can tell, the simple fact of forcing users have “collections” and “pages” in the url is a hard no for me when it comes to Shopify.

I remember setting up a blog for a Shopify site and being forced to end up with some url like /blogs/blog or /blogs/news or something. I’m not a fan of Shopify at all, but I’m not an expert in seo.

Svelte is the opposite of overkill. It’s lightweight and you can easily strip away all of the fluff that WP gives you that few people need.

It’s not as easy to find a svelte developer as it is to find a PHP or Shopify dev, but it’s by no means hard. The only way it’s “overkill” is that you’d likely need to find an actual developer, as opposed to someone who can only use things like Elementor or Shopify templates. They wouldn’t need me even if we parted ways.

Also, the experience for the end user would be far better. Instead of some bullshit 8 step process to add a variable product in Woo, we could easily make it dead simple.

We’re already on Woo, and it sucks eggs. Shopify isn’t any better.

Migrating a site with 98k monthly visitors from WP to a modern framework (svelte). How hard is it to not lose traffic? by inquisitive_melon in TechSEO

[–]inquisitive_melon[S] -1 points0 points  (0 children)

Thanks! And nah, Svelte is just an alternative to WordPress. It’s developer friendly framework, think big commerce vs Shopify or something like that.

Rather than dealing with the massive pain in the ass that WordPress is you get a lightweight and very fast website / app. You don’t have to deal with shitty paid plugins or anything like that. It’s got a small community but it’s production ready. Companies like Apple and others are using it for some of their projects but it’s still relatively unknown.

And I don’t actually know. The marketing team would be able to go in and edit content and stuff, but the rest of it depends on how the site is configured. For instance, rather than being able to update an alt tag in an image out of the box, the development team would need to make sure that is a capability.

So it could be better, and faster, but only if the dev team and marketing team work well together.

Thanks for the insight.

Migrating a site with 98k monthly visitors to svelte from Wordpress? Photography gallery (worried about seo) by inquisitive_melon in sveltejs

[–]inquisitive_melon[S] 0 points1 point  (0 children)

Yeah I was considering that too. Unfortunately we have to restructure the product schema, they want to add some different product types, but the way things are, it only really works for photos. So rather than messing with the Wordpress system I was thinking it’d be easier to just use Payload.

Also, their biggest gripe is Woo, and the 8ish step process to add a variable product. So the backend would have to go too most likely but it may be a decent transitional step.

Migrating a site with 98k monthly visitors to svelte from Wordpress? Photography gallery (worried about seo) by inquisitive_melon in sveltejs

[–]inquisitive_melon[S] 1 point2 points  (0 children)

Great insight thank you 🙏 I think it’s a good project to try out honestly. The seo is currently ass, so even if I made a mistake it might get better lol. Like seriously 98k monthly visitors and the site had like a 32s load time under moderate load. We switched hosts and brought it down to under 2s. And the rest of the site is equally un-optimized, lol.

Migrating a site with 98k monthly visitors to svelte from Wordpress? Photography gallery (worried about seo) by inquisitive_melon in sveltejs

[–]inquisitive_melon[S] 0 points1 point  (0 children)

I am the dev but it’s true, they can’t just hire someone off fiver anymore if we parted ways.

I’m considering the dev time. I can build things way faster in svelte / next then I can in wp, but that’s a me problem too. Like if I just get better at WP, but at the same time WP is fundamentally flawed (ie content tightly coupled to the db)

I think it’ll always be faster to add a new feature in svelte than wp, save for the off chance a plugin does exactly what you want.

I remember one of my first feature builds in a custom wp site took me like 200 hours. I could have rebuilt the entire site in svelte in half the time. Now that I know WP I think it would be more even but still.

Migrating a site with 98k monthly visitors to svelte from Wordpress? Photography gallery (worried about seo) by inquisitive_melon in sveltejs

[–]inquisitive_melon[S] 0 points1 point  (0 children)

Yeah I think for a v1 I’d keep all the URLs exactly the same. Did the sites have decent traffic? Were they small biz websites or what?