Search Results for 'faster'

    No search results were found in Documentation!

Results from the Forum
braulioss6
tagDiv Member

Thanks for your response.

I think is not a slow connection, i have been testing in slow and faster connection and is all the same thing.

Im not using CDN / Caching plugin at this moment.

I was using Total Cache plugin before install this theme. I was looking in wp-config.php file and I deleted these lines:

/** Enable W3 Total Cache Edge Mode */
//define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘W3TC_EDGE_MODE’, true); // Added by W3 Total Cache

I disabled the speedbooster plugin and now the pages/post are loading fine: http://www.elversiculodeldia.com/ it is not showing me the links before showed. but pagespeed score now is lower.

Any suggestion?

Hamzah
Participant
#0

Hi Tagdiv Team,
Is there any solution for hiding sidebar or some module from mobile view. I want to create mobile view more simple and faster.

Thx
Hamzah

Magistar
Participant
#0

I followed the documentation regarding the speed booster plugin:
https://forum.tagdiv.com/how-to-make-the-site-faster/

Now I noticed google detecting 5 scripts

…-includes/js/jquery/jquery.js?ver=1.11.1
…s/jquery/jquery-migrate.min.js?ver=1.2.1
…mepunch.tools.min.js?rev=4.6.0&ver=4.0.1
…ch.revolution.min.js?rev=4.6.0&ver=4.0.1
…cator/external-tracking.min.js?ver=6.4.8

So let’s check the script in functions.php:

registered scripts<br>
admin-bar | /wp-includes/js/admin-bar.min.js<br>
contact-form-7 | http://www.wordpressinside.info/wp-content/plugins/contact-form-7/includes/js/scripts.js<br>jquery | <br>
tp-tools | http://www.wordpressinside.info/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0<br>
revmin | http://www.wordpressinside.info/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.0<br>
td-external | http://www.wordpressinside.info/wp-content/themes/Newspaper/js/td_external.js<br>
td-site-min | http://www.wordpressinside.info/wp-content/themes/Newspaper/js/min/site.min.js<br>registered styles<br>
admin-bar | /wp-includes/css/admin-bar.min.css<br>contact-form-7 | <br>
rs-plugin-settings | http://www.wordpressinside.info/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0<br>
boxes | http://www.wordpressinside.info/wp-content/plugins/wordpress-seo/css/adminbar.min.css<br>google-font-rest | <br>
td-bootstrap | <br>td-theme | <br>js_composer_front | <br>js_composer_custom_css | http://www.wordpressinside.info/wp-content/uploads/js_composer/custom.css<br>

Two I could find: epunch.tools.m and evolution.min. So I end up with revmin and tp-tools.

However by default this is already in the plugin
$this->move_js_to_footer('revmin');

