Prevent process leak on LAMP environment
- by Guerra
I work with Magento applications, and i'm on kind of situation:
When user load some stores that have mutch information/jquery need lot of server process, if the user refresh the store mutch times pressing F5 the server get too mutch slow and difficult to use the store.
I need prevent this F5 'hack' slow my server, what i can do?? I think some kind of javascript/php solution.
But i want you opnion.
Ty all in advance.