Hello,
I used tagDiv speed booster, w3 total cache (only page cache) but my site is too slow and is giving 500 Request timeout “Connection Timeout”.
Please help.
@Danijelmo
You don’t need to post the same thing over and over.
Try testing your site with GTMetrix.com as it will tell you specifically what your site problems are and classify them by things like “Server” “Images” etc., with explanations.
Did you setup gzip/deflate on your server?
Did you edit your htaccess file (if applicable) to add expiration headers (e.g., mod_expires settings)?
Did you install an optimization plugin for images/thumbnails or change the default setting in your functions.php file?
Are you using the tagdiv speed booster plugin?
Did you disable system hogs like jetpack? Disable all plugins you’re NOT using?
Are you using a caching plugin once all of the above is working?
@ Christhopher i didn’t know that will be this post in two place (that everyone will be able to see), i don’t use often, sorry
and thanks for your support
Hello,
first of all, it´s a great theme, but after installing all we need, and following your constructions for more pagespeed, nothing happens.
Lots of them is because of the pictures bus there are more ponts in loading js and css.
Now we followed your instruction to optimize the pagespeed by putting the files in to the footer, but nothing happens.
When we check the site withe the functions.php of the theme, there is also this:
registered scripts
td-external | http://our-domain.tld/wp-content/themes/Newspaper/js/td_external.js
td-site-min | http://our-domain.tld/wp-content/themes/Newspaper/js/min/site.min.js
jquery | http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
registered styles
cptch_stylesheet |
cntctfrm_stylesheet |
google-font-rest |
td-bootstrap |
td-theme |
js_composer_front |
Then we put them to the footer, but this message is also available. What did we do wrong?
The td-speed-booster.php looks like this:
if ($this->is_ie === false and $this->td_theme_name == ‘Newspaper’) {
$this->move_style_to_footer(‘td-bootstrap’);
$this->move_style_to_footer(‘td-theme’); //this is the main style of the theme, it depends on td-bootstrap to load
}
$this->move_style_to_footer(‘google-font-rest’);
$this->move_style_to_footer(‘woocommerce_frontend_styles’);
$this->move_style_to_footer(‘cptch_stylesheet’);
$this->move_style_to_footer(‘cntctfrm_stylesheet’);
$this->move_style_to_footer(‘google-font-rest’);
$this->move_style_to_footer(‘td-bootstrap’);
$this->move_style_to_footer(‘td-theme’);
$this->move_style_to_footer(‘js_composer_front’);
//jetpack lost styles
$this->move_style_to_footer(‘jetpack-subscriptions’);
$this->move_style_to_footer(‘jetpack-widgets’);
/**
* move javascript to footer
*/
$this->move_js_to_footer(‘themepunchtools’);
$this->move_js_to_footer(‘revmin’);
$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘td-external’);
$this->move_js_to_footer(‘td-site-min’);
Can you help us please?
Thanks
The current version of Visual Composer is a memory hog. Not directly related to theme.
Hopefully next version will be better.
Ironic how so many people were whining about not getting the latest version of VC the moment it was released, and now they have it, it’s not that great.
My site has 95 speed rating without modifying the speed booster file, using all my recommendations.
Render blocking css/js are not a deal breaker for the web. If you can fix everything else you’re good.
Of course, I’m spoiled with 12core XEON and 32GB RAM.
Hi,
@Rabattix – please provide the url so i we can take a look, if you don’t want to post it here send it via email at contact@tagdiv.com , sometime the pagespeed test reports render blocking even if the elements are moved at the page bottom.
@nelito – the other pagespeed improvements are way more important than moving js/css at the page bottom, also it won’t lower the cpu usage. To improve on that you have to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), use cache, set the browser leverage cache, eventually use MySQL Query Cache. If you’re unhappy with the theme please send an email at contact@tagdiv.com and we’ll come with a solution.
Thank you, Emil G.
Dear sir/Madam
I have installed the theme and made necessary changes.
Google page speed came up with the result like this
Remove render-blocking JavaScript:
http://www.estambul.net/wp-includes/js/jquery/jquery.js?ver=1.11.1
http://www.estambul.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
Optimize CSS Delivery of the following:
wp-content/plugins/jetpack/css/jetpack.css?ver=3.4.1
for the last file there as id “jetpack_css-css”
so i have used $this->move_style_to_footer(‘jetpack_css-css’);
For the first two there wasnt any id so i didnt know how to do that.
How i can solve the problem.
-
This reply was modified 11 years by
lospicos.
Hi,
@lospicos
Those scripts are usually automatically moved to the footer when using the speed booster plugin however the jQuery scripts aren’t moved to the footer by the speed booster plugin in case you use rev slider plugin. There is a condition in the plugin that if you use the revolution slider plugin then the jQuery scripts will be left in the head therefore you get the render-blocking JavaScript notification.
@soumitmis
We recommend using just page cache: forum.tagdiv.com/w3-total-cache-configuration/
For image compression we recommend a plugin like smush it: https://wordpress.org/plugins/wp-smushit/ not the w3 total cache plugin.
Check the treads/guide below for more info on how to customize your site’s page speed and other matters please follow and use all instructions provided in all this treads:
* https://forum.tagdiv.com/topic/pagespeed/
* https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
* https://forum.tagdiv.com/page-speed-guide/
Thanks
Hi,
We don’t use the revolution slider on the demo. If you don’t use it you can remove it as it’s not a required plugin is optional.
Thanks for your feedback, I’ll look into it. You can also use other plugin to optimize your images, check this related article: http://premium.wpmudev.org/blog/10-best-image-optimization-plugins-to-speed-up-your-wordpress-site/
I suggest you also follow Chris’s tutorial on this topic: https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
