Tagged Questions
The lag tag has no wiki summary.
12
votes
4answers
262 views
What's the minimum lag detectable by a human? [closed]
Possible Duplicate:
What is the shortest perceivable application response delay?
I've been profiling some JavaScript UI code because it feels a little laggy. So far, I've found some ...
8
votes
4answers
983 views
Android eclipse plugin lags on type (3.6 - Helios) [closed]
Possible Duplicate:
Eclipse Android SDK slow Content Assist performance
When I write a code like so:
TextView tv = new TextView(context);
tv. // Here ...
7
votes
7answers
4k views
Visual Studio 2010 Intellisense slows down everything
I have the issue with Visual Studio 2010, after a while, running exceptionally slowly and slowing everything else down with it. I'm meaning:
Most other open windows become unresponsive
Typing is ...
6
votes
1answer
540 views
(vim profiling) VIM 256 colors mode, laggy php files
I'm using 256-colors theme in vim (set t_Co=256) and all php files opens about 8 seconds.
It's my local dual-core machine
It doesn't depend on color scheme I used (zenburn, wombat, wombat256)
HTML, ...
4
votes
1answer
1k views
AudioTrack lag: obtainBuffer timed out
I'm playing WAVs on my Android phone by loading the file and feeding the bytes into AudioTrack.write() via the FileInputStream > BufferedInputStream > DataInputStream method. The audio plays fine and ...
3
votes
1answer
77 views
CUDA: tips to avoid laggy display during long kernels
Dear CUDA users I am reposting a question from nvidia boards:
I am currently doing image processing on GPU and I have one kernel that takes something like 500 to 700 milliseconds when running on big ...
3
votes
2answers
92 views
Chrome/V8 slow onmousemove() over certain elements
I'm developing a music player based on jQuery, which has a long list of items in the main section (unordered list, with <div> elements in each <li>, for info about artist, album and ...
3
votes
3answers
153 views
Why is my java made pacMan clone sometimes laggy?
I'm working on a pacman clone in java using eclipse and sometimes it appears laggy more specifically the movement of pacman/ghosts is slow, sometimes its fine. Once it has happened while I was running ...
3
votes
1answer
117 views
Lag in Java Game
I'm writing a game in Java. And, oh wonder, i have performance issues. I benchmarked the paint itself - 1000 cycles in 3 ms tops. The game logic is even below that. So far, so good. But i still ...
3
votes
4answers
318 views
C#: Wait until progressbar finished drawing [closed]
Possible Duplicate:
Winforms Progress bar Does Not Update (C#)
First time asking a question here for me.
I'll try to explain my problem using this code snippet:
progressBar1.Maximum = 50;
...
3
votes
1answer
136 views
Why does it take so long to retrieve the frontmost process via AppleScript?
I recently wrote a utility program called WindowTiler which moves around the currently focused window using global shortcuts. I move around the window via AppleScript and use the following script to ...
3
votes
1answer
71 views
Leaks occur when computer lags?
We have recently discovered that when we run a lot of different processes on our mac while running the instruments to check for leaks, we get some:
GeneralBlock-16 and GeneralBlock-64 leaks that ...
3
votes
2answers
126 views
Frequent lag spikes in multi-threaded code
I'm attempting to make my simple C# graphics library multi-threaded. However, after the introduction of this code:
/* foreach (IAffector affector in affectorLookup.Values)
...
3
votes
5answers
521 views
Key down lags Mouse in Flash with FF
I'm trying to improve the performance of a flash game we did. It's a game very similar to GTA but for flash... This is why its important that Mouse and keyboard can be used at the same time...
But ...
3
votes
4answers
2k views
Eclipse (Aptana) Typing Lag
I've been using Aptana for some time now, and as of recent I've been dealing with files that are really, really big (500+ lines of code, which is huge for me, being a novice developer). Whenever I ...
3
votes
3answers
1k views
Visual Studio Freezing On Opening Project
My Visual Studio seems to be freezing/lagging when I open a existing project. I have added NHibernate framework into my code and it seems to lag my computer (at least that's what I think). When I open ...
2
votes
3answers
41 views
general lag in time series panel data
I have a dataset akin to this
User Date Value
A 2012-01-01 4
A 2012-01-02 5
A 2012-01-03 6
A 2012-01-04 7
B 2012-01-01 2
B 2012-01-02 3
B ...
2
votes
0answers
57 views
Why do I get lagspikes from sound?
I'm developing a game in Java, and have made an attempt at coding a simple sound system for it made of two class files: one that handles them, and one for each sound file loaded.
My problem is that ...
2
votes
3answers
121 views
Detecting duplicates which fall outside of a date interval
I searched in SO but couldnt find a direct answer.
There are patients, hospitals, medical branches(ER,urology,orthopedics,internal disease etc), medical operation codes (examination,surgical ...
2
votes
2answers
116 views
jQuery: how can I play a sound with absolute minimal or *quantified* lag?
I'm writing a psychology app in jQuery. Part of my project requires measurement of the reaction time of a user to a sound (user presses a key). Thus, I need to play a sound file with the smallest ...
2
votes
1answer
244 views
Why is scrollview and app moving slow (laging)
I have a scrollview and in each row I load a picture plus text (the picture path and text are loaded from database). The problem is that if the picture has a very high resolution, the application ...
2
votes
2answers
86 views
How to prevent position jumps in a network game?
I'm using a .net based game engine and an intermediate program (using reliable udp) to handle the position and rotation transfer. The data seems to transfer correctly but there are jumps between ...
2
votes
1answer
555 views
Cache whats being draw on MapView in Android
I am developing an app for my Universities campus that displays the campus in a MapView; then using geopoints draws the outlines of the buildings on campus on the mapView using the draw method a class ...
2
votes
2answers
624 views
Why does my website scroll slowly, and why are its hover effects laggy? How can I fix this?
So I have this site here which has major performance issues. Scrolling is very slow, hover effects have a bit of lag and other similar issue. Unfortunately right now I am working off a cheap host so I ...
2
votes
2answers
800 views
Animation: jQuery VS CSS: jQuery lags, why? - jsFiddle comparison/example
JSFiddle
I have an example comparison of the exact same animation performed by jQuery and another by CSS. The animation is so little, not much happening, so why is jQuery lagging like it is? This is ...
2
votes
2answers
471 views
C#/Winforms App freezing/lagging
I have an Application in C#/Winforms that is basically used to run test for customers accounts in a specific order/setup. They are all tests run in browsers and so I built it so it would automate the ...
2
votes
2answers
2k views
CSS3 box-shadow causes scroll-lag (slow performance) on Safari 5.0.2?
Hey there,
this time I have a quite rare issue that's occurring only in Safari 5.0.2. When using CSS3's box-shadow parameter, Safari's performance is that bad, you can't even scroll down properly or ...
2
votes
2answers
289 views
Help calculating complex sum in hierarchical dataset
I have an interesting SQL problem. I have a hierarchic table of parts that make a bill of material. similar to this:
ASSEMBLY
---------
parent_part_id
part_id
quantity
I get the hierarchy of this ...
2
votes
1answer
361 views
Accurate signal delay calculation in Python
I'm trying to calculate the lag between two signals in Python using cross correlation. The two signals are almost identical except for a very small timelag. I've tried numpy.correlate and ...
2
votes
1answer
595 views
Generate new time-lagged variable in R
I'm creating a time-series object with new variables using the transform() function in R and cannot find the proper function to calculate the difference in variable C between today and yesterday.
...
2
votes
2answers
618 views
DOS ASCII Animation Lagging without constant input, Turbo C compiled
Here's an oddity from the past!
I'm writing an ASCII Pong game for the command prompt (Yes yes oldschool) and I'm writing to the video memory directly (Add. 0xB8000000) so I know I'm rendering ...
2
votes
2answers
687 views
iPhone application lags after launching and dismissing MFMailComposeViewController
I have an application that uses a table view controller to display some items, after clicking on one of those items you may select to email this item. Once that happens I use the code provided by ...
2
votes
1answer
611 views
R lag over missing data
Is there a variant of lag somewhere that keeps NAs in position? I want to compute returns of price data where data could be missing.
Col 1 is the price data
Col 2 is the lag of price
Col 3 shows p - ...
2
votes
2answers
1k views
Php - Connecting to remote database very slow
I have a new VPS server, and I'm trying to get it to connect to another server at the same ISP. When I connect via mysql's command line tool, the connection is very fast.
When I use PHP to connect ...
1
vote
1answer
22 views
how to fix form lagging when its labels changes by a thread?
my application sends file to server using (socket tcp c#) the file transfer works perfectly .. but progress form that shows me the progress of sending doesn't work well
its lagging and shows like ...
1
vote
1answer
38 views
Can I perform autocorrelation / lag analysis on a zoo object in R with non-regular time steps? If so, how?
Can I perform autocorrelation / lag analysis on a zoo object in R with non-regular time steps? If so, how?
The only other post I could find here dealt with regular time series. I have a sequence of ...
1
vote
3answers
94 views
Game lagging (beginner)
I am creating a game in which asteroids spawn and move down the screen. In the update method of the game, i am using a random number to spawn the asteroids sporatically. When i start it up, it begins ...
1
vote
1answer
35 views
text() in Processing
I'm playing around with Processing to see how everything works, but when dealing with the text() method, it seems to be having load time issues.
The code I have simple loads a PNG image onto the ...
1
vote
1answer
52 views
creating lags for zoo objects
I have been creating lags for zoo objects using the following econ$gdp4 <- lag(econ$gdp, k = -4, na.pad = TRUE). I have about 6 columns in econ object that I want to create lags for and I want to ...
1
vote
1answer
99 views
iOS 4+: lag in CMDeviceMotion time intervals
I'm working on a calculation-intensive app that happens to listen to sensor data (acceleration, but also angular velocity). After a couple filters, these vectors are integrated to track displacement.
...
1
vote
1answer
169 views
Teradata equivalent for lead and lag function of oracle
I have been working ot see the equivalent function for Oracle lead and lag function.
The oracle lead would look like
LEAD(col1.date,1,ADD_MONTHS(col1.DATE,12))
OVER(Partition By tab.a,tab.b,tab.c ...
1
vote
3answers
234 views
ListView with getView() Over-Ridden Slow Due To Constant GC?
I have a ListView in my app, and I've over-ridden the getView() method so I can change the row's ImageView src depending on the row's text.
The problem is, I've noticed the ListView scrolling is ...
1
vote
2answers
245 views
Google Map Lag on Android
I've been developing an app that reads a .csv file, takes out approximately 16 latitude/longitude points, and plots them on a Google Map.
However, it seems that the points don't like to plot until I ...
1
vote
2answers
40 views
Any way to find out what my shared hosting “lag” is?
I have shared hosting with hostgator and until about a month ago, things were dandy. Now.. every 2 to 3 minutes, I'll click a link and the browser won't resolve for about a full minute. This is any ...
1
vote
2answers
272 views
Objective C: UITableView Scrolling becomes Laggy
I have a UITableView which becomes very laggy when during scrolling. My code snippet as follows:
In my "cell setupCell" I have a few customized items which I added to the cell contentview
1 X ...
1
vote
2answers
166 views
Oracle lag function, can it accept a column alias?
I am trying to use the lag function so I can compare one column to the last without using a cursor.
However the column I need to compare against has to go by an alias as I am using 3 unions).
Here is ...
1
vote
1answer
193 views
android EditText lagging when typing text
Im developing some sort of chat application, all goes wellm but im stuck with one problem.
EditText lags, my android keyboard gets freezed on second or some whenever I type some letter in edittext. O ...
1
vote
5answers
108 views
Java app breaks 10% of the time
I have an app that uses a 2400x1800 buffered Image (which I know it takes a lot of resources), but it works perfectly more than 90% of the time. Takes 130 mb of RAM and uses 5% of CPU.
The problem ...
1
vote
6answers
203 views
Reduce MySQL query amount with jQuery and PHP
I am building a "multiplayer world" with jQuery and PHP. Here is a bit how it works:
User's character's positions are taken from a database, user is plotted accordingly (the position values are CSS ...
1
vote
1answer
242 views
Android 2D Game App freezing 1 Second Consistantly
I have a 2D game I am working on that has a minor almost unnoticeable issue. Every 1 second, exactly, it is doing a sort of mini hiccup effect. If you watch closely when objects are moving, they will ...