Too many Modernizr tests
-
Hi, I was investigating what was causing my site load processo to slow down and it all points out to the many tests being run by modernizr, which in turn is requested by Tailor. You’re probably loading the entire library, which really isn’t ideal because each this adds CPU load and slows down everything. Considering what the plugin does, I find odd that all the following tests are conducted on every page load:
flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths
Is this something you would considering to review?
- The topic ‘Too many Modernizr tests’ is closed to new replies.