Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
AzharNadeem
tagDiv Member

Thanks Lucian for making it pretty simple for me to implement. How can I verify that tags have been implemented correctly, I am using the default template for single posts on Sports Courant.

AzharNadeem
tagDiv Member

Any Soccer related websites around?

AzharNadeem
tagDiv Member

Perhaps helped myself by identifying script handle. The script is appearing at line 1163 instead of line 60 in souce file. However, it is still being shown as render blocking by Google Pagespeed Insights.

AzharNadeem
tagDiv Member
AzharNadeem
tagDiv Member

Hi Lucian
I am aware of the procedure to get the script and CSS id’s. However, this particular script is not appearing in the list. Although, a stylesheet related with this plugin (wpproads_standard_admin) is appearing in the list.I am providing a list of ID’s below for review and help.

ommon.min.js
wp-color-picker | /wp-admin/js/color-picker.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
devicepx | http://s0.wp.com/wp-content/js/devicepx-jetpack.js
wpseo-admin-global-script | http://www.sportscourant.com/wp-content/plugins/wordpress-seo-premium/js/wp-seo-admin-global.min.js
td_wp_admin | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_wp_admin_demos | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_demos.js
td_page_options | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
thickbox | /wp-includes/js/thickbox/thickbox.js
registered styles
wpproads_standard_admin | http://www.sportscourant.com/wp-content/plugins/wp_pro_ad_system/templates/css/admin_standard.css
wp-color-picker | /wp-admin/css/color-picker.min.css
admin-bar | /wp-includes/css/admin-bar.min.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://www.sportscourant.com/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
thickbox | /wp-includes/js/thickbox/thickbox.css
jetpack-icons | http://www.sportscourant.com/wp-content/plugins/jetpack/css/jetpack-icons.min.css

AzharNadeem
tagDiv Member

Thanks Marius
I have resolved the issues of blocking Google Fonts but still having a hard time configuring blocking script (Wp Ad System) and 2 blocking CSS resources (Js_Composer & Style.css).

Kindly advise if the two CSS resources can be optimized with affecting styling of the site.

Kindly help regarding blocking Javascript.
https://www.dropbox.com/s/50uqstwun1u74n6/Screenshot%202015-06-30%2008.57.16.png?dl=0
https://www.dropbox.com/s/8bsycipt3souyo0/Screenshot%202015-06-30%2008.59.41.png?dl=0

AzharNadeem
tagDiv Member

Can someone suggest me few “Nice” color combos for my website Sports Courant. Please don’t hesitate to critically review the layout and suggest improvements/optimizations.

AzharNadeem
tagDiv Member

@Marius..

Yes…removing -css portion did it.Now I have 1 blocking script and 3 blocking css resources. Blocking script belongs to WP Pro Advertising System while CSS includes (i) Google Fonts (ii) JS Composer and (iii)Main theme stylesheet.

Can you please guide me
i. How to make Javascript move to footer
ii. Can I (should I) remove any of the the three blocking CSS resources?

Regards
Azhar Nadeem

AzharNadeem
tagDiv Member

Interesting…I am still getting 7 render blocking CSS resources (after clearing site and browser cache)
https://www.dropbox.com/s/e0ac7vvnaeun5wu/Screenshot%202015-06-24%2020.01.46.png?dl=0

Regards
Azhar

AzharNadeem
tagDiv Member

