2
votes
1answer
31 views

Ember.js rendering slow in IE 7

We created a web application using EmberJS (version 1.0.0-rc5). We notice great performance in Chrome, unfortunately we have to support Internet Explorer 7 as our main platform. We notice that ...
0
votes
0answers
14 views

Skrollr iOS issues

I'm having issues with a parallax site I am building using Skrollr. I've built a site that has the same effect as https://www.spotify.com/uk/. The effect being large full width background images ...
0
votes
3answers
48 views

Avoiding duplication of code for jquery function

I have this script (one of my first) which I have had a bit of help developing: http://jsfiddle.net/spadez/AYUmk/2/ var addButton =$("#add"), newResp = $("#resp_input"), respTextArea = ...
0
votes
2answers
50 views

How to handle jQuery on click the right way?

I'm making a little web app with an Off Canvas menu where each item executes a specific function. My research with Google revealed that jQuery's .on("click", ... is better than the attr ...
0
votes
2answers
35 views

Javascript - Efficiency for scroll event, run code only once

These if statements are always making me dizzy. If have a page with a header, and a hidden header above that in the markup. <div id="headerfloat" style="display:none;"> <p>Floated ...
-1
votes
2answers
80 views

More efficient way other than setTimeout() [closed]

The time delay given in setTimeout() works differently for Windows and Ubuntu? Why is that? Is there a better way?
2
votes
2answers
25 views

What browser-internal operations prevent requestAnimationFrame from being invoked?

I understand the answer to this question is very browser (and even browser version) specific, but I was hoping there might be some general rules or behaviors that apply everywhere. I know the ...
2
votes
1answer
44 views

Get the closest color name depending on an hex-color

I try to get the most matching color name depending on an given hex-value. For example if we have the hex-color #f00 we've to get the colorname red. '#ff0000' => 'red' '#000000' => 'black' ...
0
votes
1answer
44 views

Canvas: animating a simple star field

I'm relatively new to Canvas. In finding my feet I'm creating a simple arcade game. My question is regarding CPU performance / efficiency. I'm creating 100 randomly positioned white dots as stars on ...
0
votes
1answer
44 views

DOM traversing with jQuery - Are there performance hits?

I'm currently loading 300 + items onto the page to filter through. The current page and filtering load are terrible. After looking through the code, I noticed I wasn't originally referencing ID's ...
0
votes
0answers
17 views

image stuck - 'pending' network status for an src/ng-src

I'm writing an application whose data has multiple image links, that I assign into ng-src (Angular's src directive). every once in a while, the image is stuck and I see a 'pending' status on the ...
1
vote
1answer
35 views

Improve selectors performance with jQuery

I have been taking a look on some sites and they all talk about using tag selectors instead of classes to improve the performance. For example, this: $("input.myclass"); Instead of this: ...
0
votes
0answers
58 views

Conway's game of life - Optimizing the code [migrated]

I have just finished my first iteration of conway's game of life as a codeing excercise. I have little experience with coding, so I think my code could use some refractoring. What i am curios about is ...
5
votes
1answer
78 views

Why is JavaScript slower in a FireFox add-on than in a webpage loaded in FireFox?

I wonder why the same JavaScript code is considerably slower in a FireFox add-on (using the Add-on SDK) than directly running in a web page loaded in FireFox. For instance, this code: function ...
-2
votes
0answers
49 views

JS Pattern: What is the fastest performance of JavaScript design pattern? [closed]

Simply, what is the fastest (in performance) of JS design pattern? module?singleton?etc? i read Addy Osmani ebook, but still do not know, which have fastest performance or naked functions/ anti ...
1
vote
2answers
46 views

Annonymous functions and parameters

Sorry if this question is duplicated or answered, but I didn't find a clear answer to this. function foo() { var bar = 'no' setInterval(function() { console.log(bar); }, 1000); } When I ...
0
votes
0answers
27 views

SVG performance: display:none vs removeChild()

I am working on the library for drawing and animating SVG elements. At the beginning of the process all elements are planned to be created via: <SVG> = ...
0
votes
0answers
21 views

