10,000 Java performance tips over 15 years - what did I learn? by Jack Shirazi

Ғылым және технология

Please subscribe to our KZread channel @ bit.ly/devoxx-youtube
Like us on Facebook @ / devoxxcom
Follow us on Twitter @ / devoxx
After writing "Java Performance Tuning" and founding JavaPerformanceTuning.com, I wrote a newsletter every month for the last 15 years. In that period I've listed at least 10,000 Java performance tips and hundreds of Java performance tools. Here's what I can tell you in under an hour about the most common issues and how to solve them.
Jack Shirazi - Head of Engineering for Nexmo, the Vonage API
Java Champion since 2005
Founder of javaperformancetuning.com
Author of Java Performance Tuning (O'Reilly)
Researched Black Hole Thermodynamics & Protein Structure Prediction

Пікірлер: 38

  • @arunaravamudhan924
    @arunaravamudhan9244 жыл бұрын

    Such an excellent and clear talk. I met Jack in a conference and he is a very down to earth and approachable person. Look forward to more such talks from him.

  • @fatihsenturk649
    @fatihsenturk6494 жыл бұрын

    one of the great talk I've watched, I am gonna watch it again and I will take some notes to further searches.

  • @kedarmhaswade
    @kedarmhaswade6 жыл бұрын

    Unbelievably clear talk. Thank you, Jack.

  • @rydmerlin
    @rydmerlin5 жыл бұрын

    I love this guy as he really wants to share his knowledge and help people with these sorts of issues. I hope we can find his complete talk elsewhere.

  • @nikiforovpizza
    @nikiforovpizza4 жыл бұрын

    Great video, thank you!

  • @diegoramos27
    @diegoramos273 жыл бұрын

    wow this is gold, thank you

  • @audi88
    @audi887 жыл бұрын

    Great talk!

  • @karthickeayan
    @karthickeayan2 жыл бұрын

    searching for some talk like this for years.. finally found one!

  • @king0s
    @king0s Жыл бұрын

    was very informative, makes you want more.. I just wanted to watch 5 minutes of this video, but ended up watching up to 42 minutes without realizing when he starts saying he only has time for two more slides, I was like is 45 min up already? Grateful for such minds.

  • @EvgeniyLyuty
    @EvgeniyLyuty4 жыл бұрын

    the amount of useful information per second -> infinity

  • @cooldudecs
    @cooldudecs6 жыл бұрын

    Brilliant!

  • @wotwot6868
    @wotwot68686 жыл бұрын

    Great talk. Learned a lot. Having knowledge on how the jvm works as well as database internals would nice a nice links as well.

  • @amritamisra1878
    @amritamisra18785 жыл бұрын

    Good explanation...

  • @thunde7226
    @thunde72265 жыл бұрын

    awesome presentation............................thanks Jack Shirazi.......................:) ...........................bye

  • @joelo3004
    @joelo30043 жыл бұрын

    Great talk! Wonder is this presentation slides downloadable ? Thanks

  • @joachimdietl6737
    @joachimdietl67373 жыл бұрын

    I want to double thumbs up! What a nice guy! I think I know him from WWF Rage ;)

  • @87ravigoel
    @87ravigoel3 жыл бұрын

    This is gold

  • @aseembansal
    @aseembansal7 жыл бұрын

    Where can the presentation for this video be found? The speaker mentioned several times it's all in the presentation.

  • @RudhinMenon
    @RudhinMenon2 жыл бұрын

    thanks, excellent talk, curious about how visualvm sampler can help

  • @ManuAnand79
    @ManuAnand795 жыл бұрын

    Did anyone find the JLobby report for Java Persistent options that Jack mentions @13.42 ??

  • @corabora6644
    @corabora66445 жыл бұрын

    Terrific presentation...superb explanations of basic & complex stuff. TY Jack ! One thing I didnt get was why the ref. to RMI...isnt it defunct ? And why on earth 10,000 in the title ??

  • @samuelh5
    @samuelh53 жыл бұрын

    Amazing. Unless "amazing" means "feeling overwhelmed as though lost in a maze." In which case this is the opposite of that. Unmazing.

  • @ravipasumarthy8732
    @ravipasumarthy87323 жыл бұрын

    Where can i download slides?

  • @rameshbabuy9254
    @rameshbabuy9254 Жыл бұрын

    where can we get the slides for this ?

  • @sauravdas7591
    @sauravdas75914 жыл бұрын

    can anybody help if there are notes on Java Performance the definitive guide

  • @sciemk8723
    @sciemk87237 жыл бұрын

    whats the reason for not using jvisualvm in production? performance overhead? data corruption?

  • @Dimass036

    @Dimass036

    7 жыл бұрын

    Their license forbidding to use it in production for free. Although VisualVM is bundled with a JDK, you can use it for free only in development environment.

  • @kedarmhaswade

    @kedarmhaswade

    6 жыл бұрын

    The most important reason is Visual VM is a sampling profiler with a "safepoint bias". What it reports as the "hot method" (which is _the_ purpose of a profiler) may be completely misleading and you may end up wondering what method in your code is actually slow.

  • @kamalhm-dev
    @kamalhm-dev2 жыл бұрын

    I'm from the future, Java now has ZGC which achieves sub millisecond pause 🥳

  • @javaskull
    @javaskull Жыл бұрын

    Is this slideshow available, you skipped over the part I cared about?

  • @StefanReich
    @StefanReich7 жыл бұрын

    2:24 They put millions what into it?

  • @IntimateMusicGK

    @IntimateMusicGK

    7 жыл бұрын

    into having this site and infrastructure to be able to provide insanely short response times.

  • @87ravigoel

    @87ravigoel

    3 жыл бұрын

    He is referring to engineering time

  • @mehdimohammadi1623
    @mehdimohammadi16236 жыл бұрын

    I did not get What does He means by "outliers" and "inliers"?

  • @kedarmhaswade

    @kedarmhaswade

    6 жыл бұрын

    I think it just means the outliers are not likely to appear in your (and my) app. We are just writing typical apps and they are the inliers (a term that he means to be opposite of outlier). For us typical app developers, he discusses the things to focus on.

  • @MrVamshikesetty

    @MrVamshikesetty

    5 жыл бұрын

    Outliers are things which are hampering the performance of the application which are introduced by the outside happenings around the application which is not controlled by the application.

  • @mirageman2
    @mirageman22 жыл бұрын

    I guess you need a bit of experience in garbage collection modification and all these tools and diagrams before you should watch this.

  • @junaidanjum6307
    @junaidanjum63075 жыл бұрын

    Brilliant !!!

Келесі