So for some reason my plugin is not working :(.

Any suggestions?

Emil G
tagDiv Staff

Hi,

It seems to be an css issue, maybe coming from a plugin, try to disable all plugins, clear the cache, enable only the Visual Composer plugin and see if the issue is still there. If you use any CDN purge all files, it may deliver older version for some of the files.
I’ve tried to look on your page but i get a redirect. Let me know how it goes.

For the pagespeed issues check this guide – https://forum.tagdiv.com/how-to-make-the-site-faster/
And the discussion here – https://forum.tagdiv.com/topic/pagespeed/

Thank you, Emil G.

Lucian
tagDiv Staff

Hi,

In can fix this using the speed booster plugin and following this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Before this please make sure you use just the theme’s recommended plugins as using this guide won’t guarantee that this will fix hole this issue and remove this from Google’s page speed insights.
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!

Thanks

simchris
tagDiv Member

Compression is managed on your server; and hard to believe you would have 92 with that turned off, as that is typically good for 20 points alone, unless your prior theme was all text.

Browser caching is also necessary for all high ratings on PageSpeed Insights.

If you properly set both of those up, your speed should improve by 30 points. No site will rate well with those two elements disabled. Period.

Quick help on both expiration headers for browser caching and also gzip/deflate which should be working on your server to get any decent pagespeed score.
https://forum.tagdiv.com/how-to-make-the-site-faster/

  • This reply was modified 11 years by simchris.
simchris
tagDiv Member

You may want to read up on how to use WordPress from the WordPress Codex; you *can* simply rename the theme folder and CSS name for the theme; which is how it’s done for web development, such as for a client, or better security (we do that here, changing theme name to sitename). If you’re comfortable editing the functions.php file, then changing the theme name is done simply by editing the style.css file which is where WP picks up the theme “name.”

Note it won’t change the theme style classes so somebody can very easily “figure out” which theme you’re actually using, if not the version.

Are you removing all the versioning from your site using the commonly available code to put at bottom of functions.php? That is also recommended to hide versions of WP, and also visual composer (see my separate post on how to also hide that code).

TO THE POINT (sorry!):
You can remove that “theme credit” code from functions.php without anything breaking, but be aware it makes it harder if you ask for tech support in the future if the admin here can’t figure out which version of theme you’re using when looking at your page source to debug any of your possible problems with CSS, customizations or running plugins, etc. If you’re comfortable in remembering to always “state” which version you’re using (and keep track of that somewhere), when needing support, you should be fine. 🙂

We actually use mod_pagespeed which just removes *all* commenting for faster page loading, which is recommended if your hosting provider offers that.

You can also further optimize the install by placing the explicit paths to the new name theme folder in your functions.php folder once you’re “set in stone” (obviously if you switch to another theme from admin, it may break) and also the site name URL, but that’s a bit advanced. Research the WP Codex on how to do many things like this (some of that is in my long winded comments in the Newspaper forum under the “Pagespeed” sticky topic).

Hope that helped, versus annoyed 🙂

Lucian
tagDiv Staff

Hi,

Sorry for the delay!
1. You can use our tagdiv speed booster plugin to for your page speed and use this guide to find out how to make your site faster: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/

2. It is not an issue you can use it and test it on each domain.

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site and seems to work fine to me, also on your page speed test you have an 82 score on desktop and some suggestion that you should consider fixing: http://screencast.com/t/xmyZgrhwPaS
You should check our page speed guide as we have for solution on how to fix this: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!

Thanks

Emil G
tagDiv Staff

Hi,

The load causes may be multiple, try to follow this guide to optimize your site – https://forum.tagdiv.com/how-to-make-the-site-faster/

And check the discussions on this subject here – https://forum.tagdiv.com/topic/pagespeed/

Thank you, Emil G.

simchris
tagDiv Member

Theme loads very fast if you optimize your web server and optimize WordPress, which has nothing to do with the theme. There are many tutorials online with info on how to optimize your site for WP faster loading.

Once your system is properly optimized for speed, you can also add extra features such as caching, and consider using the included WP Speed Booster (may conflict with some oddly coded plugins).

You may find the theme documentation very useful for speeding up the theme on your particular system here:
https://forum.tagdiv.com/page-speed-guide/

Scroll to BOTTOM of the above page for info on using W3 Total Cache with this theme, specifically 🙂

Hope that helps!

  • This reply was modified 11 years by simchris.
  • This reply was modified 11 years by simchris.
Grumme
Participant
#0

Hi.

My first questions is, if it’s possible to make the response of the dropdown menu faster? When you point the mouse it take 0,5-1 sec before the menu goes down, i would like if it could be shown instant.

My second questionn – is it possible to get a search bar instead of the loop icon? Right now you have to click on the loop, before you can type in text. It would be great if the search field could be visible all the time, at the same place.

You can see me site here:

Looking forward to hear from you.

Kinds regards
Jakob Grumsen

Figzou
Participant
#0

Hi I’m interested in buying this template but.
I have some doubts I bought the Newspaper template, but too resource of server; are Newsmag already solved this problem?
¿Newsmag supports super-cache?
¿Newsmag Newspaper load faster?

Thank you very much, I’m considering buying the template looks great.

howtoisolve
tagDiv Member

Sir,

i can’t find jQuery file ID. when i save code in function file as defined in tagdiv speed performance.

Please guide me, in brief if possible.

Thank you!!

howtoisolve
Participant
#0

Hi,

i followed all the step given here to increase google page speed as you said in help guid.

1. Image optimization – Smush.it
2. speed plugin function code,

$this->move_js_to_footer(‘common’);
$this->move_js_to_footer(‘admin-bar’);
$this->move_js_to_footer(‘dashboard’);
$this->move_js_to_footer(‘customize-loader’);
$this->move_js_to_footer(‘plugin-install’);
$this->move_js_to_footer(‘media-upload’);
$this->move_js_to_footer(‘thickbox’);
$this->move_js_to_footer(‘utils’);
$this->move_js_to_footer(‘svg-painter’);
$this->move_js_to_footer(‘wp-auth-check’);
$this->move_js_to_footer(‘wpseo-admin-global-script’);
$this->move_js_to_footer(‘td-wp-admin-general’);
$this->move_js_to_footer(‘td-wp-admin-panel-js’);
$this->move_js_to_footer(‘dashboard_script’);

$this->move_style_to_footer(‘admin-bar’);
$this->move_style_to_footer(‘thickbox’);
$this->move_style_to_footer(‘colors’);
$this->move_style_to_footer(‘wp-auth-check’);
$this->move_style_to_footer(‘google-font-ubuntu’);
$this->move_style_to_footer(‘wp-color-picker’);
$this->move_style_to_footer(‘wpalchemy-metabox’);

Please test this link on Google page inside: test website on Google page speed

Mobile score: 43 out of 100
Desktop: 50 out of 100

Please help us..kindly because score is very poor.

Lucian
tagDiv Staff

Hi,


@hahahehe
Please follow this guide on how to “how to make the site faster”: https://forum.tagdiv.com/how-to-make-the-site-faster/
I have used Google’s PageSpeed Insights to checke your site: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.urlaubsdeals.net%2F&tab=desktop and according to it you need to optimize images. For this follow the third section of the page speed guide or you can find moire info here: https://developers.google.com/speed/docs/insights/OptimizeImages
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/

Thanks

hahahehe
tagDiv Member

any plugin that do that? But before i had a theme wich had more images on the start site and this theme was much faster

Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@itrejomx

Please use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
You should also take a look upon this topic: https://forum.tagdiv.com/topic/pagespeed/
Please also consider deactivating the plugins and emptying your cache and also purge files if you use any cache or CDN services and use the speed booster plugin at first without any additional plugins to avoid conflicts.
Hope this helps!

Thanks

iha
Participant
#0

HI sir
Since last year and with the launch of the SpeedBooster plugin
I have been requested to be RTL support !!
Tell Now all RTL theme Users can not use this Plugin
Because it make many problem in Style for RTL Users

Please this time Help Use for one more last stand , I need this plugin , it’s really help to make the theme faster .

thank you I’m Waiting >>>>>>

axonic
Participant
#0

Hi,

Referring to the your document “How to make the site faster”, I was able to improve the pagespeed, but I’m unable to achieve this step “Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users)”