Should compression algorithms be run from CGI Scripts instead of JavaScript Code?

Is it more efficient to compress large strings of data using JavaScript (For example using the LZW compression algorithm) or would it be better to have a python or c++ file execute the compression ...
-3
votes
1answer
45 views

Javascript vs JavaBean in speed [closed]

I have a question pertaining to JSP development. My servlet reaches a point where my simple Java classes cannot help me with my website, and Javascript takes over. The problem is that the data is very ...
0
votes
0answers
44 views

performance of a javascript platformer game

i need some advice optimizing the performance of a javascript game i'm working on. it's a 2D platformer, i'm using box2D for the physics and dom transforms for the animation (i found them faster than ...
1
vote
2answers
46 views

Javascript array, modify values for all keys

I have an array of this format: array [ object{key1: v1, key2: v2}, object{key1: v3, key2: v4} ] right now, to change the value of each object, where it is key is lets say, key1 to v2, I am looping ...
3
votes
2answers
46 views

_.isFunction(a) vs. typeof a === 'function'? javascript

I think it might be only performance case - http://jsperf.com/comparing-underscore-js-isfunction-with-typeof-function/2 And seems that typeof is faster.. so my question is - which is more appropriate ...
0
votes
0answers
21 views

Optimize DOM game performance

I am working on a game developed on DOM using Crafty JS framework, and Greensock GSAP JS for animations. It is my first time working with these technologies. I am have a problem with FPS going down ...
0
votes
0answers
20 views

how to over come the stop script error in the browser when rendering large chart data using dojo

I'm developing an application which involves complex charts. When trying to render large amount of data in the chart the browser became unresponsive and show the alert stating the stop script error. ...
1
vote
1answer
22 views

Multiple requestAnimationFrame performance

