WordPress is a popular blogging software. wordpress가 인기가 블로깅 소프트웨어합니다. As a design decision it stores the blog content in database and uses php to fetch and display the pages. 블로그의 디자인 결정으로 콘텐츠를 저장하는 데이터베이스와 그것 php를 가져올을 사용하는 페이지를 표시합니다. This consumes more resources (cpu and memory) than blogging softwares generating static pages. 이것에 더 많은 자원을 소모 (cpu와 메모리)보다 블로깅 소프트웨어를 정적 페이지를 생성합니다. Here are 5 tried and tested power tips to reduce memory & cpu resources and speed up your wordpress based sites. 여기에 파워는 5 시도 및 테스트를위한 도움말을 줄일 메모리 & cpu 자원과 속도를 높이 귀하의 wordpress 기반 사이트를합니다.

Speed up PHP code execution. 속도를 높이 코드 실행을합니다.
There are several php code accelerators available. 에는 여러 코드 액셀 러레이터 사용할 수있습니다. I recommend eAccelerator 추천 eaccelerator based on performance and stability. 기반으로 성능과 안정성합니다. Use it with at least 128MB RAM ( eaccelerator.shm_size = “128″ ). 와 함께 사용할 수 적어도 128 (eaccelerator.shm_size = "128"). You will observe significant performance benefit from this. 이 혜택을 누릴 상당한 성능을 관찰합니다. Note the average cpu utilization before and after. 참고 : 이전과 이후의 평균 cpu 활용합니다.

Optimize MySQL server installation 설치를 최적화하는 반환한다
MySQL on Linux get installed by default with minimal configuration which is suitable for low end machine. 리눅스를 설치 mysql 기본적으로 최소한의 구성이 낮은 최종 머신에 적합합니다. It doesn’t make use of the memory of your system you may have. 하지 않습니다 시스템의 메모리를 사용해야 할 수있습니다. There are several online guide to configure mysql for better memory utilization and overall optimum performance. 온라인 안내서를 구성하는 여러 가지 메모리 사용률 및 전반적인 최적의 성능 향상을 위해 mysql합니다. I used the following settings: 나는 다음과 같은 설정을 사용하여 :
key_buffer = 256M key_buffer = 256m
max_allowed_packet = 1M max_allowed_packet = 1m
table_cache = 256 table_cache = 256
sort_buffer_size = 1M 를 sort_buffer_size = 1m
read_buffer_size = 1M read_buffer_size = 1m
read_rnd_buffer_size = 4M read_rnd_buffer_size = 4m
myisam_sort_buffer_size = 64M myisam_sort_buffer_size = 64m
thread_cache_size = 8 thread_cache_size = 8
query_cache_size= 16M query_cache_size = 16m

Read the fine manual for explanations on each of these settings 각각의 설명서를 잘 읽고 이들 설정에 관하여 :)

You may also want to enable slow query log and identify the slow queries. 느린 검색어 로그를 활성화 할 수도있습니다 느린 쿼리를 식별합니다. Progressively reduce the time as you better optimize the queries. 점차적으로 쿼리를 최적화하는 게 좋을 시간을 줄일 수있습니다.

Slim & trim WordPress. 슬림 & 트림 wordpress합니다.
WordPress is supported by tons of free and paid plugins. wordpress를 지원하는 무료 및 유료 톤의 플러그 접속합니다. However many of them are not optimized. 그러나 그들 중 다수는 최적화되어 있지 않습니다. The slow query log step above should help you to identify the slow queries. 위의 단계를 느린 검색어 로그 느린 쿼리를 식별하는 도움이 될 것입니다. Search the plugin source code to identify the plugins responsible. 검색 플러그인은 플러그 접속식 소스 코드를 확인하는 책임이있습니다. Work, politely, with the authors to resolve the issue. 작업 정중하게, 저자들은이 문제를 해결합니다. If that doesn’t work, look for alternatives or disable the plugin. 만약 문제가 해결되지 않으면 플러그 접속하거나 사용하지 않도록 대안을 찾으십시오. Plugins should be used in moderation. 절제에 플러그인을 사용해야합니다. Prefer plugins for functionality rather than cool / wow factor. 플러그인의 기능을 선호보다는 차가운 / 와우 요인합니다. Many plugins imposes a significant cost in terms of resource and performance. 많은 플러그인 리소스를 부여 측면에서 상당한 비용과 성능을합니다.

Staticize your pages. 귀하의 페이지를 정적합니다.
wp-cache 2 is a WordPress plugin which will cache your page output in a file ( 플러그 접속식 백린 - 캐시를 2는 귀하의 페이지에 출력을 캐시로되어있는 파일 ( download 다운로드 ). For future requests of the same page it serves the content directly from the file thereby bypassing the need for database queires and further php code execution. 미래를 위해 그것이 동일한 페이지에 대한 요청이 파일에서 직접 서비스의 콘텐츠가 데이터베이스의 필요성을 우회 queires과 더 코드 실행을합니다. It recognizes when any page content has changed. 어떤 페이지의 콘텐츠가 변경되었습니다 때 그것을 인식합니다. Unfortunately it then invalidates the whole cache instead of the page itself and other pages which are likely to change. 불행히도 그 다음 페이지를 무효화 전체 캐시를 대신에 자신과 다른 페이지로 변경이있는 것 같다.

It will also invalidate the whole cache it a comment is added to any post. 그것은 또한 전체 캐시를 그것을 무효 모든 게시물에 코멘트가 추가됩니다. This is a problem for highly commented blogs. 이 문제에 대한 높은 논평 블로그합니다. I had posted a solution to this problem: 나는이 문제의 해결책을 게시 : How To Improve Performance of Highly Commented WordPress Blogs 고도의 성능을 향상시키는 방법 논평 wordpress 블로그 . 합니다.

At some point you still will have to move to a better server - from shared hosting to 어느 시점이 아직은 더 나은 서버로 이동 -부터 공유를 호스팅을 VPS (virtual private server) vps (가상 사설 서버) and then from VPS to dedicated server(s). 그 다음에 전용 서버를 vps (들). And then you may have to use a caching reverse proxy server for load balancing between multiple apache servers. 그리고 당신은 캐싱을해야 할 수도있습니다 리버스 프록시 서버를 사용하여 여러 개의 아파치 서버 사이에로드 균형 조정을합니다. Trust me you will want to face this type of challenges for now in you are in the big league 얼굴을 신뢰 날이 유형의 과제를 원할 것입니다 지금 당신이이 메이저 리그 :)