Search Results for 'faster'

    No search results were found in Documentation!

Results from the Forum
simchris
tagDiv Member

And one more comment; make sure your server has 10/100/1000 switch vs 10/100 switch/connection in datacenter. Most older hosting companies only provide a 10/100 connection to the network where the modern servers all work better with gigabit switch. Even in our Class A datacenter (owned by IBM) we had to “ask” for that upgrade with our newest server package end of 2013, which was dumb. Now in 2015 they finally made that “standard” — but some still won’t give it to you unless you ask, or in some cases pay an extra $10/mo or whatever — it’s totally worth it as you have a 10x faster connection to the net for your physical box.

In case you were not already aware of that 🙂

  • This reply was modified 10 years by simchris.
Alin [tagDiv]
tagDiv Staff

Hi,

Please check this guide to optimize images and pagespeed – https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks!

fermin
Participant
#0

Hello.
Use newspaper for a web 6.5 video.
The outstanding image is automatically generated. 1280×720 with 149kb.
It is possible to reduce them to optimize the web.
Then loaded faster
Thank you
Cheers

Bogdan B.
tagDiv Staff

Hi,

If the problem is still there, it can be caused by the page speed. CSS loads in cascades by default so if the load speed is realy slow you will see every step of the cascading styles. You can try to improve the pagespeed by following this topic: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also check to see if a plugin does not slow down your website, or you can check your server configuration.
The best way to eliminate this effect is still to use the style.css and create a back-up of it so it will not be lost in an update.

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello josan,

As a quick solution to your problem is to comment out this section in the speedbooster file: http://screencast.com/t/RZLIOPUNdqh to override the plugin compatibility. Now it should work with any plugin.
As for the minify, we do not recommend any minification because it will cause lots of problems. We have not found a plugin to minify css and javascript without errors although some users claim this one does the trick https://wordpress.org/plugins/merge-minify-refresh/. We have not tested it tough so we cannot say for sure if it will cause errors or not.
In order to make your website faster you can follow this tutorial: https://forum.tagdiv.com/how-to-make-the-site-faster/
I hope this helps!

Thank you!

Bogdan B.
tagDiv Staff

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!

rockyrockshot
tagDiv Member

Hi
I have tried the site without the Tag Div plugin and this seems to allow the tweet button to load a lot faster.
Can I run the site with our the TagDiv plugin….what exactly does that plug-in do?

wpdiv
Participant
#0

Hi

I have installed speed booster plugin in my site and followed the instructions appeared here https://forum.tagdiv.com/how-to-make-the-site-faster/

Once i run the code..


function td_inspect_scripts() {
global $wp_scripts, $wp_styles;
echo 'registered scripts<br>';
foreach ($wp_scripts->queue as $handle) {
echo $handle . ' | ' . $wp_scripts->registered[$handle]->src . '<br>';
}
echo 'registered styles<br>';
foreach ($wp_styles->queue as $handle) {
echo $handle . ' | ' . $wp_styles->registered[$handle]->src . '<br>';
}
}
add_action( 'wp_print_scripts', 'td_inspect_scripts' );

Got the snippet as follows…


registered scripts
admin-bar | /wp-includes/js/admin-bar.min.js
contact-form-7 | 
td-site | http://www.wpdiv.com/wp-content/themes/Newspaper/js/tagdiv_theme.js
comment-reply | /wp-includes/js/comment-reply.min.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
contact-form-7 | 
boxes | http://www.wpdiv.com/wp-content/plugins/wordpress-seo/css/adminbar.min.css
parent-style | http://www.wpdiv.com/wp-content/themes/Newspaper/style.css
js_composer_front | http://www.wpdiv.com/wp-content/plugins/js_composer/assets/css/js_composer.css
td-theme | http://www.wpdiv.com/wp-content/themes/WPDIV/style.css

Based on above results i did added the strings in my speedbooster plugin as shown below based on your manual here https://forum.tagdiv.com/how-to-make-the-site-faster/


