-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve performance of HSTS module #270
Comments
See also: GoogleChrome/devtools-docs#53 |
Hi @designfrontier
When I tried to reproduce the issue there was no warning. |
node version 6.7 The performance warning itself is tied to GoogleChrome/devtools-docs#53 (comment) and has to do with hidden classes. I'll check and see if this is reproducible on 6.8 this morning |
I haven't had a chance to dig into this over the weekend... hopefully tonight. It's possible it was something in my env. |
Line 13 of security/hsts.js throws a
Not Optimized: Inlining bailed out
warning when you are profiling monument apps. Also points to line 33 in the same file. Need to get this function to inline nicely for better performance.https://www.dropbox.com/s/vru0q99afk9tqae/Screenshot%202016-10-06%2021.28.15.png?dl=0
The text was updated successfully, but these errors were encountered: