The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
671 views

Google App Engine development server slow in Windows but not in Ubuntu Linux

In Ubuntu, I run the command ./dev_appserver.py to start the development server. Everything runs snappy under Linux. I also have Windows 7 installed on the same machine. In Windows, I start the ...
0
votes
3answers
42 views

How can the slow steps of a moderately fast process be found?

I have a windows forms application. When a user selects an item to view the details of, it takes upwards of 4 seconds to load the detail screen (average is 2.5). This seems like it's way too ...
0
votes
2answers
75 views

This transitive_closure query takes 20 seconds to complete! Why?

This query was working perfectly fine and fast to complete when I almost have 500 rows in Member_Contact_Edges table. But now, I have nearly 1.000 rows in this table and this query takes 20-30 seconds ...
6
votes
1answer
2k views

AES decryption on Android too slow to be usable. Will NDK be faster? Other ideas?

I've implemented AES/CTR on Android using the built-in Cipher class. Decryption appears to be far too slow for my purposes, with a 128KB block taking approximately 6 seconds to decrypt on the ...
0
votes
2answers
355 views

How to handle javascript on page with thousands of checkboxes in IE6

I am having problems with code written in ASP.NET with some javascript, doing a postback to the server for changes made to a grid of approximately 8,000 checkboxes. The this is, while I was testing ...
0
votes
1answer
199 views

Watir Checkbox marking slow with Firefox on Linux

I am running Watir on a Linux machine for testing with Firefox 3.6. I have observed that marking multiple checkboxes is quite slow. I have implemented the fix for a related problem with text boxes, ...
0
votes
2answers
293 views

PHP: Query Exceeding Max Time (How to handle this)

Ok. I have my query written finally for my php file (which will write the query to a txt file). However, when I was testing the file earlier I apparently am excending the maximum execution time. I was ...
0
votes
1answer
633 views

visual studio 2008 express takes long time to run c++ application in debug mode (small one)

i don't know why but i have a project that i moving its source code ( not project files ) from computer to computer via dropbox . now in few computers when i hit f5 in debug mode it take the visual ...
0
votes
1answer
420 views

Opening Multiple jsps in one Webview is slow android

I have a seekbar with only two values 0 and 1. On clicking each point a new jsp is opened which has a MAP API on it. This code is working fine. However, the time taken by map to load each time is ...
0
votes
0answers
339 views

4.0 web application painfully slow in *some* instances of Internet Explorer [closed]

Some of our users have reported that our ASP.NET 4.0 web application is painfully slow on their computer. They were originally using Internet Explorer (multiple versions), and they said the ...
4
votes
3answers
739 views

if basic, sample GWT app takes 30sec to load in browser, is that normal? will real apps take 2 mins?

I have a decent machine capable of running 64 bit Windows 7. So how come any time I stop a small sample GWT app in "development mode", edit it and restart it it takes 30 sec to become responsive in ...
1
vote
0answers
213 views

NHibernate sluggish performance in FindAll(criteria) query

29I have a very simple mapping file (se below) and a simple class. <?xml version="1.0" encoding="utf-8" ?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" assembly="Domain" ...
0
votes
1answer
505 views

Qt SQLite SELECT queries are very slow on Symbian

I'm writing an application with Qt for Symbian and I'm using lots of little SQLite queries to fetch data from the database I've created. The problem is that some of the queries take over a second to ...
4
votes
1answer
1k views

sql like query slow if using declare parameter but fast if not

SQL 2008: This is slow (takes 1 1/2 minutes): declare @p1 varchar(50) set @p1 = '976j%' select * from invsearch_query where comparepnfwd like @p1 This takes less than a second: select * from ...
1
vote
2answers
6k views

How to make XAMPP (Apache; lookups) faster on Windows 7?

When using XAMPP (1.7.5 Beta) under Windows 7 (Ultimate, version 6.1, build 7600), it takes several seconds before pages actually show up. During these seconds, the browser shows "Waiting for ...
2
votes
1answer
61 views

Why must there be so many delays in Visual Studio 2010 when working with Silverlight 4?

What I mean is I will be editing a .cs file then when I switch over to a .xaml Design mode I must wait for 5 seconds.. and when I switch to another screen its another 3 or 4 seconds... I understand ...
0
votes
2answers
332 views

Jittery or Slow scrolling with multiple Expanders in a ScrollViewer and Grid

In a couple of our applications, we commonly need to show a lot of data together on the screen, but put this content in expanders so the user can determine what they want to see or do not want to see ...
1
vote
3answers
2k views

Netbeans is so slow while developing PHP script [closed]

i'm using Netbeans on Ubuntu, when i write top command i notice that Java causes like 100%+ cpu usage. Is there anything to do to speed up Netbeans ? can i download another JRE on ubuntu to speed it ...
1
vote
2answers
391 views

mysql slow select query, tried every optimization trick I know!

I have the following query: SELECT `date`, al.cost, SUM(l.bnd) AS bnd, l.type, count(*) AS amount FROM alogs AS al INNER JOIN logs AS l ON al.logid = l.id WHERE aid = 0 ...
0
votes
2answers
105 views

Bottlenecks slowing some part of my script

I have a script that perform the following steps A user logs in, adds an SMS message and specifies recipients. That information is added to "queued message table"; Some process sends the messages ...
1
vote
1answer
65 views

How can I tell if a PHP install is corrupt? PHP pages display quickly, but continue to load for seconds

I'm trying to convince a guy in IT that the PHP installation he gave me is corrupt (somehow). He did an upgrade to the latest PHP and since then, PHP pages have been slow. In a weird way. If I visit ...
1
vote
1answer
656 views

Speed up mobile safari font-face rendering?

i render customs fonts in a webview on the iPad. rendering works and the fonts get displayed as they should. but, the rendering is slow. so everything is on my pages loads up quickly, except for the ...
3
votes
4answers
1k views

Helios Eclipse java debugger on Windows is very slow to highlight source code

I have Eclipse Helios SR1 installed on Windows XP. I am writing/debugging Java code using JDK 1.6. When I debug and I hit a breakpoint, Eclipse is fast to show me the stacktrace. (See #1 in ...
24
votes
11answers
7k views

Visual Studio 2010 very slow, unusable

I've searched for this topic but can't seem to find posts that relate exactly to what I am experiencing. I have a Visual Studio solution that I need to work on, its fairly large and contains 16 ...
1
vote
3answers
2k views

PHP, MySQL, IIS7.5 is taking far too long for simple queries

I've created a simple PHP test page which connects to a MySQL database, selects one int value, and then frees the result. The page takes 5 seconds or more to load. I've seen a lot of posts about this ...
6
votes
5answers
3k views

Console.WriteLine slow

I run through millions of records and sometimes I have to debug using Console.WriteLine to see what is going on. However, Console.WriteLine is very slow, considerably slower than writing to a file. ...
0
votes
1answer
908 views

How can I get better response times with soundManager2?

Using soundManager2, I made a simple anchor with onclick="mySound.play()", but there is a big gap (almost half a second) before the sound is actually heard! This is, even though I pre-loaded the ...
3
votes
4answers
359 views

How to emulate a slow client (browser)?

Is there any way to slow down the responsiveness of the client (browser)? One of our testers can reproduce slowness on his machine. His machine is low enough spec and is similar to many real ...
12
votes
2answers
2k views

lockCanvas() really slow

Testing my game on a slower device (Orange San Francisco aka ZTE Blade) and I have been getting an appalling frame rate. I put some debug code into the draw loop and discovered the following line is ...
0
votes
5answers
597 views

On click, redirecting to another URL if server slow?

Is it possible (in javascript, ajax, other e.g. on the client site) to redirect the user to another URL if first URL slow to answer (when he clicks on a link) ? a href=URL1 but if no answer from ...
0
votes
0answers
1k views

BitmapFactory.decodeFile is slow for some JPG images

I have a couple of JPG image files I'm decoding with BitmapFactory.decodeFile(). For some reason, decoding them is very (excruciatingly?) slow (on the order of 10s of seconds). Eventually, they do ...
0
votes
0answers
247 views

Slow query log not logging queries from all databases

I have a dedicated server on which I have created 2 databases in MySQL (there are other databases too like for mail, cpanel e.t.c.) One database is for live site while other is for development site. ...
0
votes
0answers
193 views

IE 8 making tons of extra DNS requests with “NotSupported” returned

I have a scenario where a user is using IE 8 and trying to access an external Sharepoint Site and authenticating with NTLM. The login works fine, and resources are downloading, but it takes FOREVER ...
0
votes
1answer
191 views

Insert into a Replicated SQL Server table with 7 rows is taking nearly 1 minute - why is this?

I have a table with four columns, that is part of a publication that I'm replicating with in SQL Server 2008 R2. The table has only 7 rows. When I try to insert into the table with a simple insert ...
3
votes
1answer
1k views

Sunspot-Solr slowing down to a beast once my Application climbed to > 1000 objects [ Solr Logs Included ]

I'm curious if anyone noticed any scaling issues with Sunspot-Solr . Even if I remove all the searchable params, and its just counting against the raw class by itself; it still takes 5 to 8 seconds to ...
0
votes
2answers
1k views

Slow UpdatePanel in ASP.NET application

I was trying to figure out why my UpdatePanel is so SLOW (after Button1's postback) in an ASP.NET application: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" ...
0
votes
1answer
1k views

Hibernate Search 3.3.0 Final: Massindexer taking a long time to index

Hi I have the following class. User view is materialized view in oracle. public class UserView { @DocumentId private Integer id; @Fields({ @Field(index = ...
1
vote
1answer
548 views

LINQ Insertonsubmit very slow compared to legacy SQL Insert statement

I have a large inserting job to perform, say 300000 Inserts. If I do it the legacy way, I just write a SQL string with blocks of 100 Insert statements, and perform an executeCommand against the DB ...
1
vote
4answers
386 views

Coldfusion development server is slower than production

We've built a development server to test our web applications before moving them to deployment. This is the configuration of the development server : Win Server 2k8 - 32bit - Web edition ...
5
votes
1answer
2k views

MacOS keyboard: a way to speed up the left and right arrow keys for editing text? [closed]

Is it just me, or do other people find that the left and right arrow keys on MacOS are unusually slow for editing text? Compared to my Windows machines, positioning the cursor with left/right arrow ...
0
votes
3answers
456 views

NHibernate SessionFactory

I just want to have this confirmed : When working with NHibernate, I am expected to get a session from the session factory for each operation, right ? Regards, MadSeb
2
votes
2answers
332 views

Core Animation scaling bizarrely slow?

As part of an iPhone game, I've got buttons that grow a little when you press them, and shrink back when you release (as a way of responding to user input). The code responsible looks like this: ...
2
votes
3answers
2k views

Is there a way to move many files quickly in Python?

I have a little script that moves files around in my photo collection, but it runs a bit slow. I think it's because I'm doing one file move at a time. I'm guessing I can speed this up if I do all ...
4
votes
2answers
745 views

Intermittent slow query on SQL Server 2008

I am developing a system which periodically (4-5 times daily) runs a select statement, that normally takes less than 10 seconds but periodically has taken up to 40 minutes. The database is on Windows ...
0
votes
5answers
708 views

Slow site… but just in Chrome/Safari

I'm trying to find a bug in a web application, which is causing Chrome and Safari to take up to 15 seconds to load the page (Firefox and IE, there are no problems). I've tried using Chrome's developer ...
1
vote
2answers
2k views

Why is postgresql update query so slow sometimes, even with index

i have a simple update query (foo column type is BOOLEAN (default false)): update tablename set foo = true where id = 234; which "id" is set to (primary) key, and if i run "explain analyze" i got: ...
1
vote
3answers
383 views

Exceptionally slow javascript performance on one laptop out of a few dozen

I'm working on a web application using a pretty heavy amount of javascript. On the majority of computers (all running IE6...unfortunately), the average document.ready time is about 2 seconds. While ...
4
votes
5answers
3k views

Is WPF the reason my application is slow?

I am developing an application using WPF. The app runs full screen, and I need it to resize nicely no matter the monitor resolution. The graphic designer has designed beautiful images for the UI ...
5
votes
8answers
2k views

How to speed up Visual Studio 2008? Add more resources?

I'm using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off. OS: Windows 7 Enterprise Edition It takes me a long time ...
1
vote
3answers
489 views

Web Server slows down (ASP.NET)

We have a really strange problem. One of the servers in the server farm becomes really slow. We see a number of timeouts in the logs and overall response time is not where it should be (and is on ...

1 2 3