|
Hello, ich want to slow down the loading of a website (local websever) to a predefined speed. Any idea?
Started by SurfingCat on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use http.
It also can simulate slow speed connection.
Use it in any browser.
|
|
Does having several levels of base classes slow down a class? A derives B derives C derives D derives F derives G, ...
Does multiple inheritance slow down a class?
Started by Brian R. Bondy on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
The answer, it potentially could be slower....
Does multiple inheritance slow down the OP is simply asking if having several level of inheritance in and of itself is slow.
And not a function of how deep the class hierarchy actually is .
|
|
You might have heard of the Adblock extension that has a massive list of URL filters to block out adverts from most websites. Does this slow down Firefox, considering that for every little image and flash it has to consult that massive URL whitelist?
Started by Jeremy Rudd on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Yes, it does slow Fx down installed one big big filterlist....
If anything the impression I get is that sites load faster elements probably far exceeds time spend matching against the list .
It doesn't seem to slow Firefox down.
|
Ask your Facebook Friends
|
Does it slow down the query time to use a lot of unique indexes? i dont have that many im just curious, i think i have heard this some where
id (primary auto_increment) username (unique) password salt (unique) email (unique)
Started by tomek on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
They will slow ....
In general, having more indexes will slow down inserts.
They will slow down INSERT and DELETE time though, since each index value has to be calculated and then inserted, or removed.
Query time, no.
|
|
We are experiencing random intermittent slow-downs in our ASP.NET application. Most pages take between 100-500ms to render (depending on which modules are used on the page). Occasionally however - perhaps 1 in 100 requests, these figures are more like...
Answer Snippets (Read the full thread at stackoverflow):
It does sound.
For GEN 0, 1 and 2 collections and see if there is any correspondence with the slow down.
|
|
Hi, I want to find out the reason for slow performance of some web pages of an ASP.NET intranet website. the reasons could be many like large view state, number of round trips to the server and database, inefficient code in UI/middle tier etc. most of...
Started by Rama on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For .Net you can use ANTS Performance....
For SQL there is SQL Server Profiler.
If you want to check code performance then you can use a profiling tool .
You can use a firefox addon named yslow whcih analyzes web pages based on Yahoo's performance rules .
|
|
Is there a way to force a spider to slow down its spidering of a wesbite? Anything that can be put in headers or robots.txt?
I thought i remembered reading something about this being possible but cannot find anything now.
Started by Bryan Migliorisi on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
There is also this, which you can put in robots.txt
User-agent: * Crawl-delay: 10
Where crawl... .
If you're referring to Google, you can throttle the speed at which Google spiders your site by using your Google Webmaster account ( Google Webmaster Tools ) .
|
|
Hi all,
I click Start->Shut Down and the Shut Down window takes 5 minutes to appear. This problem doesn't happen after a fresh boot, it only happens after I have been logged on for awhile. I am using a MacBookPro with Bootcamp. The machine actually...
Started by Heckmaier on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Navigate to: HKEY_CURRENT_USER\....
Navigate to HKEY_CURRENT_USER\Control Panel\Desktop
Scroll down to find.
Here are a few registry tweaks to speed matters up:
Auto End Task
This registry setting to open Registry Editor .
The slow shutdown.
|
|
I've got a folder where I check out projects I need to work on, there are about 40 project folders in there, with many thousands of individual files each. Our IT manager says having so many files on the disk is slowing down my machine... can this be true...
Started by Jonathan Sewell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The creation of a large number of files can hog many indexing .
Significantly slow down some operations.
|
|
If I embed a video demonstrating my application in my home page, will it slow down the page to a considerable amount?
I tried, and checked that it takes almost 1 sec, to load the preview of the video. And as the video stream will not be downloaded until...
Started by Sabya on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Everything....
In general don't include anything if the load time isn't or something .
This is because to a page can slow down the page's loading time.
If you are embedding a flash flv video then yes, it could slow the page load down.
|