Here is my code in TD Speed booster plugin However, all these resources are still returning as “Render Blocking”
function css_mover() {
if ($this->td_theme_name == 'Newspaper') {
// wp 011 - Newspaper 6

//$this->move_style_to_footer_queue('bbp-default-bbpress'); //bpress old
//$this->move_style_to_footer_queue('bbp-default'); //bpress
$this->move_style_to_footer_queue('contact-form-7-css');
$this->move_style_to_footer_queue('google_font_roboto-css');
$this->move_style_to_footer_queue('google-fonts-style-css');
$this->move_style_to_footer_queue('js_composer_front-css');
$this->move_style_to_footer_queue('td-theme-css');

Suggestions please

AzharNadeem
tagDiv Member

I have registered Akismet, WordPress SEO Premium, WP-Optimize and OIO Ad Manager. Status of Speedbooster changed to “Active” but there is no change in the outcome. Like before, 2 Javascript and 8 CSS resources are still appearing as Render Blocking in pagespeed insights.
The blocking scripts include (i) jquery.js?ver=1.11.2 and (ii) jquery-migrate.min.js?ver=1.2.1
While blocking styles include (i) Contact-Form-7 (2) 3 Google fonts (3) js_composer.css? (4) Newspaper Style.css (5) Jetpack.cssand (6) OIO Ad manager.

Looking at the plugin code I can see that many of the styles are already moved to footerlike

if ($this->td_theme_name == 'Newspaper') {
// wp 011 - Newspaper 6

//$this->move_style_to_footer_queue('bbp-default-bbpress'); //bpress old
//$this->move_style_to_footer_queue('bbp-default'); //bpress
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google_font_roboto');
$this->move_style_to_footer_queue('contact-form-7');

if ($this->is_ie === false) {
// move style.css theme style

Any idea what is going on?

AzharNadeem
tagDiv Member

Speed BoosterPlugin is not working at all. In my experience, Pagespeed results does not change at all, even if I remove the plugin completely.

AzharNadeem
tagDiv Member

My Site is Sports Courant, an emerging online Sports magazine. I switched Jarida Theme (by Tie Labs) to Newspaper and I always get the feeling of money well spent.

I believe that I am not making most of this beautiful theme so any design/optimization suggestions are always welcome.
We are also open for mutually beneficial networking with industry related sites.
If anyone wants to get connected, my skype id is azharnadeem

AzharNadeem
tagDiv Member

@Steven…Thanks for such a rude response.You actually replied to the post first, so I made a request.

AzharNadeem
tagDiv Member

@Chris I have gone through whole of your tutorial and fetched some very useful information from there especially optimization through functions.php. However,in one of your post you mentioned that no more pagespeed support (My understanding)so I deliberately avoided requesting you.

I am little stuck with Javascript and CSS error. I have tested it with and without speedbooster plugin and result almost remains the same with no difference in score with almost same number of items appearing in Pagespeed insights.

Cloudflare resolves the JS issue but menu typography does’nt work well in FF and IE when served through CDN.

Can you help me in this regard?

AzharNadeem
tagDiv Member

Dear Steven
Thanks for your response.Your scores are amazing.Can you help me in this regard?

AzharNadeem
tagDiv Member

Dear Lucian
Thanks for your response. but it sounds like an auto response sent to everyone with this query. Render blocking Javascripts include

1. contact-form-7/includes/js/jquery.form.min.js (should not be there as it is part of theme package)
2. contact-form-7/includes/js/scripts.js (should not be there as it is part of theme package)
3. http://s0.wp.com/wp-content/js/devicepx-jetpack.js
4. /wp-content/themes/Newspaper/js/td_external.js (should not be there as it is part of theme package)
5. /wp-content/themes/Newspaper/min/site.min.js (should not be there as it is part of theme package)
6. /wp-includes/js/thickbox/thickbox.js
7. /wp-content/plugins/Js_composer/assets/js/js_composer_front.js (should not be there as it is part of theme package)
8. /wp-includes/js/comment-reply.min.js

You might have noticed above that I have in fact added ID’s of blocking styles and Js at the appropriate place in speedbooster plugin but these are still appearing in Pagespeed insights results.

Can you please guide to resolve the matter as suggested solution is assumingly not working

AzharNadeem
tagDiv Member

$this->move_style_to_footer(‘woocommerce_frontend_styles’);

//jetpack lost styles
$this->move_style_to_footer(‘jetpack-subscriptions’);
$this->move_style_to_footer(‘jetpack-widgets’);
$this->move_style_to_footer(‘thickbox’);
$this->move_style_to_footer(‘devicepx’);
$this->move_style_to_footer(‘contact-form-7’);

/**
* move javascript to footer
*/
$this->move_js_to_footer(‘themepunchtools’);
$this->move_js_to_footer(‘revmin’);
$this->move_js_to_footer(‘contact-form-7’);
$this->move_js_to_footer(‘thickbox’);
$this->move_js_to_footer(‘devicepx’);
$this->move_js_to_footer(‘image-widgets’);

This is how I tried to move them to footer

Viewing 18 posts - 26 through 43 (of 43 total)