Php application in Docker, json file processing too slow

Hi,

I am hosting Php service in docker and php application processing json file and stores it in a array variable. But processing of json file using array is too slow in docker. Normal setup without docker works fine. Docker service installed in Linux centos machine having 8GB memory. Is there any config that needs to be changed in docker config ?

Thanks,