Move Javascript to bottom of the page

wesley_90
13 Posts
wesley_90 posted this 10 March 2016

Hello Themler/users,

A way to give your website a speedboost is to move your javascript to the bottom of the page. Usually i use this trick: https://www.linkedin.com/pulse/speed-boost-how-move-javascripts-footer-wordpress-john-engle

But with Themler it crashes my whole template. Is there an easy way to move my javascript files to the bottom of the page with Themler?

Thanks in advance

Hello Themler/users, A way to give your website a speedboost is to move your javascript to the bottom of the page. Usually i use this trick: https://www.linkedin.com/pulse/speed-boost-how-move-javascripts-footer-wordpress-john-engle But with Themler it crashes my whole template. Is there an easy way to move my javascript files to the bottom of the page with Themler? Thanks in advance
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 11 March 2016

Hi,

No, unfortunstely.
And I suggest that you do it in the final theme only. Themler cannot work with such modifications.

Thank you,
Olivia

Hi, No, unfortunstely. And I suggest that you do it in the final theme only. Themler cannot work with such modifications. Thank you, Olivia
ike
16 Posts
ike posted this 02 April 2017

This is a horrible flaw in Themler. There has to be some work around to this. This is literally killing speed times and ratings for my site and is not the way that typical wordpress sites are handled. This is sad on so many levels. This is a very basic thing of almost all wordpress sites.

This is a horrible flaw in Themler. There has to be some work around to this. This is literally killing speed times and ratings for my site and is not the way that typical wordpress sites are handled. This is sad on so many levels. This is a very basic thing of almost all wordpress sites.
Support Team
Support Team posted this 03 April 2017

Hi,

We'll consider your feedback.

Sincerely,
Hella

Hi, We'll consider your feedback. Sincerely, Hella
webmetod
35 Posts
webmetod posted this 03 April 2017

This is a horrible flaw in Themler. There has to be some work around to this. This is literally killing speed times and ratings for my site and is not the way that typical wordpress sites are handled. This is sad on so many levels. This is a very basic thing of almost all wordpress sites.

Scripts are used to draw a theme, so they must be executed before the page loads. In the end, you need to put scripts that can be executed after without problems (analytics, etc.).

> This is a horrible flaw in Themler. There has to be some work around to this. This is literally killing speed times and ratings for my site and is not the way that typical wordpress sites are handled. This is sad on so many levels. This is a very basic thing of almost all wordpress sites. Scripts are used to draw a theme, so they must be executed before the page loads. In the end, you need to put scripts that can be executed after without problems (analytics, etc.).
You must log in or register to leave comments