waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
452 stars 71 forks source link

m2 poor performance vs intel i7 good performance #79

Open camilokoch opened 1 year ago

camilokoch commented 1 year ago

hello! my website https://camilokoch.com/fotos is running photo-stream with 4,237 photos and i recently switched from intel to m2 and found that the m2 processor has poor serve and build times in comparison with the intel processor serve and build times:

m2 pro, Ruby 3.1.2

camilo@mbpm2p photo-stream-master % bundle exec jekyll serve
Configuration file: /Users/camilo/Desktop/photo-stream-master/_config.yml
            Source: /Users/camilo/Desktop/photo-stream-master
       Destination: /Users/camilo/Desktop/photo-stream-master/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
                    done in 8729.305 seconds.
 Auto-regeneration: enabled for '/Users/camilo/Desktop/photo-stream-master'
    Server address: http://127.0.0.1:4000/fotos/
  Server running... press ctrl-c to stop.

intel i7, Ruby 3.1.2

camilokoch@mbp photo-stream-master % bundle exec jekyll serve
Configuration file: /Users/camilokoch/Pictures/places/libro/photo-stream-master/_config.yml
            Source: /Users/camilokoch/Pictures/places/libro/photo-stream-master
       Destination: /Users/camilokoch/Pictures/places/libro/photo-stream-master/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
                    done in 213.769 seconds.
 Auto-regeneration: enabled for '/Users/camilokoch/Pictures/places/libro/photo-stream-master'
    Server address: http://127.0.0.1:4000/fotos/
  Server running... press ctrl-c to stop.

has anyone had the same experience? how could i improve the serve and build times in the m2?

cordially, camilo