php - long TTFB on php7 apache -


i had installed php7 on apache 2.4, debian 8.
chrome client, had used ctrl-f5 prevent loading cache.

i running next 2 files, times avg:
1. hello.php (206ms ttfb)

<?php echo "hello world";   

2. hello.html (5ms ttfb)

hello world

php: opcode caching , running

as can see there huge difference between two.
what can speed php slow process?
it's seems apache problem.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -