Problem whith tagDiv speed booster

Posted in: Newspaper
Post count: 42

I am trying to make site run faster (it’s very slow and I don’t know why).

I have read the “How to make the site faster” guide and I have installed W3 total cache and i have tried to install tagDiv speed booster, but when I install it, it makes a mess of fonts. Fonts turn to bold!!! After that I have unistall it.

Any help?

My site is aplotaria.gr

Post count: 6600

Hi,

The speedbooster plugin moves the style to the bottom of the page so this can be due to this as you probably have some custom css added in theme panel.. or this could be due to a plugin.
Please make sure first that this is due to the speedbooster plugin as this could cause conflicts with other plugins so empty all cache and also purge files if you use CDN, disable all plugins leaving active only the speedbooster plugin and visual composer and check for this again.
Hope this helps! Please let me know.

Thanks

Post count: 42

Hi Lucian,

I have unistalled all plugins except Speedbooster and Visual Composer but unfortunately i have the same problem. Post titles in homepage turns to bold.

The only custom css i have added is:
.td_text_with_title, .widget_eme_list {

font-family: Open Sans;
}

.post .td-sub-title {

font-family: Open Sans !important;
}

.author-box-wrap .author {

font-family: Open Sans;
}

.widget_recent_entries a {

font-family: Open Sans;
}

.td-footer-wrap .widget_text ul {
list-style: none;
}

What do you think? Why it needs 10 secs to load homepage?

Post count: 9544

Try putting ‘Open Sans’ in single quotes, since it’s a ‘named font’, and not a web-safe font. Might not be the issue.

Also common to use “font stacks” like

font-family:'Open Sans',Arial,sans-serif;

Post count: 6600

Hi,

Thanks Christopher!

@Kaskarino

This is happening because of the “Open Sans Condensed” font family: http://screencast.com/t/wsMa7HUE
You can change this from theme panel or via custom css and use just “Open Sans”: http://screencast.com/t/vFDtJX1P
For the page loading matter please use the pagespeed guide and follow the pagespeed topic:

* https://forum.tagdiv.com/how-to-make-the-site-faster/
* https://forum.tagdiv.com/topic/pagespeed/

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.