v2.4.1

spider-rs/spiderv2.4.1Sep 9, 2024by j-mendez

AI Summary

Significant performance improvements for screenshot functionality using Chrome parameters.

Key Highlights

  • Major screenshot performance boost
  • Optimized Chrome params for full_screen
  • Concurrent interception handling

New Features

  • Screenshot performance custom commands
  • CSS scraping example

Full Release Notes

# Whats Changed

The screenshot performance has drastically increased by taking advantage of chromes params to handle `full_screen` without re-adjusting the layout and the `optimize_for_speed` param. This works well the concurrent interception handling to avoid stalling on re-layout. If you use the crawler to take screenshots it is recommended to upgrade.

* perf(chrome): add major screenshot performance custom command
* chore(utils): add trie match all base path
* chore(examples): add css scraping example

**Full Changelog**: https://github.com/spider-rs/spider/compare/v2.3.5...v2.4.1