If I’m doing multiple animations, is it OK performance-wise to add multiple requestAnimationFrame callbacks? F.ex: function anim1() { // animate element 1 } function anim2() { // animate ...
4
votes
2answers
68 views

Why is drawing POT images faster than NPOT images?

I was looking into canvas speed optimizations, and I found this answer: http://stackoverflow.com/a/7682200/999400 don't use images with odd widths. always use widths as powers of 2. So I'm ...
3
votes
3answers
37 views

Does backbone sort all elements in collection or just added ones

I'm having a speed issue on my Backbone app during the endless scrolling event; models are added to a collection individually, and so the collection is sorted every time. I'm wondering how I can ...
0
votes
2answers
89 views

remove all flash objects without overloading browser

I'm loading on my site third party content. Now I'm trying to remove all flash objects from my page using header script code. The problem is that everything must load in browser and i can only remove ...
0
votes
2answers
53 views

Simplest way to selectively activate generic jQuery/javascript modules for a specific page?

It's oft recommended optimization to consolidate your javascript into fewer parts and reduce the number http requests. On a smaller site you could easily arrive at structure like: /js/jQuery-xx.js ...
1
vote
2answers
46 views

.filter(':last') vs. .last()

I was wondering if there is any difference between .filter(':last') and .last()? For me it looks like they're doing the same, but I'm new to jQuery. If there is no difference in the result, which one ...
0
votes
1answer
17 views

SPDY and lazy image loading via JavaScript

I'd like to load a bunch of images via JavaScript and insert them into my page. When the web server supports SPDY, does each image generate a new request or are all the image request bundled into one ...
2
votes
3answers
43 views

Fast and save way to remove the sign of a singed number in JavaScript

I want to remove the sign of a Number in JavaScript. Here are the test cases that I already examined at jsperf (http://jsperf.com/remove-sign-from-number) if(n < 0) n *= -1; if(n < 0) n = -n; ...
0
votes
1answer
62 views

Why does the performance of this HTML5 app drop upon coordinate load

I wrote this Mandelbrot plotter in HTML5 and it has a reproducible performance bug that I can't figure out. In the Plot Controls section, there's the ability to save coordinates into a pick list to ...
1
vote
4answers
50 views

Javascript single use variable declaration

This may be a obvious question, but I was wondering if there was an efficiency difference between declaring something in a one time use variable or simply executing the code once (rather then storing ...
1
vote
2answers
59 views

Javascript prototype usage performance [duplicate]

I want to learn the adventages of using javascript prototype. Object prototype usage is increaseing performance. I wanna see this by usage of memory. Case-1 var Foo1 = function (name) { ...
2
votes
3answers
182 views

Javascript is 4 times faster than C++?

For a long time, I have thought of C++ as faster than javascript. However, today I made a benchmark script to compare the speed of floating point calculations in the two languages and the result is ...
3
votes
0answers
69 views

Why is the hoverintent function using so much CPU?

I have implemented the following plugin: jQuery.event.special.hoverintent = { pxDelta: 7, pxRate: 100, bindType: "mouseover", delegateType: "mouseover", handle: function( event ) ...
0
votes
0answers
20 views

PhoneGap application - Code Quality Check

I have created a PhoneGap application for iOS and android. I want to perform Static Code Analysis for this application in order to find performance issues, memory leaks, security warnings and so on ...
-1
votes
0answers
20 views

Fast Javascript (Browser) file hashing [closed]

I'm looking for a fast way to create a SHA1 hash for a given file with Javascript and the new HTML5 File API. While the file api reads files pretty fast, the hashing algorithms implemented in ...
0
votes
0answers
21 views

How to limit (remove) Modernizr tests

I'm using Modernizr in a webpage. It's testing for a lot of things - 99% of which I don't need. I know which tests I need. To optimize the loading (initializing) of the page, is there a way to tell ...
4
votes
3answers
201 views
+100

The most performant way to check if a string is blank (i.e. only contains whitespace) in JavaScript?

I need to write a function which tests, if given string is "blank" in a sense that it only contains whitespace characters. Whitespace characters are the following: '\u0009', '\u000A', '\u000B', ...
-2
votes
1answer
55 views

What you need to know about Asynchronous JS Programming? [closed]

I'm a web apps developer, I use for most apps PHP/MySQL with APC enabled, caching technologies: Memcached is my favorite one. Sometimes I use Percona MySQL version. I'm new to NodeJS and I want to ...
4
votes
1answer
59 views

Slow performance drawing dashed lines in HTML5 Canvas

I am attempting to make a Pong clone using HTML5 canvas. I want to draw a dashed line down the middle of the playing field as is found in the original Pong. I am doing this by extending the ...
3
votes
3answers
107 views

JavaScript: native forEach vs native forEach

I noticed that native forEach sometimes occurs to be too slowly even for small arrays. Look at this example: var a = [], b = []; a[1234567] = 'foo'; b[10] = 'bar'; a.forEach(function(arg1, arg2) ...
1
vote
1answer
51 views

NodeJS/V8/JavaScript on Linux: Upredictable ramp-up to full performance

Following is a stitch-up of the CPU consumption graphs over multiple runs of a simple script. I am intrigued by the variability of the CPU consumption graphs over short periods of time. Does anybody ...
0
votes
0answers
20 views

Javascript Delegation performance considerations

I looked for threads on performance increase using delegation mechanism. I am talking about simple javascript, without jQuery or other tools/libraries. Every element spawns events in the DOM tree, ...
0
votes
1answer
32 views

Performance of indexOf() vs. an Associative Array in Javascript?

I have a series of values which correspond to certain numbers. There are never two values that correspond to the same number. There are no gaps between the numbers. E.G. {a: 1, b: 2, c: 3, d: 4} as ...
0
votes
0answers
43 views

jquery ui checkbox performance issue

I've got a backbone application in which I render a big table of tree nodes (each table line represents one node). Nodes have jquery ui checkbox. The tree is quite big (around one thousand elements ...
0
votes
2answers
47 views

How can i improve performance of search script?

I have UL list with many items and some input. My script listens to key up on input and show or hide field that match input string. Here is my code: $(function(){ ...
0
votes
1answer
22 views

Unable to initialization of fastclick plugin

am having a problem in initializing fastclick plugin am trying to initialize fastclick plugin with a class but it gives me error if am used this for a single element it works fine but if i want it ...

1 2 3 4 5 41