Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #683870

    My site is up but was very slow so I embarked on following the steps on this link

    I installed and executed wp-smushit, then uninstalled.
    Next, I installed WP Minify but images on the advanced slider and color section video stopped showing.

    I added the recommendation below to functions to.php but images are still not showing
    “This will exclude layout.css and custom.css, two of the css files that usually breaks the site when included on the compression.”

    add_filter(‘bwp_minify_style_ignore’, ‘exclude_my_css’);

    function exclude_my_css($excluded)
    {
    $excluded = array(‘avia-custom’, ‘avia-layout’);
    return $excluded;
    }

    Finally, the third recommendation got things working.
    wp-admin > Settings > BWP Minify > One minify string will contain X files at most
    I changed this from 10 to 9 and the site started showing images but I don’t quite understand why

    In general, I would like feedback on the above steps. I want to know if I ma doing something incorrectly and in particular if it will affect mobile since I already have some huge performance issues that I am working through.

    #684428

    Hi hingex,

    I’m not really sure what I should comment on, did doing that improve the performance?

    Regards,
    Rikard

    #684573

    i can not confirm the “slowness of your site” even the images seems to be in a correct size and not oversized!
    The only thing i don’t like is your “footer only navigation” on page with big content – you have to scroll endlessly to come to the next site !

    Me as a visitor – i’m lost than for your site !

    #686046

    Everything loads up in 5 seconds on a desktop computer. Maybe this is considered okay. On mobile, it’s more like 8 seconds.
    I do not understand Geunni007’s feedback. Specifically, I am not sure what this means. “The only thing i don’t like is your “footer only navigation” on page with big content – you have to scroll endlessly to come to the next site”

    #686718

    Hi,

    What are you using to analyse the speed? Please link to the results here.

    Regards,
    Rikard

    #687190

    My cable speed is 8MB download and 1MB uploads.
    Chrome browser inspector.
    The load time is 11 seconds with the above cable connection.
    See link in the private content area

    #687917

    Hi,

    Ok, I’m getting other results when I test on Pingdom though. You can see a full run-down of what is being loaded on for how long on the link in private.

    Thanks,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.