If you are using PHP5.5, then I would suggest configuring opcache in php.ini
opcache.revalidate_freq=0
This value sets the time frequency when views should be updated from cache. This value is usually 60 seconds or so. Setting it to 0 will make your cache update every time.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…