Questions tagged [optimization]

Optimization is the process of modifying a system to make some aspect of it work more efficiently or use fewer resources.

A system may be optimized so that it executes more rapidly, or is capable of operating with less memory storage or other resources, or draw less power. The optimized system will typically only be optimal in one application or for one audience. For example, one might reduce the amount of time a task takes to perform at the price of making it consume more memory.

339 questions
0
votes
2 answers

Optimize Windows file access over network

At my company I frequently need to access shared files over a Windows network. These files are located on the other side of the planet, so I guess the file share goes through some kind of VPN over Internet, but I don't control this and it is…
Djizeus
  • 103
  • 1
  • 3
0
votes
1 answer

Windows 2008 R2 VPS resource footprint reduction

Given a Windows 2008 R2 Standard VM with: 4x vCPU Intel Xeon E5620 1GB RAM 15GB HDD What can I do to reduce the amount of CPU/RAM/HDD utilised by the OS? The VM will be used exclusively as a web server, so all other functions can be considered…
0
votes
1 answer

How to delay and queue commands for execution at a later time?

My site receives numerous uploads and I can't afford to waste cycles and time processing them on the spot (e.g., trimming, optimizing, resizing, etc.). What technologies exist to delay and queue these non-essential commands for execution at a later…
0
votes
1 answer

WAN Optimization for Small Office/Home Office

I have been reading up on WAN optimization for the last while, mostly out of interest of speeding up my own internet connections, but also to speed up the office internet connection. At home, I have 2 cable modems plugged into a RouterBoard RB750,…
TiernanO
  • 744
  • 7
  • 17
0
votes
2 answers

Optimal MySQL my.cnf setting for large Magento site on a dedicated server

Our dedicated server is running a large Magento store with a MySQL database approximately 250MB in size. The server spec is listed as having 5 Xeon 2Ghz processors (4MB cache) and 12GB of memory. I'd have thought the above spec was sufficient to run…
Larry B
  • 261
  • 4
  • 5
  • 18
0
votes
1 answer

Configuring nginx and PHP5-FPM

I have a VPS with 1 CPU Core, when I was searching around for some nice documentation on configuring nginx and php5-fpm I constantly came across stuff like "I have a dual core CPU so I will limit this to 2 processes.." Now my question is, as I have…
0
votes
2 answers

NFS Caching Causing Intermittent Lag

We're running nfs over a cluster of isilons and are intermittently experiencing quite a lag when creating a dir on one machine and reading on another (of about 30s). This only seems to happen when the network is quite busy, but it has been suggested…
user11836
  • 101
  • 3
0
votes
1 answer

Maxing out shmpages

We've got a Media Temple dv install (running dv 3.5) that keeps hitting its hard limit. Currently, it's using 68,124 of 68950 hard limit. They've been less than helpful in helping us diagnosing this, other than copying and pasting some answers and…
Keefer
  • 101
  • 3
0
votes
2 answers

Best practices and tools for monitoring performance and status of IIS server, PHP, MySQL

What would you guys use to monitor an IIS server performance, detect and respond to errors etc, find bottlenecks, visualize CPU utilization under load, monitor PHP MySQL performance etc. cheers
Tim
0
votes
2 answers

MySQL InnoDB database 'hangs'

I have a problem with a MySql server causing it to freeze all the time. In phpMyAdmin when this happens I can see in "Show Processlist" are lots of processes for User "unauthenticated user" with Command "connect" and State "reading from net". The…
Martin
  • 379
  • 1
  • 3
  • 11
0
votes
1 answer

Optimizing Apache2

I have a powerful dedicated server: Intel® Xeon® X3440 Quadcore 4x 2.1 GHz Ram: 16 GB. I run on this server just 1 social network website with max 700 users online. Usually server load is ~0.10-0.30 but sometimes it stays above 1 for 20-30-30...…
lars
  • 85
  • 1
  • 2
  • 5
0
votes
1 answer

VDS Memory Optimization

I am new one for rent a server. I choose a CentOS VDS width 2G memory. After apache+mysql+php install and setting, My server cost 750MB and 1297MB free (I use free -m to see it) And then I run one page of mine (2 mysql fulltext union search, 4…
yuli chika
  • 179
  • 4
  • 15
0
votes
2 answers

How to reduce ping between server over the world?

I have some servers in France and in Hong Kong. Ping is quick to google.com, < 10ms in france, and < 30ms in HK. But ping between these servers is greater than 250ms. This is very slow and very unconfortable, even when I'm on ssh. Does anyone known…
Xorax
  • 348
  • 4
  • 12
0
votes
1 answer

Where server power is lost?

I have server with 2x2 GHz core but php works very slow on it, I am write syntetic test for($i=0;$i<10000000;$i++) { $x = sqrt($i); } generate ~ 30 sec but on local machine with 2x2Ghz core its generate 2,8 sec also I try this script at shared…
0
votes
1 answer

optimize apache for just one client

So I set up apache2 to serve web service. The only consumer of it (and the whole server) will be .net web application. Firstly, is it correct to assume that this way apache will only see one client? If it is correct then how do I optimize it in this…
ren
  • 337
  • 1
  • 10