$this->move_style_to_footer_queue('parent-style');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('js_composer_front');

$this->move_js_to_footer('td-site');
$this->move_js_to_footer('comment-reply');

But still i am getting the same issues…. http://prntscr.com/8u044l

Where i did wrong and will you please help me to get rid of the errors experiencing here.

Alin [tagDiv]
tagDiv Staff

Hi,

I have already replied in this topic – https://forum.tagdiv.com/topic/optimize-newspaper-in-mobile/#post-71278
Please also check this guide for pagespeed optimization(gzip compression, remove render blocking..) – https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The speed booster plugin moves the css and js at the end of the page, this removes render blocking and improves the score on pagespeed, please check this guide – https://forum.tagdiv.com/how-to-make-the-site-faster/ But also to have a good score is recommend to use less plugins.
Please note that 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
So please check your System Status to make sure that the Speed Booster is active – http://screencast.com/t/Gomyv89n7j0 and then try to follow the steps provided in the documentation to remove render blocking.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check our pagespeed guide – https://forum.tagdiv.com/how-to-make-the-site-faster/
You can read more about this here – https://developers.google.com/speed/docs/insights/LeverageBrowserCaching#LeverageProxyCaching and here – https://gtmetrix.com/add-expires-headers.html
Also for first issue(specify a vary accept-encoding header) try this solution – http://stackoverflow.com/questions/3641197/how-to-specify-vary-accept-encoding-header-in-htaccess
The http requests issue may be caused by plugins or any external links from your site, that affect the page loading.

Unfortunately we are not available for customize services, the time doesn’t allow us, sorry!

Thanks!

Andrei L.
tagDiv Member

Hi

Please check our page speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ Also you will find some useful information in this regard here: https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/https://forum.tagdiv.com/topic/speed-booster-questions/

Hope this help!
Thanks!

Bogdan B.
tagDiv Staff

Hello,
You can find the SpeedBooster plugin in the plugins folder that comes with the theme: http://screencast.com/t/gwcR2LR8bhttp://screencast.com/t/5iAAS7XWVOb.
As for minification, we cannot make any suggestions as we have not found a plugin that can do it without errors.
You can read more about page speed in this tutorial: https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!

Andrei L.
tagDiv Member

Hi

Please check our page speed guide, you will find some information regarding the image compression: https://forum.tagdiv.com/how-to-make-the-site-faster/

Let me know how it goes and if you still need assistance on this please provide more details.
Thanks!

simchris
tagDiv Member

As noted in prior queries to you on the forum, see some of the option in my sticky post on optimizing the theme and your site for better performance.

In my sticky thread I us cssminifier which works perfectly. As I posted in your other thread, if your web browser crashes USING the minifier you likely didn’t use it right or try another web browser.

Also in my sticky post is a link to the Google recommend JS minifier.

However, not ALL CSS and JS can be minified properly.

Minifying the main style.css is wise. However you need to do so using a text editor, not a word processor, and if your server is running Linux vs Windows, you need to make sure you save the text file with Linux line breaks vs PC/Windows line breaks — a good text editor like TextPad, BBEdit, or similar has this capability.

Not sure if that helped. I can’t help you “tune your web server” as there are too many kinds of servers as well as the issues I mentioned above — e.g., a server with gigabit switch will be faster than one with a 10/100 switch; 7200 RPM drives vs 5400 RPM drives faster, 100 domains on box vs 1000, etc. all play into performance.

  • This reply was modified 10 years by simchris.
rockyrockshot
tagDiv Member

Hi Thanks for the advice. It certainly loads faster with out the Lazy Load on the front page. I still have the other issues of the tweet/count button taking to long to load and that all the social buttons have gone from the front page excerpts since the upgrade….they were working fine until the update. The tweet button takes about 6 seconds to load look at this post for an idea.
http://rockshot.co.uk/dir/16880/live-rae-morris-shepherds-bush-empire/

