Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Application Performance in jquery html

erum_mirza

New member
Joined
Aug 28, 2019
Messages
6
i have application which is built on below

Jquery /HTML/MVC
Mdboot strap
MVC
visual studio 2015

where HTML is using Massive ,hell of html code span ,div which get very slow in performance ,loading etc

PLEASE suggest a way for increasing performance of my application .please note down i do not want to switch angular or other framework .i want to remain in current tools and tech mentioned above

Thanks
 

NeedSomeAnswers

Superbly Moderated
Joined
Jun 4, 2002
Messages
2,610
There is nothing inherently slow in the technology your using, i use the same dev stack in a number of projects and have no speed problems.

Can you post some code for one of the areas which is performing badly?

also are you sure its the HTML rather than the data loading slowly or some other JavaScript issue? what testing have you done ?
 

NeedSomeAnswers

Superbly Moderated
Joined
Jun 4, 2002
Messages
2,610
So.............................

that means nothing it doesnt tell me what is causing the slowness. As requested in the previous post can you post your code of one of the areas which is performing badly so we can take a look and maybe come up with some idea of how to fix it?
 

PlausiblyDamp

New member
Joined
Dec 8, 2016
Messages
1,190
page is loading very slowly ,div showing after significant time ,menu loading late

Have you tried using something like your browsers developer tools, e.g. F12 in chrome and seeing if it can at least identify where there may be performance issues.
 

techgnome

PowerPoster
Joined
May 15, 2002
Messages
32,778
If I had to guess (which in this case, given the derth of details, I do), I'd say he's got a singlke page app (SPA) that's so massive and complicated that it chunks when it loads into the client. It's probably the kind of thing that would benefit from a complete retooling that he seems to be against.

-tg
 
Top