Laravel Octane: supercharge your Laravel applications

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 176

  • @ederolima
    @ederolima 5 месяцев назад +123

    You're one of the best tech content creators out there. I don't even write PHP but I still watch your videos.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +10

      That makes me so happy. Thank you!

    • @Kane0123
      @Kane0123 5 месяцев назад +6

      I second this. Still got no interest in PHP but Aaron is always worth listening to - who knows when one of these gems of knowledge will pay off.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +6

      Yall are too kind. I appreciate it!

    • @rafaelhernand3z
      @rafaelhernand3z 5 месяцев назад

      Aaron++

    • @JagaSantagostino
      @JagaSantagostino 5 месяцев назад

      Same here 😅

  • @ahmad-murery
    @ahmad-murery 5 месяцев назад

    I wonder how this may affect some of things we usually do in PHP like user authentication/authorization for example.
    also, what about memory optimization, It's always a tradeoff between make things faster and make it less resource hungry.
    One must think twice before using Octane or similar tech.
    Thanks Aaron!

  • @Soulis98
    @Soulis98 5 месяцев назад

    Lets gooooo!

  • @ThePandaGuitar
    @ThePandaGuitar 5 месяцев назад

    I click like before I watch, and I don't even use PHP

  • @driden1987
    @driden1987 5 месяцев назад +47

    Aaron, I watched your planetscale MySql videos and I don't use MySql.
    Now I watch your Laravel videos and I think I only wrote a couple of php lines for Uni like 7 years ago.
    Looking forward to all your content!

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +5

      You're the best. Thank you for stopping by!

    • @GalaxyGazer929
      @GalaxyGazer929 5 месяцев назад +1

      ​@@aarondfrancis what are planetscale MySql videos? I'm unable to find them on your channel?

    • @Gornius
      @Gornius 5 месяцев назад

      @@GalaxyGazer929 They're on planetscale's channel. He used to be a host there.

    • @nathanbrown2640
      @nathanbrown2640 5 месяцев назад

      ​@@GalaxyGazer929 Aaron did videos for PlanetScale's RUclips channel - they are a company that host MySQL databases in the cloud for you. Aaron has a fantastic ability to explain a problem with both its motivation and beautiful solution. Genuinely found it so helpful for my own MySQL work, even though we don't use PlanetScale. Go look up their RUclips channel for the vids. 😊

    • @kylclrk
      @kylclrk 5 месяцев назад

      @@GalaxyGazer929 Aaron used to work for Planetscale, so he has a lot of videos over on their channel.

  • @johnrudolphdrexler
    @johnrudolphdrexler 5 месяцев назад +35

    our boy is back

  • @brunocmesquita
    @brunocmesquita 5 месяцев назад +17

    I know you may hear this a lot, but I watch your content gracefully and am not a PHP developer. Great work! And by the way, I must say that the PHP community has many cool people.

  • @GalaxyGazer929
    @GalaxyGazer929 5 месяцев назад +27

    1. Got recommended
    2. watched your video
    3. subscribed

  • @AmeerHamza-cy6km
    @AmeerHamza-cy6km 5 месяцев назад +4

    laravel octane is great until client asks you to put on shared hosting

  • @umairsaeed5925
    @umairsaeed5925 5 месяцев назад +9

    dudeeeeee no wayyyy I was searching for laravel octane just 5 min before this video

  • @errores-me6yu
    @errores-me6yu 4 месяца назад +1

    barryvdh debugbar is very buggy with swoole, because it doesnt clear memory

  • @EduAnmoldeep
    @EduAnmoldeep Месяц назад +1

    So good content man, I really wonder why not yet hit 500K, under rated channel, deservesss sooo sooo moree!

  • @n3storm
    @n3storm 5 месяцев назад +3

    with octane frankenphp (or any other) multinenancy (subdomain) becomes a nightmare, curiosly it doesn't happen with frankenphp+caddy.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +2

      Ah interesting, I haven't tried that.

  • @RipperGamming4607
    @RipperGamming4607 19 дней назад

    how can i test this in local porject the "wrk" command not working...is their any package required for installation??

  • @gosnooky
    @gosnooky 5 месяцев назад +1

    I've always wondered something about PHP - since it has to "boot" the application on each request, does it actually load all the PHP files that are included/required each time or does it cache them somehow with file watching so it recognizes changes to files? PHP seems to run so fast, but I/O operations are expensive.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      There is a thing called the OPcache that prevents IO thrashing www.php.net/manual/en/book.opcache.php

  • @idemous
    @idemous 5 дней назад

    per non fare bloccare php o mysql bisogna settare ulimit, sia del sistema operativo che di mysql

  • @razvancomsa2276
    @razvancomsa2276 4 месяца назад

    I'd really really like to use this but only for a new green field project ... There's a lot of hidden gotchas that I don't fully understand how it will impact the system and also a third party ecosystem. Octane breaks the default shared nothing architecture imo and it's a bit scary for me. I think the only way is to bite the bullet it and try to fix the issues as they appear in production ...

  • @_whatistruth
    @_whatistruth 5 месяцев назад +1

    "wrk" alternative for windows?

  • @siyabdev
    @siyabdev 5 месяцев назад +1

    What about using it in production? and BTW, what package/tool are you using for this `wrk` mock fake requests load stuff?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +2

      Yup you can use it in production quite easily! Especially with Forge. You just need to make sure you reload your workers on deploy as mentioned (just like your queue workers)

  • @VibhuthaKumarage
    @VibhuthaKumarage 3 месяца назад

    What is that chrome extension you are using?

  • @shad966
    @shad966 5 месяцев назад

    Thanks a lot Aaron. I just wanted to ask: "How do I host My Laravel app using Octane with FrankenPHP in a production Linux VPS server."

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      I haven't ever worked with FrankenPHP so I'm not sure. I bet the docs are great

  • @tiagocouto9270
    @tiagocouto9270 5 месяцев назад +1

    it's because of you Mr Francis... now I'm here trying to understand why I've made the choice that I've made... re-learn laravel and watch mad max's high octanes. One person enters, a wiser one leaves

  • @theblckbird
    @theblckbird 5 месяцев назад +1

    lol, the official Laravel Channel is currently doing the same kind of series
    But anyway, great video! Finally someone who explains this system :]

  • @SimoneFolador
    @SimoneFolador 5 месяцев назад +1

    Thanks Aaron! I watched this video with great pleasure. The way you introduce Octane, as well as other arguments, is as always so easy to understand. Well done

  • @linuxgeex
    @linuxgeex 5 месяцев назад

    This series has way too much internal jargon. Thins are referred to using insider knowledge that new users will know nothing about. That's super unhelpful.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      This was the first video in the series. Thanks for the feedback

  • @after_alec
    @after_alec 5 месяцев назад +1

    Wake up babe, Aaron’s back

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      "babe you gotta stop waking me up to tell me about your internet friends" - alec's partner (probably)

  • @cahayadev
    @cahayadev 3 месяца назад

    Missing Swoole Extension.
    When i do php artisan octane:start
    How to fix it

  • @ivanjelenic5627
    @ivanjelenic5627 2 месяца назад

    Thanks!

  • @chrisfidao6727
    @chrisfidao6727 5 месяцев назад +2

    Love Octane, especially in containers for reasons more related to logging than anything else 😂

    • @dadamssg87
      @dadamssg87 5 месяцев назад

      Hey Chris, how does octane in containers help with logging? Do you know if Log::withContext() works with octane?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      I had to watch your video on Nginx + php-fpm to make sure I understood it before I recorded this video

    • @dadamssg87
      @dadamssg87 5 месяцев назад

      Hey Chris, how does octane in containers help with logging? Do you know if Log::withContext() works with octane?

  • @AtomicPixels
    @AtomicPixels 5 месяцев назад

    Video intro…until that scribble. 🤢

  • @Voltra_
    @Voltra_ 4 месяца назад

    Does Octane and/or its driver provide synchronization mechanisms to properly mutate shared state?

  • @languagelearningexperience6814
    @languagelearningexperience6814 5 месяцев назад +1

    So happy you're back!!! 🎉

  • @shavras76
    @shavras76 5 месяцев назад

    Hi Aaron, how to run Octane in standalone ?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      Not sure I understand the question. Sorry!

  • @Leonhart_93
    @Leonhart_93 5 месяцев назад

    Everyone just shows the default localhost tutorial. I found that it's stupidly obscure to configure in a prod server environment. The default address and port doesn't seem to work, when it set to to https it doesn't like the certificates and so on. After many variations I still couldn't get it to work in prod.

  • @aogunnaike
    @aogunnaike 5 месяцев назад +1

    Does that mean there's no need for redis for caching?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      Octane cache is strictly stored in memory and is cleared when you roll the worker, which you would on every deploy. So there are some tradeoffs!

  • @vishaldinesh
    @vishaldinesh 5 месяцев назад +1

    Hey Mr. Dunphy, glad to see you back ❤

  • @balodoc
    @balodoc 3 месяца назад

    Nah, not for me. What makes Laravel great is it has a lot of first party package and that's the same reason that it makes the worst framework - it's just selfish, I like Symfony more

    • @aarondfrancis
      @aarondfrancis  3 месяца назад

      I don't understand that logic at all but I'm happy you found something you like

    • @balodoc
      @balodoc 3 месяца назад +1

      @@aarondfrancis don’t worry about the logic, keep posting Laravel vids, that’s where the money is, that’s where market is, great job!

  • @zoiobnu
    @zoiobnu 5 месяцев назад

    I code with python and C# and i'm here watching a video about Laravel, kkkkk

  • @mityukov
    @mityukov 5 месяцев назад

    Everyone's saying "you should approach writing your code differently with Octane" and I couldn't agree more... But how different exactly? Maybe, a screencast of turning some legacy app into an Octane-grade one with all the nuances explained? 😅

  • @TheArmanist
    @TheArmanist 5 месяцев назад

    Very nice video, and great explanation, looking forward to see more videos about octane, especially the process of installing and configuring it on server

  • @techietoons
    @techietoons 5 месяцев назад

    How to use it in production?. I am using VPS. I need to do php artisan octane:start, then what. How so i point my domain to this ?. Or do i still needs nginx/apache to catch the request and forward it ?.

  • @hanzofuma
    @hanzofuma 5 месяцев назад

    All this time, I was taught that php-fpm was made to resolve the issue of creating and killing the PHP process with every request.

  • @ttng_
    @ttng_ 5 месяцев назад

    love it! never used php but this is pretty cool considering laravel is being bootstraped on-request

  • @fiskegalendbpk
    @fiskegalendbpk 5 месяцев назад

    Been using octane on a project since August, and gotta say, it's surprisingly easy to get up and running. Haven't felt the performance yet but I imagine that'll come in handy once it goes live.
    Also, Octane tables with Swoole rocks!

  • @deideideidei
    @deideideidei 5 месяцев назад

    basically no real impact on low user apps like mine? sadge :((

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +2

      Do not be sadge! Rejoice that you're smart enough to not prematurely optimize. That puts you way ahead of your peers

    • @deideideidei
      @deideideidei 5 месяцев назад

      @@aarondfrancis agree! love your content. gonna wait for more!

  • @nym49
    @nym49 5 месяцев назад

    First time I understood what this was doing 👍

  • @kennedymwenda3357
    @kennedymwenda3357 5 месяцев назад

    Now you've made me not to learn Python FastAPI

  • @wcrb15
    @wcrb15 5 месяцев назад

    It's so cool that Laravel has this now! Magento/Adobe Commerce just released their new application server that is based on OpenSwoole and has the same idea.

  • @DanelonNicolas
    @DanelonNicolas 5 месяцев назад

    super nice! love the way to explain things :D I'll love to see the future of this playlist :D

  • @FarazSamapoor
    @FarazSamapoor 5 месяцев назад

    It's always a treat watching your educational videos, Aaron. You guys rock!

  • @jondoe79
    @jondoe79 5 месяцев назад

    Crash the thumbs up button guys, the man is back!

  • @Pbertrand_dev
    @Pbertrand_dev 5 месяцев назад

    High quality video! thanks

  • @PhiloDev
    @PhiloDev 5 месяцев назад

    That intro animation is on point! Amazing quality as always 😎

  • @ComfyCosi
    @ComfyCosi 5 месяцев назад

    Honey, wake up, the new Aaron Francis content is here

  • @mike-2342
    @mike-2342 5 месяцев назад

    *aaron fan club long applause* great video!

  • @Healvia
    @Healvia 5 месяцев назад

    6000 requests, very insane....

  • @rogerochadev
    @rogerochadev 5 месяцев назад

    great fucking video

  • @cowgod77
    @cowgod77 5 месяцев назад

    So great to have your excellent videos back in my feed!

  • @Radiosabines
    @Radiosabines 5 месяцев назад

    Thank you for sharing Sir, i drink your words !

  • @feelingfun5149
    @feelingfun5149 4 месяца назад

    Finally - a concise and clear explanation!

  • @nm6x
    @nm6x 5 месяцев назад

    I’ll follow you anywhere boss!

  • @MrZax-kl5si
    @MrZax-kl5si 5 месяцев назад

    Love your content man

  • @bronsoncc
    @bronsoncc 5 месяцев назад

    good to see you again! looking forward to more

  • @armaandhanji2112
    @armaandhanji2112 5 месяцев назад

    Amazing content. By the way, I might have missed it but why did most of the requests fail on the wrk test for Octane again?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      I think they're just 500 errors from load!

  • @HamzaAlAzhar
    @HamzaAlAzhar 5 месяцев назад

    Great content, Aaron!

  • @himanshuahujaofficial7813
    @himanshuahujaofficial7813 5 месяцев назад

    As always great content, appreciate all the content you do. We all would love to see some series on databases from basis to becoming expert on databases.

  • @richardberubedev
    @richardberubedev 5 месяцев назад

    Me at 6:50 : Why is it not on by default ?
    Aaron at 7:00 : the question is going to be why would you not use Octane?
    Moral of the story, wait for the end before asking any question on Aaron videos 😂

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      Haha whew, glad I answered it!

  • @pmareke
    @pmareke 5 месяцев назад

    Love it Aaron, congrats!

  • @ricko13
    @ricko13 5 месяцев назад

    hey Aaron you look like the adult version of George Little (from the Stuart Little movie)

  • @zain-adam
    @zain-adam 2 месяца назад

    so what's the catch?

    • @aarondfrancis
      @aarondfrancis  2 месяца назад

      I think I cover the catch at the end? You have to code in a slightly different way w.r.t. statics

    • @zain-adam
      @zain-adam 2 месяца назад

      ​@@aarondfrancis thanks for the reply but I mean more like measurable catches like minimum RAM is increased or something like that and if it's not at all, well, with all due respect the "code slightly different" might be just a micro catch for a higher purpose. again, thanks in advance.

  • @MundoTecChannel
    @MundoTecChannel 5 месяцев назад

    i love you Aaron Francis

  • @kirayamato6128
    @kirayamato6128 5 месяцев назад

    love you Aaron ❤️!

  • @tanzimibthesam5861
    @tanzimibthesam5861 5 месяцев назад

    wow you are back though I expected a sqlite course. Keep going

  • @justinclarketx
    @justinclarketx 5 месяцев назад

    Love it! Is there a way we could support you directly? Like Patreon?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      You're kind to ask. Nope, just tell your friends!

  • @nodistractionsjustgoandstu1842
    @nodistractionsjustgoandstu1842 2 месяца назад

    Make a playlist

    • @aarondfrancis
      @aarondfrancis  2 месяца назад

      Sure, with what on it? Sweet summertime jams or something else? If you want a "what is Laravel" playlist you need only to look at my channel, as that already exists 🤝

    • @nodistractionsjustgoandstu1842
      @nodistractionsjustgoandstu1842 2 месяца назад

      @@aarondfrancis something like get started with Laravel here. a playlist of getting started as a Laravel dev

  • @johnkarani2477
    @johnkarani2477 5 месяцев назад

    This is awesome.

  • @peteremad5228
    @peteremad5228 5 месяцев назад

    love your videos ♥

  • @artisandev1097
    @artisandev1097 5 месяцев назад

    Wow! Thank you Aaron 🙏

  • @JustinJackson
    @JustinJackson 5 месяцев назад

    This is 🔥

  • @DarylLegion
    @DarylLegion 5 месяцев назад

    Aaron delivers.

  • @a2zcourse
    @a2zcourse 5 месяцев назад

    thank you,

  • @tom_zanna
    @tom_zanna 5 месяцев назад

    I love your videos: well balanced between intuition and technicality

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      Thank you! I appreciate that a lot

  • @mikethetreeclimber7
    @mikethetreeclimber7 5 месяцев назад

    Just join the laravel core team already would ya!!

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      Haha! I just started my own company 🙊

  • @LenWoodward
    @LenWoodward 5 месяцев назад

    first.

  • @edhahaz
    @edhahaz 5 месяцев назад

    Oh wow php was doing cold starts before it was cool

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      We've had it all, for forever!

  • @chrispian
    @chrispian 5 месяцев назад

    Best explainer of Octane. You're a really good educator. I have a project that I'm working on that will benefit from this greatly. Best to do it now while it's just getting started. Also, sqlite when? ;)

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +2

      Soon 🤐🤐

    • @chrispian
      @chrispian 5 месяцев назад

      @@aarondfrancis I had a feeling you were cooking something up. Looking forward to it. (not actually in a hurry ).🤣

  • @ahmedabdelaal6538
    @ahmedabdelaal6538 5 месяцев назад

    Laravel Is stateless , With Octane laravel became statefull
    Great explanation, Thanks you Aaron

    • @wonderful-p7z
      @wonderful-p7z 5 месяцев назад

      and this is bad stateless is always better as prevent lots of bugs

    • @ahmedabdelaal6538
      @ahmedabdelaal6538 5 месяцев назад

      @@wonderful-p7z it’s about the use-case, we cannot say that in general a lot of frameworks like rails or node are statefull

  • @mikulcek
    @mikulcek 5 месяцев назад

    Aaron, thank you for keeping it bright and consistent! Finally, a video that doesn't feel like a strobe light test.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      2024 is the year of light mode for me!

    • @mikulcek
      @mikulcek 5 месяцев назад

      @aarondfrancis It's tedious to get dark mode right in the browser for simple examples. Matching the IDE theme to the browser background just seems smoother. Maybe I'm just nitpicking, though. Anyway, I love your phoenix moment-it's truly inspirational for all of us grinding away! Your attention to detail, even down to matching themes, showcases your resilience. Keep up the great work; there are many of us rooting for you!

  • @saeedvaziry
    @saeedvaziry 5 месяцев назад

    But let's not forget that the real magic is being done by Swoole, RoadRunner and ...

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      Of course

    • @saeedvaziry
      @saeedvaziry 5 месяцев назад

      @@aarondfrancis btw, great video 💪

  • @KleiverCarrasco
    @KleiverCarrasco 5 месяцев назад

    Good video, I had a question, with octane, what PHP should be used? TS or NTS?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      Sorry I'm not sure what you mean TS or NTS

    • @KleiverCarrasco
      @KleiverCarrasco 5 месяцев назад

      @@aarondfrancis oh, i mean php thread safe or non thread safe

  • @grenadeflicks
    @grenadeflicks 5 месяцев назад

    Curious to know if you can run different octane applications on the same server. Has anyone tried that? Great video keep them coming

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      That's interesting! I'm sure it's possible but I haven't tried it

    • @grenadeflicks
      @grenadeflicks 5 месяцев назад

      Yeah I have a couple of bare metal servers with forge and I have a couple customers on each I am curious how octane would behave. Might need tweaking.

  • @karanahlawat9106
    @karanahlawat9106 5 месяцев назад

    Totally unrelated, but what's that font in your terminal? It looks a bit narrower than your regular JetBrains Mono

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      I think it is just jetbrains mono!

    • @karanahlawat9106
      @karanahlawat9106 5 месяцев назад

      @@aarondfrancis Fair, Macs just render fonts better 😄

  • @AirCode7
    @AirCode7 5 месяцев назад

    missed you dude❤

  • @CodingWithTaaxo
    @CodingWithTaaxo 5 месяцев назад

    is Laravel a thing in 2024?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      You have no idea how much of a thing it is in 2024

  • @KrishnaChaitanya-jm7eq
    @KrishnaChaitanya-jm7eq 5 месяцев назад

    Now with octane, do we even need nginx?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      In production yeah, you'll want nginx for static assets I think

  • @yezperdk
    @yezperdk 5 месяцев назад

    Miss your PlanetScale videos! What happened?

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад

      I got laid off!

    • @ahmad-murery
      @ahmad-murery 5 месяцев назад

      @@aarondfrancis Better for you Aaron, keep going and never lookback

    • @yezperdk
      @yezperdk 5 месяцев назад

      @@aarondfrancis Damn. Sorry to hear that. Best wishes!

  • @rafaelhernand3z
    @rafaelhernand3z 5 месяцев назад

    Miss the SQL content! I only followed Planetscale because of your great work! If you're not part of Planetscale I'll be Unsubscribing 😢

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +1

      I'll be doing SQL content here!