<snip/>
Your PHP script is repeatedly parsing 50KB 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? (Choose 2)A: Install a bytecode cache.B: Install an SSD drive on the server.C: Cache the data returned by the web service locally.D: Upgrade to the latest version of PHP.
Is it just the case that this study guide is out of date and doesn't apply any more? Or am I just flat wrong?
> --
> --
> You received this message because you are subscribed to the Google
> Groups "PHPNW" group.
> Post to list: ph...@googlegroups.com
> Unsubscribe: phpnw+un...@googlegroups.com
> Archive: http://groups.google.com/group/phpnw?hl=en
>
> PHPNW Website: http://phpnw.org.uk/
> twitter: http://twitter.com/PHPNW
> Events: http://upcoming.yahoo.com/group/4709/
> LinkedIn: http://www.linkedin.com/e/gis/112906/3FCE41597A1B
> Facebook: http://www.facebook.com/group.php?gid=17897252075
> IRC: #phpnw (irc.freenode.net)
>
> --- You received this message because you are subscribed to the Google Groups "PHPNW" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to phpnw+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Because rhe question states the thing about this script is the renote data call it asks us to make two assumptions
1: All other scripts are ok (It is not a local resource issue)
2: If this is the only diference then that's the issue you need to fix.
They can't write an essay for each questin so you sort of have to make these assumptions.
i.e. The problem must rest in the thing that is unique about this script.
Just my thoughts
Rob