mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-10 08:58:50 +00:00
docs: add note about expensive operation (#3579)
This commit is contained in:
parent
f8fd05f08f
commit
8b6eecea25
@ -84,7 +84,10 @@ class VkBridge extends BridgeAbstract
|
|||||||
foreach ($html->find('div.replies') as $comment_block) {
|
foreach ($html->find('div.replies') as $comment_block) {
|
||||||
$comment_block->outertext = '';
|
$comment_block->outertext = '';
|
||||||
}
|
}
|
||||||
$html->load($html->save());
|
|
||||||
|
// expensive operation
|
||||||
|
$save = $html->save();
|
||||||
|
$html->load($save);
|
||||||
|
|
||||||
$pinned_post_item = null;
|
$pinned_post_item = null;
|
||||||
$last_post_id = 0;
|
$last_post_id = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user