I've built an extensive Exact Search & Fuzzy Search engine entirely in Javascript/jQuery. When used on larger data sets, there's a noticeable lag time when used in Firefox. Yet when used with Chrome and Internet Explorer, the results are displayed almost
instantly.
I have two questions:
Does anyone know of a list of Javascript or jQuery functions that are especially slow in Firefox?
Is there some sort of a client-side profiler available for Firefox? Note: Unless I'm not aware of something, Firebug isn't sufficient to help me spot particularly slow functions.
Does anyone know of a list of Javascript or jQuery functions that are especially slow in Firefox?
Do you mean that your JavaScript or jQuery codes are running slowly in Firefox, but it is fine in Chrome and IE? If that the case, you could try to ask for help on Firefox help forum.
None
0 Points
19 Posts
Javascript Speed Differences: Firefox vs. Chrome, IE
Feb 03, 2016 10:07 PM|Robert W.|LINK
I've built an extensive Exact Search & Fuzzy Search engine entirely in Javascript/jQuery. When used on larger data sets, there's a noticeable lag time when used in Firefox. Yet when used with Chrome and Internet Explorer, the results are displayed almost instantly.
I have two questions:
Sincerely,
Robert W.
None
0 Points
19 Posts
Re: Javascript Speed Differences: Firefox vs. Chrome, IE
Feb 03, 2016 10:37 PM|Robert W.|LINK
My apologies, I just discovered the Profiler in FireBug. It appears to be precisely what I was looking for!
Though if anyone still has a list of Javascript or jQuery functions that are known to be quite slow in Firefox, I'd appreciate hearing about them!
All-Star
38076 Points
5157 Posts
Microsoft
Re: Javascript Speed Differences: Firefox vs. Chrome, IE
Feb 04, 2016 02:22 AM|Fei Han - MSFT|LINK
Hi Robert,
Do you mean that your JavaScript or jQuery codes are running slowly in Firefox, but it is fine in Chrome and IE? If that the case, you could try to ask for help on Firefox help forum.
https://support.mozilla.org/en-US/kb/get-community-support
Best Regards,
Fei Han
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.