Tagged: performance
-
AuthorPosts
-
September 8, 2016 at 8:35 pm #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 whyIn 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.
September 10, 2016 at 7:23 am #684428Hi hingex,
I’m not really sure what I should comment on, did doing that improve the performance?
Regards,
RikardSeptember 10, 2016 at 8:35 pm #684573i 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 !
September 13, 2016 at 10:09 pm #686046Everything 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”September 15, 2016 at 6:25 am #686718Hi,
What are you using to analyse the speed? Please link to the results here.
Regards,
RikardSeptember 16, 2016 at 4:56 am #687190My 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 areaSeptember 17, 2016 at 12:27 pm #687917 -
AuthorPosts
- You must be logged in to reply to this topic.