“WP Super Cache” active
.htaccess (php cache active)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Hello,
You can increase page speed by following our tutorial here: https://forum.tagdiv.com/how-to-make-the-site-faster/, or by following our users guides in this topic here: https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
Thank you!
http://mecburlar.com/âŠ-includes/js/jquery/jquery.js?ver=1.11.3
http://mecburlar.com/âŠs/jquery/jquery-migrate.min.js?ver=1.2.1
http://mecburlar.com/âŠassets/js/js_composer_front.js?ver=4.7.4
http://mecburlar.com/âŠlib/waypoints/waypoints.min.js?ver=4.7.4
http://mecburlar.com/âŠuery.themepunch.tools.min.js?ver=5.0.4.1
http://mecburlar.com/âŠthemepunch.revolution.min.js?ver=5.0.4.1
http://mecburlar.com/âŠjquery.form.min.js?ver=3.51.0-2014.06.20
http://mecburlar.com/âŠct-form-7/includes/js/scripts.js?ver=4.3
http://mecburlar.com/âŠNewspaper/js/tagdiv_theme.min.js?ver=6.5
http://mecburlar.com/âŠcludes/js/comment-reply.min.js?ver=4.3.1
http://mecburlar.com/âŠmment-system/media/js/count.js?ver=4.3.1
I could not find them in txt file. My txt file
registered scripts
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
wp-mediaelement | /wp-includes/js/mediaelement/wp-mediaelement.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
itsec_file_change_warning_js | http://mecburlar.com/tr/wp-content/plugins/better-wp-security/core/modules/file-change/js/admin-file-change-warning.js
itsec_strong_passwords | http://mecburlar.com/tr/wp-content/plugins/better-wp-security/core/modules/strong-passwords/js/strong-passwords.js
wp-color-picker | /wp-admin/js/color-picker.min.js
wpseo-admin-global-script | http://mecburlar.com/tr/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.min.js
td_wp_admin | http://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_wp_admin_demos | http://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_demos.js
td_page_options | http://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
thickbox | /wp-includes/js/thickbox/thickbox.js
jquery |
jquery-ui-sortable | /wp-includes/js/jquery/ui/sortable.min.js
to-javascript.js | http://mecburlar.com/tr/wp-content/plugins/taxonomy-terms-order/js/to-javascript.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
backwpup | http://mecburlar.com/tr/wp-content/plugins/backwpup/assets/css/backwpup.min.css
wp-mediaelement | /wp-includes/js/mediaelement/wp-mediaelement.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
itsec_notice_css | http://mecburlar.com/tr/wp-content/plugins/better-wp-security/core/css/itsec_notice.css
wp-color-picker | /wp-admin/css/color-picker.min.css
td-plugin-framework | http://mecburlar.com/tr/wp-content/plugins/td-api-plugin/wp-admin/style.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://mecburlar.com/tr/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
thickbox | /wp-includes/js/thickbox/thickbox.css
ithemes-icon-font | http://mecburlar.com/tr/wp-content/plugins/better-wp-security/lib/icon-fonts/icon-fonts.css
to.css | http://mecburlar.com/tr/wp-content/plugins/taxonomy-terms-order/css/to.css
Hi,
Please make sure that the speed booster plugin is active, check the System Status – http://screencast.com/t/mnSqdExcJ The speed booster was tested only with these plugins â http://screencast.com/t/hcjLnOqh4i2 and if you use other plugins it will be automatically disabled. A lot of people install the plugin without knowing what it does and after that they add many plugins and some of the them are not written fine, so the developer took this decision. If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh Also to have a good score is recommend to use less plugins.
Thanks!
Hi,
I have checked your page source and many js resources are moved in the footer – http://screencast.com/t/q0BHHszn – http://screencast.com/t/c8516Day You still have this issue on the speed test because you have custom css and this add a delay when your page is loading. A solution is to make your css changes directly in the style.css file.
The td_inspect_scripts() function returns a list of registered css and js from your site.
You could try to play with the priority, if it doesnât return all js â http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
Regarding the css, please check the page source and the the ID’s – http://screencast.com/t/UlVOtjAe4P
Thanks!
I understood the Custom CSS section. Ok
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('font-awesome-four-css');
$this->move_style_to_footer_queue('td-plugin-framework-css');
$this->move_style_to_footer_queue('bb-taps-editor-style-shared-css');
$this->move_style_to_footer_queue('boxes-css');
$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('js_composer_front-css');
$this->move_style_to_footer_queue('td-theme-css');
But I do not understand any of the others. I think I’ll give up đ peff…
Or
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');
$this->move_style_to_footer_queue('font-awesome-four');
$this->move_style_to_footer_queue('td-plugin-framework');
$this->move_style_to_footer_queue('bb-taps-editor-style-shared');
$this->move_style_to_footer_queue('boxes');
$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('js_composer_front');
$this->move_style_to_footer_queue('td-theme');
I tried them both. But nothing can be changed
Hi,
I’m still not sure why you have this issue, as for example the default theme fonts are already added in the speed booster file – http://screencast.com/t/rCGzAdVNFPIl and they should be moved to the footer when the plugin is activated. I also checked this on my side and did not found any issues moving the theme resources to the footer – http://screencast.com/t/rdIpmORctb8
Please check this without any plugins active except of these plugins tested with speed booster(if you use them) – http://screencast.com/t/sBuHQflNdKW at least the fonts should be moved to the footer, this if you didn’t modified something else in the plugin’s file. Also you could try to make a backup and the delete it via ftp then install it again, then check this step by step. We would have gladly made it for you, but the time doesn’t allow us to offer custom services, sorry!
Thanks!
Hi,
Glad that you made it! I have checked your page source and they are moved to the footer like you said. But the custom css is still there, you said you move it in the stylesheet file – http://screencast.com/t/ezFwsuFG32G
If you move the custom css in style.css please remove it also from Theme Panel > Custom Css. I’m not sure what you mean that it failing.. please provide more details.
Also you could try to save the css code in a text file and try pagespeed test without it and see if it works.
Thanks!
Hi,
I have checked your site again and the css resources are not loaded anymore in the footer. I’m not sure what you did as they were loaded in the footer yesterday.
I suggest to get someone to help you with this, as it is not so easy and we cannot offer custom work sorry! The speed booster plugin is optional so if you don’t need it you can disable it.
Thanks!





