Skip to content

Instantly share code, notes, and snippets.

@GustavoCaso
Last active August 29, 2015 14:22
Show Gist options
  • Save GustavoCaso/04814ca143e365c5cee2 to your computer and use it in GitHub Desktop.
Save GustavoCaso/04814ca143e365c5cee2 to your computer and use it in GitHub Desktop.
View Bechmark for JobAndTalent

#Loading Login Page without Any Library Google Chrome Network ###Rails Logs

Completed 200 OK in 27.0ms (Views: 22.6ms | ActiveRecord: 0.0ms)
Completed 200 OK in 35.1ms (Views: 29.0ms | ActiveRecord: 0.0ms)
Completed 200 OK in 25.6ms (Views: 21.3ms | ActiveRecord: 0.0ms)

Loading with Libraries

Google Chrome Network ###Rails Logs

Rendered shared/third_party_scripts/tracking/_mixpanel.html.erb (0.5ms)
Rendered shared/third_party_scripts/tracking/_comscore.html.erb (0.3ms)
Rendered shared/third_party_scripts/tracking/_analytics.html.erb (0.5ms)
Rendered shared/third_party_scripts/tracking/_mixpanel.html.erb (0.1ms)
Rendered shared/third_party_scripts/tracking/_alexa.html.erb (0.3ms)
Rendered shared/third_party_scripts/tracking/_facebook_pixel.html.erb (0.3ms)
Rendered shared/third_party_scripts/tracking/_remarketing_tag.html.erb (0.3ms)
Rendered shared/third_party_scripts/tracking/_one_recruit_job_opening.html.erb (0.3ms)
Rendered shared/third_party_scripts/tracking/_antevenio.html.erb (0.3ms)
Rendered shared/third_party_scripts/tracking/_indeed.html.erb (0.2ms)
Rendered shared/third_party_scripts/tracking/_trovit.html.erb (0.3ms)
Completed 200 OK in 50.8ms (Views: 44.9ms | ActiveRecord: 0.0ms)

#This is the milanuncios Chrome Network Tab Milanuncios

@scumah
Copy link

scumah commented Jun 10, 2015

Although all those tracking scripts are a pain in the ass, the DOM is rendered only like 250ms later with them included. I don't think it's a deal breaker at all. Good to know!

gj man :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment