-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Find ways to increase performance #14
Comments
@yargalot: I notice the slowdown mostly happens on Windows. Can you set up AppVeyor for this repo to see the slowdown yourself? Example: https://travis-ci.org/mpc-hc/mpc-hc.org/builds/171916862 Windows: |
#14 Start getting stats for performance testing
@XhmikosR that makes sense, I've added it in over at https://ci.appveyor.com/project/yargalot/accesssniff Im going to put in some benchmark tests and see whats going on. Also going to try it out using JSDom instead of phantomJS and see if that speeds things up. |
#14 performance tweaks. Set option.template to true in order to use JSDOM Does not work with URLS at the moment
jsdom is a ton faster |
|
Done in 3.0 |
@XhmikosR can you give the 5.0 grunt accessibility update a shot and see how it is? |
@yargalot: now it's consistently a lot more slower both on Linux and Windows :/ https://travis-ci.org/mpc-hc/mpc-hc.org/builds/173637062 |
Hrmmm, l've got your repo on the laptop. Ill run some benchmarks tonight and see whats up |
@XhmikosR Can you set the browser to true in options and see if its any quicker? |
@yargalot: with https://travis-ci.org/mpc-hc/mpc-hc.org/builds/175295062 Still Windows is a lot slower. |
yargalot/grunt-accessibility#31 as per @XhmikosR's, previous issue
The text was updated successfully, but these errors were encountered: