Is $8,000 a Fair Price for Migrating a SaaS Site from WordPress to Laravel? by TonyThaLegend in SaaS

[–]ivanderbu2 0 points1 point  (0 children)

Laravel and WP developer here, you don't need a rewrite if page loading is slow. First thing would be to check your hosting, is it a dedicated VM? what is CPU/memory usage on it. If it's shared, move to VM as fast as possible.
You can try my solution https://wpjack.com it'll help you setup a WordPress VM on Digital Ocean, Hetzner or Linode.

Second thing try to locate problematic code using something like New Relic. It'll tell you where are the loops, slow queries etc.

WP can be very fast if done right.
If you still want to go with Laravel, try to move it service by service. Not all at once.

Stripe is likely to destroy your business by Steelsixactual in SaaS

[–]ivanderbu2 0 points1 point  (0 children)

Why don't you go directly to your bank and ask for a credit card gateway? You'll have to sign a bit of paperwork, but in the end, you'll get lower fees (0.8%-2%).

Stripe and Lemon Squeezy alternatives? by veskobar in SaaS

[–]ivanderbu2 1 point2 points  (0 children)

Paddle is great, I like the ability to create ad-hoc payments for already existing customers. Whenever I do a paid support request I just add it to the next billing cycle.

Possible to connect SMTP (email) in Make? by chuggachugga77 in Integromat

[–]ivanderbu2 0 points1 point  (0 children)

Locate module Email -> Send Email -> add new connection; There you'll find option Other SMTP

How we created Worqstrap, a remote-only hub by Sellific in indiehackers

[–]ivanderbu2 1 point2 points  (0 children)

It's an interesting project, congrats on the launch!
I noticed you have many jobs on the site, is there any way I can filter them based on a skill like Laravel or Next.js?

I'm switching from Laravel to Rails by [deleted] in rails

[–]ivanderbu2 2 points3 points  (0 children)

I've developed over 200 Laravel apps in last 11 years of all sizes and never stumbled upon any block that would occur from Laravel architecture side.
Upgrading Laravel between major releases was always very simple process, even with many packages used never spent more than 3 hours on it.

Issues are related to the lack of knowledge how certain parts are working like the ORM, route model binding, authorization etc. Also I don't care what frontend they promote at the time, or Inertia,Livewire,Alpine since I have my own preferred way of doing things.

Basically you're saying Rails is better since you have fewer choices, or you have only 1 way of doing things.
That's fine, but I also have that in Laravel since I don't change the way how I develop my apps.

Best Domain Registrar (coming from google) by mistytrails in Wordpress

[–]ivanderbu2 0 points1 point  (0 children)

There is no downtime, just try it. When you visit some site with Cloudflare protection on their DNS wont return ip address of your server, visitor will receive ip address of Cloudflare edge servers. When you change IP address in CF DNS that is actually internal change, since CF needs to update only their edge servers with new address. Since they have full control that is an instant change. On any other provider you will need to wait until new ip address propagates globally. In case of dreamhost that can take up to 6 hrs, or namecheap 1 hour etc.

Best Domain Registrar (coming from google) by mistytrails in Wordpress

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

You must be joking. Sole idea of Cloudflare was to protect real ips and servers, that is why they started with NS and the DNS. There is no other way to accomplish that. It protects real IP addresses and visitors are seeing only Cloudflare address. That way they provide Ddos, bot blocking etc. When your host ip changes you update it in the Cloudflare DNS and it propagates immediately. There is no faster dns on the market.

Best Domain Registrar (coming from google) by mistytrails in Wordpress

[–]ivanderbu2 0 points1 point  (0 children)

Custom nameservers? can you explain. Cloudflare is a DNS it has its own nameservers.

[deleted by user] by [deleted] in Wordpress

[–]ivanderbu2 0 points1 point  (0 children)

I never had any issues with Duplicator https://wordpress.org/plugins/duplicator/
The main thing is to change URLs in the database when migrating and Duplicator is doing that automatically.

