Tagged: defered parsing of javascript
Author | Posts |
---|---|
robertlo
September 30, 2015 at 5:33 pm
|
Heads up! this post was created when Microthemer was at version 4. The current version is 7. Some references to the interface may be out of date. https://preachnet.com/freeindeed This seems to make MT not load fully: function defer_parsing_of_js ( $url ) { Any way around that, or just comment it out when I want to use MT, and then turn it back on? |
Sebastian
October 1, 2015 at 10:14 am
|
Hi Robert, If you don’t mind, I recommend commenting out the defer_parsing_of_js filter while you work in Microthemer. I would need to do some serious testing and debugging to make sure that there are no unwanted consequences, aside from the ones you noticed immediately. This would slow down some priority tasks we’re trying to get finished right now. But when we start work on the speed optimisations and general reorganisation of the code base, which will entail a deep test of all functionality, I’d be happy to see if MT can work with deferred scripts too. Cheers, |
robertlo
October 1, 2015 at 5:05 pm
|
No problem. That is already what I have been doing since I discovered the issue yesterday. Thanks, |