My client wants to extract the html content of a live webpage and make a copy of the html page in his server. I am thinking of using curl and is there any performance issue linked when I am intending to use curl? Will it use a lot of server memory.
If PHP curl has a performance issue, what is the best alternative to do this?
I am intending to download the page when a user submits the web URl in a form. The server that I am hosting the web is in a linux platform.
Thank you in advance!