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

[FolhaDeSaoPaulo]: Add new Bridge #1426

Merged
merged 4 commits into from
Feb 4, 2020

Conversation

somini
Copy link
Contributor

@somini somini commented Jan 12, 2020

Just a feed expander to the the proper HTML content from the target URL itself.

@somini
Copy link
Contributor Author

somini commented Feb 1, 2020

This is very slow and I get timeouts with a cold cache. Afterwards it's OK.

It seems they publish loads of articles in bulk, so the cache doesn't help much...

@somini
Copy link
Contributor Author

somini commented Feb 1, 2020

Just a though, are the HTML requests in getSimpleHTMLDOMCached pipelined for the same host, or is it implemented the naïve way of opening a new connection each time? Since most feeds pull from the same host (usually), this would greatly improve the performance.

@teromene teromene merged commit 275662b into RSS-Bridge:master Feb 4, 2020
@teromene
Copy link
Member

teromene commented Feb 4, 2020

Thanks for the PR ! About the re-use of connections, the cURL backend that we use does use KeepAlive as we do not use the CURLOPT_FORBID_REUSE

@somini somini deleted the new-bridge/folha branch February 27, 2020 01:30
infominer33 pushed a commit to web-work-tools/rss-bridge that referenced this pull request Apr 17, 2020
* [FolhaDeSaoPaulo]: Add new Bridge
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.

2 participants