A e-shop has developed using perstashop and put to the three server:
the first 2 is amazon, should be same setting
Server 1: http://be-pure.com/en/women/3-slim-y-tank.html
Server 2: http://52.77.216.83/en/women/3-slim-y-tank.html
the last one is just local hosting
Server 3: http://internal001.zizsoft.com/be_pure/en/women/3-slim-y-tank.html
The problem is server 1 loading very slow compare to the other two server, but the performance should be the best among 3.
It looks as if server 1 hasn't cache the files
but in fact, all of them has
turn on smarty cache, using file system , with recomplie when modify and turn on the file system cache
Given that the code and server setting are the same, both 2 amazon server is same setting, and localhost one is other server, however it should be slower than server 1
1) How to debug/ check whether the file is using cache already?
(the cache file locate in cache/smarty and cache/cachefs in server)
2) And what takes the long load time for server 1? Just consider it as an PHP site, any ways to check why it is slow?
Thanks a lot for helping