Questions tagged [slowdown]
235 questions
5
votes
2 answers
Magento admin backend is very slow even with fresh installation
The Magento admin backend is very slow with fresh installation of the same version 1.7.0.2.
With my previous installation, it was working perfectly fine with reasonably good speed on the same server with same hosting company and no additional tweaks…

user1712189
- 163
- 3
- 3
- 9
4
votes
4 answers
python scrapy is slowing down by the time it is parsing
I have a scraper bot, which works fine. But as time passes when it is scraping the speed gets down.
I added concurrent request, download_delay:0,'AUTOTHROTTLE_ENABLED':False but result is same. It is starting with a fast pace but gets slower.
I…

xlmaster
- 659
- 7
- 23
4
votes
2 answers
How to find the cause of occasional slowness in .NET WebApi
I am investigating some occasional slowness in a aspnet Webapi method (.NET 4.8, not core). The symptoms are that most of the time the API responds in a few tens of milliseconds, but sometimes it takes a few seconds to respond.
Using MiniProfiler,…

Antoine Aubry
- 12,203
- 10
- 45
- 74
4
votes
1 answer
Django slow performance on processing requests
I have a django platform and I've found a strange slow performance when the server tries to response some http requests.
I've managed to isolate a little useless code that shows a strange delay, from which all the others can be derived.
case 1) If I…

Sergio Ferrer Sánchez
- 310
- 3
- 19
4
votes
1 answer
Slow cursor movement in large Org-mode file and the `org-do-latex-and-related` function
In an org file with almost 5000 lines, scrolling is unbearably slow unless I turn font-lock-mode off. Checking what's going on in the profiler, that the main cause of the slowdown is the function org-do-latex-and-related, defined in org.el. It…

Daniel
- 77
- 5
4
votes
1 answer
Is android.speech.extra.DICTATION_MODE officially supported?
I cannot find documentation about that possible extra.
I have to use it because it seems to be the only real workaround I could find during the last days to overcome the slow down issue of speech recognition after the last Google releases, following…

Alessandro Depase
- 111
- 1
- 6
4
votes
1 answer
ResultSet.next() is too slow for an oracle ref cursor
I call an oracle procedure from java and it returns a ref cursor as result. I cast the ref cursor to a ResultSet and the iteration starts over it.
String query = "{call ...(...)}";
CallableStatement stmt =…

SJ.Jafari
- 1,236
- 8
- 27
- 39
4
votes
3 answers
Why is this code slowing down?
I'm currently in the process of converting a number of Access databases to Xml files. I have done this before and I still have the code from a previous project. However, this code will not let me structure the xml as I please which is what I need to…

Hjalmar Z
- 1,591
- 1
- 18
- 36
4
votes
2 answers
Android Emulator so slow that i can't use it
Android Emulator takes from 15 to 20 min to start up and mostly crash thereafter on my Laptop no matter what kind of Android mobile or setup Im using. Im one a total lost on what i could do to make it run on a usable level.
Im running it in windows…

Anders Bøndergaard Petersen
- 53
- 2
- 4
4
votes
1 answer
Highslide Gallery Load images after clicking thumbnails (improve pagespeed)
I use Highslide jQuery Gallery to load albums and their thumbnails on a single page.
Users can click the thumbnail and each album then loads.
The website runs slow if I have more than 10 albums per page (due to loading thumbs and pics)
I use base64…

Kokos Koka
- 93
- 3
- 12
3
votes
5 answers
How can I pass messages to another thread without using a blocking queue?
I have a pretty straight forward server (using kryonet). The clients are only storing the current state of the car (x,y,angle etc) and are sending requests of acceleration and turning.
The server is receiving the requests and adding them to a…

Ólafur Waage
- 68,817
- 22
- 142
- 198
3
votes
2 answers
Excel VBA running extremely slow after upgraded to Office365 ProPlus
I paste part of the code as below. This code is to parse a JSON string got from HTTP request, there's no worksheet/workbook operation at all. Before office upgraded to office365 ProPlus, it's quite efficient. But after upgrade, a json which could be…

Solaris_9
- 181
- 2
- 15
3
votes
2 answers
Why is the AspNetSessionData stage of page processing delaying my page by 20+ seconds?
I have a web application that uses ASP.NET with "InProc" session handling. Normally, everything works fine, but a few hundred requests each day take significantly longer to run than normal. In the IIS logs, I can see that these pages (which usually…

Josh Yeager
- 3,763
- 1
- 25
- 29
3
votes
0 answers
Artifactory slow download artefact
Basic info:
Artifactory ver. 4.12.2
OS - Ubuntu 16
On the server are only installed Artifactory. Connection are directly between my host and server. There are NO PROXY. When I make:
mvn clean install
I have info with a downloading speed and they…

zaq wsx
- 41
- 1
- 2
3
votes
1 answer
Slow Down SWTBot execution
I would like to slow down SWTBot Execution.
I have already found this wiki:
https://wiki.eclipse.org/SWTBot/FAQ#Can_I_slow_down_the_execution_speed_of_SWTBot_tests.3F
But for me it doesn't work.
My DEFAULT_POLL_DELAY in SWTBotPreferences look like…

Antoine Omnès
- 153
- 5