I found this great resource https://www.youtube.com/watch?v=N0NtdE5Y2ZE that shows some great tips from Tips and Reminders Before Moving a Laravel App to Production and of course I wanted to share these tips with you.
Use
npm run prod
to make your js file smallerUse https://imageoptim.com/api to make your photos smaller and better quality
make sure there is https://realfavicongenerator.net/
Check the meta tag for the graph https://htmlhead.dev/
Make sure your site is working properly on all browsers and mobile devices https://www.browserstack.com/
Website analytics https://usefathom.com/
Manage Your DNS Records https://forge.laravel.com/
Make sure you have multiple database backups https://ottomatik.io/
Make sure you have some kind of uptime monitoring for your site https://uptimerobot.com/ - https://ohdear.app/
I tried to present some basic points, but to go deeper, visit the source.
I hope you enjoyed with me and I adore you who search for everything new.
Top comments (0)