Lag is a common word meaning to fail to keep up or to fall behind. In real-time applications, the term is used when the application cannot keep up with performance demand or user input. In other words, it refers to when the application is not keeping up with it's "real-time" concept, due to ...
0
votes
1answer
11 views
Android: Moving a View with onTouch has definite lag
I'm coming up the learning curve on Android, at the moment working on user interface details. One of the basic things I am trying is moving something around on the screen with my finger. Seems like a ...
2
votes
3answers
39 views
Why lag in r is not working for matrix?
I am trying to lag a matrix:
> B = matrix( c(2, 4, 3, 1, 5, 7), nrow=3, ncol=2)
> B
[,1] [,2]
[1,] 2 1
[2,] 4 5
[3,] 3 7
> lag(B)
[,1] [,2]
[1,] 2 1
[2,] ...
0
votes
0answers
15 views
google maps api v3 no smooth dragging
I started implementing my software using maps api v3. Unfortunatelly i found out that v3 API has some serious issues which draws me back from bying a bussiness licence.
My clients use monitors with ...
0
votes
1answer
7 views
Starling splash screen lag issue
i am making a game based on starling in flash professional , i have like 5 spritesheets to load thats why i decided to put a animation as splash screen.
i create the splash by creating an object of ...
0
votes
1answer
25 views
WPF application very slow - Kinect SDK 1.7
I have one simple application for Kinect but it seems it consumes a lot of resources. It works normally for a 1-2 minutes and then lag becomes unbearable.
This is my configuration:
Intel Core i3 CPU ...
0
votes
1answer
25 views
Why is my image gallery lagging when the image changes?
on my live website that I created
there's a big problem I'm having. On the page linked to, which is also the home page of the site, there is an image gallery that performs the following functions:
1) ...
0
votes
0answers
15 views
iPad / iPhone rotation page rendering slow
so when I rotate my website on the ipad, the rerendering takes a second or so, and this means that the images and text, etc, is for a splitsecond cut in pieces. Basically its a graphics bug. Any idea ...
1
vote
1answer
19 views
Non-consecutive number of lags in VAR (R package “vars”)
Is it possible (in package "vars" or maybe in some other R package?) to include non-consecutive lags into the var model, i.e., just lags 1 and 3.
So far, it looks like when I set p = 3 under function ...
2
votes
3answers
122 views
C# Tetris game slow performance
I'm programming a tetris clone for my C# school project. I am using Microsoft Visual Studio 2012. The game itself is implemented as a two dimensional array of blocks(List of Lists of blocks) and every ...
0
votes
0answers
24 views
FlexSlider - Removing/Adding slides is slow and leaves slideshow blank for 2-5 secs
I'm using WooThemes FlexSlider 2.1 and wondering if I am replacing slides correctly, because there is quite a bit of lag when the slides are replaced, leaving the slideshow empty for 2 to 5 seconds. ...
0
votes
0answers
31 views
Some strange lags while simultaneous test runs on IE9
I have simple code example:
<?php
error_reporting(E_ALL | E_STRICT);
if (isset($_POST['test'])) {
$data = array('test');
echo json_encode($data);
exit;
}
?><!DOCTYPE ...
2
votes
0answers
69 views
MySQL calculated column lagged return
I have a MySQL query with a calculated column in it.
For some reason on the first run, the query returns NULL in the calculated column.
On refresh (i.e. a second run), it returns the calculated value ...
0
votes
1answer
40 views
C# Application Lags when Communicating over TCP
I am making a simple communication between a Client Application and a Server Application.
Server:
TcpListener tcp = new TcpListener(IPAddress.Parse("192.168.1.66"),9000);
tcp.Start();
TextBox.Text ...
0
votes
0answers
19 views
EditField in RelativeLayout has input lag
So I have a layout that is fairly simple and I have some weird interactions going on.
when i type on the "search_field" EditText the input works as expected. When I type in search_field2 field the ...
-1
votes
0answers
15 views
Multiple NICs in a failover to bond situation [closed]
I have a newer Dell R820 that I want to failover a dual 10gE bond to a quad GigE bond incase of full failure of the 10gE Bond.
The reason for this is because I am concerned the little SFP+ Adapter ...
2
votes
0answers
39 views
Java Lag when dragging
My problem is more annoying than it is critical to my next steps, but hopefully the fix is simple. I have a background map made up of many square tiles which can be dragged by the user to expose ...
2
votes
2answers
52 views
Java KeyListener stutters
I'm making a very simple pong game in java and I'm doing this using KeyListener. I want it so when the user presses the right or left keys on the keypad, the pong block goes in that direction. This is ...
0
votes
0answers
19 views
[STATA - Lag length criteria]: How can I explain the results?
Good evening everyone.
I got different output from the code:
$forval i = 1/118 {
varsoc var`i', maxlag(10)
}$
that describes AIC,BIC,... lag information criterion, but I don't know how I ...
1
vote
1answer
47 views
how to use lag function in the calculation in sas
I"m lost with lag function; Here below is what I'm trying to do.
data out;
set in;
by a;
y = 0.5 ;
y = lag(y) * ( 1 - x); end;
run;
"in" table only have X and sequence value A ,What I ...
0
votes
2answers
65 views
Why is my game lagging?
I'm making a basic 2D game, yet I'm having problems with lag. The character on the game moves fine, yet sometimes slows right down, mainly when near an enemy. The enemy is not causing the lag though, ...
-4
votes
0answers
19 views
Netgear XSM7224S / DLink 1210-48 Static Lag (Trunk Failure)! [closed]
I need to configure a Netgear Switch(XSM7224S) and DLink Switch (DL1210-48) with two trunk ports. I did the same and created a lag (static) between them, afterwhcih a reboot was performed on both of ...
0
votes
1answer
49 views
Severe Movement Lag - C#, XNA
I'm very new to programming C#, and well, programming anything. This is my third 2D game, I've encountered a problem. For some reason, the game gets laggy extremely fast when I'm attempting to move my ...
1
vote
2answers
74 views
Google Chrome Lags on Large Form Data Sumbissions
Summary:
I am attempting to pass base64 encoded image data via a form field input. My code works fine on all browsers I've tested it on, but there is severe amount of CPU lag, post submit, on Google ...
0
votes
1answer
130 views
Universal Image Loader on Listview is laggy
I have made sure that I only have one instance of ImageLoader so I know that that is not the issue, for some reason, it only lags when it displays a brand new image loaded from the web. So I'm ...
2
votes
3answers
106 views
Java - Simple networked game is extremly laggy
I already asked this on codereview a day ago but I haven't got any responses yet, so I though I'd try to ask it here.
Let me tell you what I'm trying to make:
A window pops up asking the user if ...
-3
votes
0answers
69 views
Game planning, will it lag? [as3] [closed]
I am planning a project that is a huge, full length, stealth flash game. Estimating about 8-12 months of development time, I am not using OOP, just coding on the main timeline. I'm hoping that I am ...
3
votes
1answer
56 views
How to find the previous value of a variable in SAS
I am trying to populate a variable with set conditions.
If the variable NUMBER is equal to . then make it equal to the previous value of Number.
data table2;
set table1;
prv_value = ...
-1
votes
1answer
32 views
mysql, after an event occurs how to get relevant data from last three time periods
I select a table like below filtered for when a data value is larger than x, call this the event. Now I want to grab the data for last three times that the unique (id1, id2) pair were in my database ...
0
votes
1answer
25 views
Stop function creating bitmaps/reduce cpu overload/reduce lag
Hi I'm noticing that the following code is producing a noticeable chunk of lag when it is incorporated.
public function impassable_collisions():void { //prevent player from moving through ...
0
votes
0answers
32 views
What are some methods to prevent jquery from getting choppy(lag)?
So I've noticed that more complicated animations and animations dealing with large images tend to get "laggy". Are there any methods or "best practices" than can be used to speed things up? Right now ...
1
vote
2answers
72 views
Severe jQuery lag on Firefox & Chrome, not IE though
As stated in the title, this one-page site with minimal jQuery is suffering from crazy lag on Chrome and Firefox, but not on IE10. I do realize MS stepped up their game with 10, but for the sweet ...
1
vote
2answers
44 views
JQuery .load() feature causing weird lag
I've done some searching/troubleshooting to no avail. I have a simple picture viewer and I added in the JQuery .load() function to make the animation wait to fade back in until the image has loaded. ...
1
vote
0answers
31 views
Action already returned but browser not fetching results
In ASP.NET MVC 4, I have a [HttpGet] action method, that returns a JsonResponse.
public JsonResult List(int domainId)
{
....
}
When I call this method with the browser, by ...
0
votes
0answers
25 views
Why transitions in my blog are not working in my blog, or why they are lagging?
I recently updated my new blogs layout and added some CSS transitions to it. I'm no exprert on these things so I wonder that why doesn't these transitions work on IE 10 and why they lag in Mozilla ...
0
votes
0answers
10 views
Can I have a view with an animation running throughout the app without having to deal with lag?
So let's say my app would have a view set to blink or rotate the entire time while the app is running.
this would cause the UI thread to lag right? is there any way I can bypass this without losing ...
0
votes
1answer
121 views
UIScrollView noticable scrolling lag after adding third UICollectionView
I have added a third collection view to my UIScrollView, which seems to be generating some noticeable scroll lag.
The view hierarchy is as follows (as I cant upload an image yet):
UIView
...
0
votes
0answers
28 views
Socket.SendAsync() lags severely
I have a server applications that is calling SendAsync() around 1000 times per second through Parallel.Invoke(); so in parallel (possibly)
There is only one user connected to the server.
The issue ...
0
votes
0answers
326 views
Vertical Mobile Scrolling - Fixed Navigation Menu Lag
I am currently working on a mobile version of a website which has a navigation menu at the top of the home page. I am using jquery smooth scroll in this nav menu, so that when a user selects a topic ...
0
votes
3answers
70 views
setNeedsDisplay no refresh the screen
Iim displaying a huge amount of images each time I call drawRect with setNeedsDisplay.
The problem is that cause lags cause each time I call dracRect, I redraw every images (thousands).
Is there a ...
0
votes
1answer
50 views
Size of java.awt.Color object
I have a program in which I am using an ObjectStream over sockets. Code for the class Im sending looks like the following.
class Snake{
Point[] p = new Point[50];
Direction move;
public int length;
...
-1
votes
1answer
18 views
state change and packet loss
Let's say I want to speed up networking in a real-time game by sending only changes in position instead of absolute position. How might I deal with packet loss? If one packet is dropped the position ...
0
votes
4answers
76 views
Android: Lag setting text to textbox
The program needs to have as little lags as possible. Unfortunately, inputWord.setText(""); in the code below gives a slight lag. Is there anyway to get around this lag? Help is greatly appreciated.
...
1
vote
0answers
38 views
plm, lagged variables, and fitted values in R
I have a panel dataset and try to use the plm package to estimate a pooled OLS model. Essentially, I am doing two regression. First, I try to estimate the following equation
y(t) = a + (a1 + ...
0
votes
1answer
66 views
Estimating Parameters in R from a Weighted Sum of Lagged Variables
I am afraid I am stuck with an estimation problem.
I have two variables, X and Y. Y is explained by the weighted sum of n lagged values of X. My aim is to estimate the two parameters c(alpha0,alpha1) ...
1
vote
0answers
102 views
android - EditText lagging
I've an array of edittext(12), inizialized in this way:
for (int i = 0; i < solution.length(); i++) {
int resID = context.getResources().getIdentifier(idName + i, "id",
...
1
vote
2answers
161 views
CKEditor smooth setData
I am currently using CKEditor to be able to edit and to view documents in my SQL database. If I change the content of the document in the sql database it should automatically update the CKEditor ...
0
votes
1answer
91 views
Cocos 2D Large FPS Drop When Drawing Sprites
I am drawing 52 labels, sprites, and buttons for a scroll view. However when i go to scroll it is very lagged when i use the scroll view. I use a similar setup that scrolls on the x and axis that ...
0
votes
2answers
125 views
ListView scroll lagging when images is shown?
My listview lags when scrolling. It seems as the lazyload works but the lag happens everytime an image is shown.
I'm using the imageLoader found here ...
2
votes
1answer
91 views
Actionscript 2 large tile-based maps creating lag
I'm wondering what the best way to go about creating large, tile-based maps in flash with actionscript 2 would be.
With my current code, any maps over 35x35 (1225 movieclips) start to lag. The maps ...
0
votes
1answer
27 views
gnuplot - how can I lag a series?
I have 2 series in a file and I wish to lag one so that I can do a scatter plot?
Preferably, I would like to do this in a function like:
f(x,y) = x*(y-previous(y))
Is there a way to do this?
or ...



