Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Caching and url prefix option #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

davideberlein
Copy link
Owner

  • Fixed bug re-adding prefix if the url is relative
  • Added option to set a url prefix to limit the scope of urls to apply the replacement to.
  • Added check if the replacment has already been done boosting performance by only doing the replacements once per requested data. (Dynamic content of a url is supported since the check is not only based on the URL but also on a hash of the data.)

David Eberlein added 4 commits September 4, 2015 15:41
- Fixed bug re-adding prefix if the url is relative
- Added option to set a url prefix to limit the scope of urls to apply the replacement to.
- Added check if the replacment has already been done boosting performance by only doing the replacements once per requested data. (Dynamic content of a url is supported since the check is not only based on the URL but also on a hash of the data.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant