Have you ever had issues putting the parser into use on your site? I am working on a newer versino of my guilds website and want to put our arena teams armory data in a side block, but the page doesn't fully load due to the parse.
Let me know if you had an issue like this and if you found a way to not have it happen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Seens like it might be an issue with your server. A work-around might be to implement a script that runs in the background via cron and stores data in a database so that you don't need to mess with fetching the data on each page request.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First off awesome code.
Have you ever had issues putting the parser into use on your site? I am working on a newer versino of my guilds website and want to put our arena teams armory data in a side block, but the page doesn't fully load due to the parse.
Let me know if you had an issue like this and if you found a way to not have it happen.
Seens like it might be an issue with your server. A work-around might be to implement a script that runs in the background via cron and stores data in a database so that you don't need to mess with fetching the data on each page request.