Okay
  Public Ticket #2340684
Performance / Website Speed
Closed

Comments

  • Richard started the conversation

    Hello, i just did the setup of the California Theme for one of our Websites https://komorebi.travel - But the Performance and the Speed of the Theme is really slow. I already changed the self hosted videos to embedded vimeo videos. so all of the video content is now hosted on vimeo. i also already use the premium plugin WP Fastest Cache ... But the Website still need up to 15 seconds to load and reload. Can you please help?!

  •  1,810
    Support replied

    Hi Richard,

    yes you are right - first of all have you optimized your videos (used data compression tools and removed the audio track from the files if you have them muted)

    Also, if you can provide wp admin access to your site with full rights using Appearance -> Editor so we can try some things

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Richard replied privately
  •  1,810
    Support replied

    Hi Richard,

    what I did was taking advantage of the lazy loading feature of the  full page plugin.

    https://github.com/alvarotrigo/fullPage.js#lazy-loading

    so in sections/showcase_video_section.php I changed lines 20-21 from 

    <source src="<?php echo esc_url( $california_video_mp4 ); ?>" />
    <source src="<?php echo esc_url( $california_video_webm ); ?>" />

    to

    <source data-src="<?php echo esc_url( $california_video_mp4 ); ?>" />
    <source data-src="<?php echo esc_url( $california_video_webm ); ?>" />

    it did make a difference but plz try it yourself. Hard refresh the page (Ctrl+F5)

    I 'm not sure what else I could do.


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Richard replied

    hey there thank you so much. the performance now is much better. i appreciate.

  •  1,810
    Support replied

    That's great, good stuff.

    if you like our theme and our services in general plz don't forget to rate it.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy