Questions tagged [server-load]
45 questions
53
votes
5 answers
How many Requests per Minute are considered 'Heavy Load'? (Approximation)
Often times people talk in their (optimization & performance related) questions and answers about 'heavy load'.
I'm trying to quantify this in the context of a regular web application on a typical server (take SO & its fairly small infrastructure…

Alex
- 75,813
- 86
- 255
- 348
5
votes
2 answers
Redis is taking too long to respond
Experiencing very high response latency with Redis, to the point of not being able to output information when using the info command through redis-cli.
This server handles requests from around 200 concurrent processes but it does not store too…

Juan Carlos Coto
- 11,900
- 22
- 62
- 102
5
votes
1 answer
Server and MySql load issue
I am using a code that fetch 100 items from a website and insert it into the database if the item exists it updates that record.
It runs as a cron job every minute.
It runs upto 50000 products.
The script works good and products are imported…

Vasanthan.R.P
- 1,277
- 1
- 19
- 46
5
votes
2 answers
Reducing server CPU usage with AJAX calls
I am working on a multiplayer HTML5 game that makes use of jQuery to poll a server for game state. At present, I'm querying the server with a .ajax call every 2000ms, to give the impression of real-time updates. I'm really not pushing too much…

erik
- 3,810
- 6
- 32
- 63
4
votes
8 answers
How do you calculate server load in PHP?
How do you calculate the server load of PHP/apache? I know in vBulletin forums there's the server load displayed like 0.03 0.01 0.04 but it's not really understandable to a average joe. So I thought about a 1-100 percentile scale. I wanted to…

Kyle
- 3,004
- 15
- 52
- 79
4
votes
3 answers
Is there any way to access information about a Coldfusion server's load from within coldfusion?
I am writing a scheduled task which I would like to run frequently.
The problem is that I do not want this task to be run if the server is experiencing a high traffic load.
Is there any way other then getting the free/total/max memory from java to…

Tyler Clendenin
- 1,459
- 1
- 12
- 25
4
votes
4 answers
Right way of watermarking & storing & displaying images in PHP
I'm building a web based system, which will host loads and loads of highres images, and they will be available for sale. Of course I will never display the highres image, instead when browsing people will only see a low resolution, watermarked…

Emil Borconi
- 3,326
- 2
- 24
- 40
3
votes
3 answers
Would it be better to include() resources (css,js) or to let the browser do another request?
Would it be faster include a javascript file and outputting it in the html as a