I’ve done exactly what have documented.

I’m having this kind of errors:
http://www.deepciel.com/wp-includes/js/jquery/jquery.js?ver=1.11.1
http://www.deepciel.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
http://www.deepciel.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0&ver=4.0
http://www.deepciel.com/wp-content/plugins/global-gallery/css/custom.css?ver=4.0
http://www.deepciel.com/wp-content/plugins/global-gallery/css/frontend.css
http://www.deepciel.com/wp-content/plugins/global-gallery/js/jquery.galleria/themes/ggallery/galleria.ggallery_minimal.css
http://www.deepciel.com/wp-content/plugins/global-gallery/js/lightboxes/lcweb.lightbox/lcweb.lightbox.css?ver=4.0
http://www.deepciel.com/wp-content/plugins/open-social/images/os.css?ver=4.0
http://www.deepciel.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0&ver=4.0
http://www.deepciel.com/wp-content/uploads/js_composer/custom.css?ver=4.3.4

Here’s the code that I’ve added in my td-speed-booster.php

$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘jquery-ui-slider’);
$this->move_js_to_footer(‘jquery-ui-sortable ’);
$this->move_js_to_footer(‘jquery-ui-tabs’);
$this->move_js_to_footer(‘media-upload’);
$this->move_js_to_footer(‘common’);
$this->move_js_to_footer(‘thickbox’);
$this->move_js_to_footer(‘admin-bar’);
$this->move_js_to_footer(‘utils’);
$this->move_js_to_footer(‘svg-painter’);
$this->move_js_to_footer(‘wp-auth-check’);
$this->move_js_to_footer(‘ewwwbulkscript’);
$this->move_js_to_footer(‘td-wp-admin-panel-js’);

$this->move_style_to_footer(‘gg_admin’);
$this->move_style_to_footer(‘lcwp-chosen-style’);
$this->move_style_to_footer(‘lcwp-ip-checks’);
$this->move_style_to_footer(‘lcwp-ui-theme’);
$this->move_style_to_footer(‘gg-colpick’);
$this->move_style_to_footer(‘gg-fancybox’);
$this->move_style_to_footer(‘thickbox’);
$this->move_style_to_footer(‘admin-bar’);
$this->move_style_to_footer(‘ie’);
$this->move_style_to_footer(‘open_social_css’);
$this->move_style_to_footer(‘td-wp-admin-td-panel-2’);
$this->move_style_to_footer(‘wp-color-picker’);
$this->move_style_to_footer(‘wpalchemy-metabox’);

There are almost all of the codes that I found in Step 4.2

Please assist.

Lucian
tagDiv Staff

Hi,

You can follow this pagespeed guide to see how you can make your site faster: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also find many useful in formations about how you can get the best pagespeed score in this topic: https://forum.tagdiv.com/topic/pagespeed/

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay.
1. Have you tried to change your file permissions? You can read more about how to achieve this here: http://codex.wordpress.org/Changing_File_Permissions

2. Regarding plugins you should also be able to update them after you managed to solve your file permission issue. The speed booster plugin when activated automatically moves the style sheets and js files to the footer so that is why you had css issue when you activated it as this plugin can cause conflicts when used with other plugins so make sure you check this without any other plugins active, just enable the Visual Composer plugin and the speed booster plugin.
You can use this guide for your page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
And also follow this tread where you can find solutions to many issues you can encounter regarding page speed: https://forum.tagdiv.com/topic/pagespeed/
You can use this contact@tagdiv.com if you want to send your login details.
Sorry for the inconvenience!
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Check your site’s page speed using Google’s PageSpeed Insights and use this guide to find how you could make your site faster.
You can also find more info about page speed on this tread: https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@Tom
I have checked your site and found that all features that use ajax don’t work. I also found some js errors in your console which seem to come from a minified version of and could generate this issue.
First thing you should do is to disable all plugins leaving only the ones essential running then empty all cache files, purge files if using any CDN services and check for this again.
Here you have a screens of the errors I found in console on your homepage: http://screencast.com/t/cYPYosgR
Not sure that this is the blame for your slowly loading site but first you should make sure that aren’t and eliminate them.
On the other hand, I have check your site’s page speed using Google’s PageSpeed Insights and according to it you need to optimize your images: http://screencast.com/t/Wfn2Vq7K
You should check it yourself and also use this guide to find how you could make your site faster.
You can also find more info about page speed and how you can optimize your images following this tread: https://forum.tagdiv.com/topic/pagespeed/

Hope this helps!

Thanks

Viewing 25 results - 2,401 through 2,425 (of 2,524 total)