前回の負荷MAX、サーバ陥落寸前ですよ騒動のとき、最終的には自分で最適化する必要があるのかも知れない…と思っていたときに見つけたページです。 MySQLやPHPで同じ処理をする際にどういうふうにすればより軽いのか、という基本的な対策ばかりを集めてあります。どれもこれもあちこちで既出のものばかりですが、1カ所にまとまっているので読みやすいです。中には知らないのもあったりするかもしれません。 dublish.com - Simple Optimization for PHP and MySQL http://www.dublish.com/articles/10.html MySQLで書かれている方は割と読んだことがあるようなのが多かったですが、PHPの方は言われてみればそうかも、というようなのが多い。上記ページのコメント欄にもいろいろと有用な意見があるので、読み進めると楽しい。 そういえば以
Simple Optimization for PHP and MySQL Saturday April 29 2006 03:23 Here is a list of a few very simple tips for optimizing your php/mysql applications. Keep these in mind while developing. MySQL MySQL is interpreted from right to left so you should put the most significant limiters as far to the right as possible. Only select fields you need, instead of selecting * (everything). Don't put things t
PHP Class ScriptsFind useful PHP components Recommend PHP ScriptsGet expert advice about the best PHP classes scripts PHP TutorialsTechnical articles about PHP and related matters Remote PHP Jobs August 2024 OpeningsFind or post PHP jobs from everywhere in the world PHP ShopBuy the original PHP elePHPant, Post Urgent PHP Jobs, Get Remote PHP Jobs PHP AwardsAward initiatives to distinguish PHP deve
間があいてしまいましたが、インストール編です。 以下の環境でインストールをしてみました。 OSX10.4.4 PHP 5.0.4(アップデートせなば。) PEAR SymfonyはPEARライブラリとして提供されているPHPのフレームワークです。インストールするには、PEAR 1.4.6が必要なので、既にインストールしている場合は # pear list でバージョンを確認し必要であれはアップグレードします。 # sudo pear upgrade --alldeps PEAR 次に、symfonyはphingというライブラリに依存関係にあるためインストールします。 # pear install http://phing.info/pear/phing-current.tgz いよいよsymfonyインストールのインストールです。 まず、ライブラリが置いてあるサイトをpearに登録します。
We cook good, honest, flavourful food that is British at its heart. There may occasionally be influences from other modern European cooking styles but we will seek to source British produce and prepare the dish in a British style where possible. We love taking advantage of rarer cuts of meat & cooking them low and slow in just the right way to enrich the meats with flavour. We pride ourselves in o
symfonyとは、プログラミング言語のPHP上で動作するアプリケーションフレームワークです。本記事ではsymfonyフレームワークの概要を説明します。 その前に、フレームワークとは何か の説明に入る前にフレームワークとは何でしょうかフレームワークとは日本語に直訳すると「骨組み/大枠」になります。プログラミング上でどういったことを指すかと言うと、「システムを開発を誰でも簡単にできるように予め作成されたプログラムのひな形(=プログラムの骨組み/大枠)」です。 PHPの基礎スキルがある人でも、いざ、一定のレベル以上のサイトを作成しようとすると、一定の作業量が発生するのは避けられません。ということで、ある程度のスケールのウェブサイトを一定期間内に作る場合、必然的に複数開発者による共同作業になります。その際、どうしても並行作業となり、様々な問題が起きがちです。 その問題とは、片方のクリエイターの作
dBug 変数の表示に便利な標準関数のprint_r。 ちょっとしたデータだとこれで十分なのですが、データが多く、かつ複雑になってくると、どうもデータが見難くなってしまいます。 dBugを使えば、変数内容をもっと分かりやすくテーブルで表示することが可能です。 出力例) なんと、クリックで折りたたみすることもでき、非常に便利です。 使い方も簡単で、次のようにincludeしてnew dBugするだけです。<? include("dBug.php"); $variable = array( "first"=>"1", "second", "third"=>array( "inner third 1", "inner third 2"=>"yeah"), "fourth"); new dBug($variable1);
Secure Computing Platform Streaming isolated remote applications and desktops to the browser Building effective anti-phishing, anti-malware and ransomware defenses has never been easier. Kasm’s isolation technology insulates users by creating a "chasm" between the user's personal computer and web-borne threats.
注意:本ソフトはIE6環境での利用を想定しており、ソフトの更新も現在ストップしておりますので予めご了承の上ご利用ください。 2009年9月 脆弱性発見のお知らせ:2009/9/14に脆弱性が発見されました。ご利用の方は最新版のスクリプトをお使い下さい。脆弱性の詳細につきまして、詳しくはこちらを参照してください ボタン一発でサムネイル作成&ブックマーク登録。 WEB上に登録する(※)。 だから自宅から,会社から,ネットカフェから,パソコンがあってインターネットに繋がっていればどこからでも使えます。 ※ Windowsにインストールして単体で使う物ではありません。サーバ側の設定が必要です。 今までのブックマーク せっかくブックマークとして登録していても、テキストを認識するのに時間がかかってしまい、検索したとしても探すのに時間がかかってしまいます。 webshotを使えば ( webshotサン
帰省、寿司、陶芸体験 8/13(火) 妻の実家の墓参りへ行き、俺の実家へ帰省。風呂に入る前に子供達と外で水鉄砲で水を掛け合いびしょ濡れになる。最後のほうはどうにでもなれと思い、ホースやバケツで直接水をかけ合う。久しぶりの大胆な遊び方に子供たちは大声をあげながら騒いでいるが、田…
php-json is an extremely fast PHP C extension for JSON (JavaScript Object Notation) serialisation. It conforms to the JSON specification. It is now part of PHP 5.2.0. Download Version 1.2.1 (SRPM, Win32) - Released 2006-04-01 - Rework comma insertion during encoding. Version 1.2.0 (SRPM, Win32) - Released 2006-03-14 - Complete rewrite using JSON_checker as the base for the parser. Implements the J
Introduction Examples Notes Download the source Contact me History Introduction Face it, XML is a pain. This simple library tries to make it much less painful. It allows you to easily parse XML into a PHP data structure, and it allows you to serialize PHP data structures into XML. Many other programming languages have easy-to-use XML interfaces (Python's is particularly nice, AFAIK. Lots of
Services Platform.sh for Symfony Best platform to deploy Symfony apps SymfonyInsight Automatic quality checks for your apps Symfony Certification Prove your knowledge and boost your career SensioLabs Professional services to help you with Symfony Blackfire Profile and monitor performance of your apps
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く