The Cost of Javascript Frameworks

Web programming qustions, like PHP, ASP, ASP .NET, Perl etc. belong in this section.
Forum rules
Please make yourself familiar with our rules and guidelines before posting.
Post Reply
Accrete
Administrator
Posts: 1786
Joined: Fri Nov 08, 2019 12:44 am
Latest blog post: Have You Read the Webmaster Guidelines Yourself?
Answers: 1
Reputation: 987
Location: Canada
Has thanked: 22 times
Been thanked: 113 times
Contact:

The Cost of Javascript Frameworks

Post by Accrete »

Have you considered the cost of all the JavaScript you have included in your site or blog?
There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript.

The thing about JavaScript is you end up paying a performance tax no less than four times:
1.The cost of downloading the file on the network
2.The cost of parsing and compiling the uncompressed file once downloaded
3.The cost of executing the JavaScript
4.The memory cost

The combination is very expensive....

...a framework should go beyond developer experience value and provide concrete value for the people using our sites. Performance is just one part of that—accessibility and security both come to mind as well—but it’s an essential part...
The Cost of Javascript Frameworks
Yours truly,
Accrete Web Solutions

SEO troubleshooting and review services available. - Pm me.

Colbyt
Administrator
Posts: 1350
Joined: Fri Nov 08, 2019 12:11 pm
Latest blog post: The magical little can that replaces 4 pantry item...
Answers: 2
Reputation: 617
Location: Central Kentucky USA
Has thanked: 149 times
Been thanked: 42 times
Contact:

Re: The Cost of Javascript Frameworks

Post by Colbyt »

And then there is cost that some people block it.

How expensive is that?
Colbyt
Reducing my online presence to do some other things.

User avatar
J. H. Rasmussen
Administrator
Posts: 1340
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » « on Web Browser Games
Answers: 0
Reputation: 619
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: The Cost of Javascript Frameworks

Post by J. H. Rasmussen »

There may be some costs having a lot of JavaScript on your website, but there sure is also some winnings.

For example, have you tried to read a webpage with AJAX and see how much faster that is compared to a normal webpage load? It's much faster with AJAX, i guess it's like with any other programming language, there is good and bad. You need to figure out if JavaScript is the better tool for the job, there diffidently is cases where it is.

Colbyt
Administrator
Posts: 1350
Joined: Fri Nov 08, 2019 12:11 pm
Latest blog post: The magical little can that replaces 4 pantry item...
Answers: 2
Reputation: 617
Location: Central Kentucky USA
Has thanked: 149 times
Been thanked: 42 times
Contact:

Re: The Cost of Javascript Frameworks

Post by Colbyt »

It's much faster with AJAX,
I will agree with that. I do like an AJAX contact form.
Colbyt
Reducing my online presence to do some other things.

Accrete
Administrator
Posts: 1786
Joined: Fri Nov 08, 2019 12:44 am
Latest blog post: Have You Read the Webmaster Guidelines Yourself?
Answers: 1
Reputation: 987
Location: Canada
Has thanked: 22 times
Been thanked: 113 times
Contact:

Re: The Cost of Javascript Frameworks

Post by Accrete »

Colbyt wrote: Fri Apr 24, 2020 8:18 pm And then there is cost that some people block it.

How expensive is that?
Of it never loads. ;)
Yours truly,
Accrete Web Solutions

SEO troubleshooting and review services available. - Pm me.

Post Reply

Return to “Web Programming”

Who is online

Users browsing this forum: No members and 13 guests