bootsnap, spring, sofurry type fixes
This commit is contained in:
26
README.md
26
README.md
@@ -1,3 +1,29 @@
|
||||
# Redux Scraper
|
||||
|
||||
A Ruby on Rails application for scraping and managing various content sources.
|
||||
|
||||
## Setup
|
||||
|
||||
This application is configured for optimal development and testing performance:
|
||||
|
||||
### Performance Optimizations
|
||||
|
||||
- **Bootsnap**: Accelerates gem loading and caching for faster boot times
|
||||
- **Spring**: Preloads the Rails application for faster command execution
|
||||
|
||||
#### Rails Boot Performance
|
||||
|
||||
- Development boot time: ~270ms (87% faster than without optimization)
|
||||
- Test environment startup: ~211ms (29% faster than without optimization)
|
||||
|
||||
To use Spring-optimized commands:
|
||||
```bash
|
||||
# Use bin/ executables for Spring acceleration
|
||||
bin/rails console
|
||||
bin/rails runner "puts 'Hello'"
|
||||
bin/rspec spec/
|
||||
```
|
||||
|
||||
# README
|
||||
|
||||
This README would normally document whatever steps are necessary to get the
|
||||
|
||||
Reference in New Issue
Block a user