Your PHP script is repeatedly parsing 500KB of data returned from a remote web service into browser-readable HTML.
Users complain that the script takes a long time to run, Which of the following measures usually leads to the best results?
[1103,1104]
Correct:
--> Cache the data returned by the web service locally
--> Upgrade to the latest version of PHP