or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
大象也能飛翔!聊 Laravel 效能調校
講者:趙家笙 Recca Chao
歡迎來到 LaravelConf Taiwan 2020 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →共筆入口:https://hackmd.io/@LaravelTaiwan/Conf2020
手機版請點選上方 按鈕展開議程列表。
大綱
使用 Laravel 開發之後,隨著用戶逐漸變多,覺得專案運作越來越慢,主機越架越大台,卻又不願意放棄繼續使用 Laravel 嗎?
今天我們來聊聊怎麼讓你的專案從一頭行動遲緩的大象,搖身一變成為騰雲駕霧的小飛象!
議程筆記
要先測量,才能調教效能
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Laravel 7 > 5.8 > 6
先優化資料庫和靜態資源
理解語法與框架特性,並加以利用
PHP 調教
PHP 特性: PHP 原生函式的 overhead 相對大,減少原生函式呼叫,可能會提升效能
loop over array
array add item
檢查 key
array syntax
string length
function
Laravel 調教
其他
減少 query 次數