Speed Booster Plugin – Where to add the following code

Posted in: Newspaper
Post count: 104

Hello,

I have newspaper theme v6.2 installed on my website.

URL : http://www.naukrinama.com
Google Page Speed URL : https://developers.google.com/speed/pagespeed/insights/?url=naukrinama.com

It shows a lot of JS and CSS errors. With the steps mentioned on this URL : https://forum.tagdiv.com/how-to-make-the-site-faster/

I took out the ID’s of the various JS and CSS files and have created the code lines. But i am confused where to add then in the speed booster plugin php file.

I can already see similar code for that ID added there. Should i replace it or what ?

Post count: 6535

Hi

For css files you need to insert the code here: http://screencast.com/t/wX7WdMXHcI and you don’t need to replace the initial code, just add the new lines below. For js files you need to add the code here: http://screencast.com/t/sepdlO1lPFz

Let me know how it goes!

Thanks!

Post count: 104

Hello Andrei,

I have added the code to the respective place show by you. But still no luck. In google Page Speed Insights it still shows the same errors.


$this->move_js_to_footer(‘arevico_scsfbcss’);
$this->move_js_to_footer(‘arevico_scsfb_launch’);
$this->move_js_to_footer(‘arevico_scsfb’);

$this->move_style_to_footer(‘arevico_scsfbcss’);
$this->move_style_to_footer(‘font-awesome-four’);
$this->move_style_to_footer(‘td-plugin-framework’);
$this->move_style_to_footer(‘google_font_open_sans’);
$this->move_style_to_footer(‘google_font_roboto’);
$this->move_style_to_footer(‘nextprev-style’);
$this->move_style_to_footer(‘js_composer_front’);
$this->move_style_to_footer(‘td-theme’);

Let me know what to do now.

Post count: 6535

Hi

Notice that the Speed Booster plugin disable itself when an incompatible plugin it’s uninstalled. We added this measure to avoid conflicts with the plugins that won’t allow to move their resources at page bottom. You can check the Speed Booster status here: http://screencast.com/t/kkxdhLZH To keep the plugin always activated please follow this link: http://screencast.com/t/HaOmyxJ45oX
Let me know how it goes!

Thanks!

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