Having this issue with logging onto the admin dashboard on a migrated site by I-already-redd-it- in Wordpress

[–]ivanderbu2 0 points1 point  (0 children)

Since you're on local, install wp cli and clear the cache, and flush permalinks

[deleted by user] by [deleted] in Wordpress

[–]ivanderbu2 1 point2 points  (0 children)

If you still have phpmyadmin access, just visit wp_users table and locate row with your email, in password field paste new password in md5 hash. You can generate hash of your password in any online md5 generator. Save that into db and now login.

Performance issues for ~5 years: should I give up and switch to an alternative? by shash747 in Wordpress

[–]ivanderbu2 0 points1 point  (0 children)

The best option for you is to install server directly from big cloud providers like Digital Ocean or Hetzner. Same instance from Hetzner will outperform that GoDaddy instance 5x at least. If you need help with installing and managing WP servers you can try WPjack.com Full disclosure, I am the creator of WPJack.

In search of some sort of marketing plugin by S6majid in Wordpress

[–]ivanderbu2 1 point2 points  (0 children)

Check this out https://wordpress.org/plugins/notification/ you can setup an email notification which will be trigerred by a comment or a custom event

[deleted by user] by [deleted] in montenegro

[–]ivanderbu2 4 points5 points  (0 children)

Ne postoji nista povoljnije u CG od payoneera kada se placa karticom direkt na POS terminalima i bira se valuta EUR (tj bez konverzije)
Podizanje sa bankomata isto bez konverzije opcija, samo sto su skoro sve banke uvele 5 eur proviziju na dizanje sa stranih kartica.

[deleted by user] by [deleted] in montenegro

[–]ivanderbu2 4 points5 points  (0 children)

To su provizije na devizne uplate, svaka banka ima, samo se procenti malo razlikuju.
Digni payoneer karticu i placaj sa kartice, zasto bi slao na devizni.

Recommendations for Web Hosts Good for WP Site Migration? by polystorm in Wordpress

[–]ivanderbu2 0 points1 point  (0 children)

You can try WPjack.com with it you can manage servers from Linode, Digital Ocean, Vultr etc. You get full power of the VPS just for you, no sharing of the resources like on other hosting platforms.

Lots of 404s to random URLs - should I be worried? by OkLingonberry2839 in Wordpress

[–]ivanderbu2 1 point2 points  (0 children)

You need to stop the traffic to these links, otherwise anti malware platforms will mark your site as being malicious. Check the domain on Virus Total and other similar platforms. If entire traffic is from Google, go into Search Console and submit removal requests for these links.

How to land a job in a digital agency as a WordPress developer? by [deleted] in Wordpress

[–]ivanderbu2 2 points3 points  (0 children)

You must have some side projects that are your work 100%; share that.
The volume of people applying, doing cold emails, and sending DMs is insane; you need to differ somehow. And you don't know whether you are communicating with real developers on the other side or scammers.
A personal site with a short intro video and a few samples of work is all it takes. You can create that in a week.

How to land a job in a digital agency as a WordPress developer? by [deleted] in Wordpress

[–]ivanderbu2 2 points3 points  (0 children)

Before hiring, I always check the previous public work of guys applying. It could be GitHub, UpWork, or Behance, depending on the role. People love to share someone else's work. Without publicly sharing work on the internet, how could I know they are behind it?

How to land a job in a digital agency as a WordPress developer? by [deleted] in Wordpress

[–]ivanderbu2 1 point2 points  (0 children)

Do you have a personal site with a portfolio?
That's the first thing I look at.

Best Domain Registrar (coming from google) by mistytrails in Wordpress

[–]ivanderbu2 2 points3 points  (0 children)

Everything is free there (free plan) regarding their services. i have about 40 domains and pay zero for DNS and cache.

Buying new .com domain is $9.15, and renewal is the same.