The plugin maker would like to speak to you about a code or hook to insert..how can they contact you. The plugin in question is one of the biggest social share plugins available and is Easy Social Share. It is supplied via Code Canyon. Their contact details are Apps Creoworx <appscreo@gmail.com>

Alin [tagDiv]
tagDiv Staff

Hi,

The best way is to update to the latest version to make sure that your modifications will not create issues and check this guide how to optimize your speed and requirements for Newspaper theme – https://forum.tagdiv.com/how-to-make-the-site-faster/ as I have checked your site on pagespeed tool and you have to do some fix even if you use 6.1 – http://screencast.com/t/8jz2iWZetX
This sort order was designed to work exactly like the jetpack stats(2 days), the plugin’s API doesn’t support that.
Also I how the Shim version will help.

Thanks!

Bogdan B.
tagDiv Staff

Hello Petra,

It is true. For the big grids to fill with images faster you need to tinker a bit with the page speed.
Try to follow our tutorial here: https://forum.tagdiv.com/how-to-make-the-site-faster/
Another thing you can try is to disable lazy load from the theme panel: http://screencast.com/t/uI82jAjFgqA
Unfortunately, there is only so much you can do to reduce the delay time for the images. If you check our demo, you can see that it has a delay time also on the big grid: http://demo.tagdiv.com/newspaper/
Another thing you can do is remove the grey background color if you want by using this custom css:

td-big-grid-post .td-module-thumb {
background-color: rgba(229, 229, 229, 0);

Place it in the theme pane;->custom CCS box

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You could try to disable lazy load animation: http://screencast.com/t/vavPaadUgt. That generally increases load speed a bit. I have also checked your site console and you seem to have quite a few errors in there: http://screencast.com/t/EPqnyjxqa9.
You can also follow this tutorial on page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
Or a few tips from our users tips: https://forum.tagdiv.com/topic/pagespeed/https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/
I hope this helps!
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You need to access the tagdiv_theme.js file and change the delay time from there:
http://screencast.com/t/jxaGhX6Bc
Increase the number to slide slower, Decrease to slide faster.

Thank you!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site, so if you refer to this – http://screencast.com/t/emYDBhmUF7Yhttp://screencast.com/t/R0aqulb6bm8Q the solution is what I said above.
The Speed Booster plugin(I see you use it) moves the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default font appears first then it changes, because of the cascading property of css. To avoid this you will have to change it directly in the style.css file – http://screencast.com/t/7aEC0Nnniq

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to a delay regarding fonts, colors when your page is loading?
This happens because of the cascading property of css, the default css loading first and then the custom one. Also if you use speed booster could affect this, which moves the css and js at the bottom of the page structure so that the page will load faster. A solution is to change the color directly into css stylesheet file.
If this is not what you mean please provide more details, a screenshot and a link may help.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use the speed booster plugin to move this resources at page bottom, for more information please check our page speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ Note that from Speed Booster V 4.1 the move_style_to_footer function was renamed to move_style_to_footer_queue so the code should be like here:

$this->move_style_to_footer_queue(‘your file id’);

Thanks!

Le Claqueur de Doigts
tagDiv Member

Hi Bogdan !

And first of, thanks for your faster than light feedback !

The icons are vector graphics.

So I’m gonna follow the steps in the css-tricks.com article you advised me.

I’ll leave some feedback once I’m done ! 🙂

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have some js errors – http://screencast.com/t/alIIaQHsQ4 I guess they come from a plugin you use(wp rocket), please try to disable it and check if the issue is still there.
Regarding the pagespeed test as you can see a issue is server response time so please read the recommendations – http://screencast.com/t/WMlFSZuHThttps://developers.google.com/speed/docs/insights/Server
You can try to reduce the number of plugins and also note that the speed booster move the js and css at the bottom of the page to Eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones.
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks!

Viewing 25 results - 2,176 through 2,200 (of 2,524 total)