Speed Issue

Posted in: Newspaper
Post count: 131

Hi…

After changing the template the site load time went to 9-10S… previously it was 900ms – 1.16s.

Domain is taking alone 6-7 seconds to load….

I have gone through the doc. of the theme… but i haven’t found anything solid which can help me to fix it..

http://www.magscroll.com is the url…

please let me know what can i do to reduce the loading speed.

thanks

Post count: 131

Hi again!… i checked with my hosting provider as well they told me everything is fine from their end… the domain wait time issue i am having is because of the theme.

http://gtmetrix.com/reports/www.magscroll.com/d0bY2eOj

thanks

Post count: 131

And I do agree with the hosting provider because with my old theme it was lest 1 sec but just after installing the new theme i am having issue…

Please help me out with this issue so that i can resume work.

Post count: 6600

Hi,

I’ve site via google pagespeed test and according to it that your major issue is your “server response time”: http://screencast.com/t/rqdgudlAgtH2
I suggest you also try this without any plugins active, empty cache and/or purge files then check again. Please also switch to a default WordPress theme like twentytwelve/ thirteen/ fourteen/ fifteen.. then test your site again to see if your server response time changes.
Please let me know!

Thanks

Post count: 131

Hi… thanks for the reply!

It was facebook plugin which was causing the site to slow down… But i need that plugin for comment :/ currently i have removed the plugin. Could you tell any alternative solution for comment system?

And please can you do the test once again to let me know if everything is fine with my site or not…

Thanks again!

Post count: 6600

Hi,

Seems fine now, the server notification doesn’t show anymore on your page speed test:
*mobile: http://screencast.com/t/8UTXIDjd
*desktop: http://screencast.com/t/LBlVshQrTn

Sorry for the inconvenience! You could try Disqus for your comments system.

Thanks

Post count: 131

Hi.. No worries… i would rather keep the default wordpress comment system… But what I would like to do is to disable to section of website and email from the comment form! how can i do that?

Secondly how can I fix these things??

1. Your page has 2 blocking CSS resources. This causes a delay in rendering your page.

Optimize CSS Delivery of the following:
http://www.magscroll.com/…y-social-share-buttons.min.css?ver=2.0.3
http://fonts.googleapis.com/css?family=Roboto%3A400%2C700&ver=4.1

2. Minify JavaScript

Minifying http://www.magscroll.com/…es/Newspaper/js/td_external.js?ver=4.6.1 could save 3.4KiB (10% reduction) after compression.
Minifying http://www.magscroll.com/…assets/js/js_composer_front.js?ver=4.3.5 could save 2.1KiB (36% reduction) after compression.

3. Leverage browser caching for the following cacheable resources:
http://www.google-analytics.com/analytics.js (2 hours)

4. Minify HTML for the following resources to reduce their size by 1.3KiB (12% reduction).
Minifying http://www.magscroll.com/ could save 1.3KiB (12% reduction) after compression.

Currently I am not using any cache plugin because when i use WP Super Cache it makes my site slower than the normal speed.

Please advise me on that.

Thanks!

Post count: 6600

Hi,

Edit the comments template and remove this code: http://screencast.com/t/NnVDP8cA
For the 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

Post count: 131

Thanks for the help!…

I have encountered one little problem which is the use of smiley… When I add an smiley in any line it simply breaks the line and send the smiley on another line which means if i am doing something like this in post while writing

🙂 🙂 🙂

the outcome of it on published pages goes like this

🙂
🙂
🙂

Ref: http://imgur.com/bb7sySh

Please let me know how can i fix it??

thanks

Post count: 7909

Hi,

You have to align your images to the left: http://screencast.com/t/Pplc6vNyn
Result: http://screencast.com/t/4rVz0zyz3P

Thanks!

Post count: 131

Hi Alin!

I tried that… it’s not working… :/

Thanks!

Post count: 1291

Replied bellow.

  • This reply was modified 11 years by Emil G.
Post count: 1291

Hi,

Try the following css:

.td-post-text-content .wp-smiley {
display: inline-block;
}

Add it in Theme Panel -> Custom CSS.

Thank you!

  • This reply was modified 11 years by Emil G.
Post count: 131

Thanks emil!

It worked… One more thing i would like to ask which is regarding the cache plugin… I have installed W3 Total Cache and i’m not so familiar with this plugin bcz previously i was using WP Super Cache..

As the documentation say I should only activate page cache.. i did that already but there are more setting on the page cache tab should I just leave them as they are? Or do i need to make any changes??

Thanks!

Post count: 1291

Hi,

You shouldn’t enable them if you don’t know what they do, we only recommend using page cache, some of the settings may break the site functionality.

Thank you, Emil G.

Post count: 131

Thanks Emil for the reply…

Could you please help me to solve this issue?? this is giving a really hard time….

I have two other issues that i would like to have your support.

1. Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 2 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:
http://www.magscroll.com/…y-social-share-buttons.min.css?ver=2.0.3
http://fonts.googleapis.com/css?family=Roboto%3A400%2C700&ver=4.1.1

I tired this guide i am not sure what to do? as i am not so good with technical knowledge

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

2. When I load the site it loads 3 – 4 times of different fonts before it actually loads the the font that i have selected for my website… i feel that it’s also taking time and making the site slower… is there any just to load one type of font which is selected from the backend?

Thanks!

Post count: 131

This is the font issue i am talking about 🙂

Post count: 6600

Hi,

The render blocking JavaScript and CSS notifications are solvable using the speed booster plugin and the guide you’ve mentioned (4-th point).
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
The guide provides all the info you need to do this, you have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action

Regarding the second issue, that usually happens when using the speed booster plugin as this plugin moves the css and js automatically to the bottom of the page.
I suggest you update the theme to the latest version and also update the speed booster plugin then let me know if you still have this issue.

Thanks

Post count: 131

Hi…

Currently I am using 4.6.1 for the theme…. I guess that’s the latest one

Is there any new version???

Thanks!

Post count: 6600

Hi,

No, the 4.6.1 version is the latest. Try this without any plugins active, leave just VC active and test again. Also remember to empty cache/purge files. If your issue is gone please activate just speed booster then check again.

Thanks

Post count: 131

Hi…

I followed as you said…

When i deactivate all the plugin the issue wasn’t there but when I activated Speed Booster I had the same issue again!…

How can i fix it?

Thanks

Post count: 6600

Hi,

Unfortunately using the Speed Booster plugin could cause issues of this type, because the plugin moves resources to the footer. I will add this on our issue tracker for further testing and we will fix this in next updates.

Thanks

Post count: 131

Thanks will wait for the update 🙂

Viewing 23 posts - 1 through 23 (of 23 total)
The forum ‘Newspaper’ is closed to new topics and replies.