You cannot post messages because only members can post, and you are not currently a member.
Description:
A JavaScript module for controlling how scripts are loaded.
|
|
|
ControlJS errors on Mac OS
|
| |
We are using ControlJs to load 3rd party javascript files. We are experiencing issues on Mac OS 10.6 across all browsers (Safari, Chrome and Firefox) The processNextScript() function times out after the default time period. The same code works on Windows OS and Linux OS. Has anyone else experienced this problem?... more »
|
|
Google analytics tracking issue
|
| |
Hello, We implemented control.js to control only certain inline scripts. It was not used to control external JS. For some odd reason, after implementing it, our GA traffic dropped by 75% once we removed control.js, the tracking somewhat got back to normal levels. Would anybody have experience this type of behavior?... more »
|
|
does control.js work?
|
| |
Hi guys, I stumbled across this project and from the docs and discussion I am not able to understand whether or not it is *safe* to add control.js to a site and follow the rules for including other JS such that the site will still work, regardless of which browser/OS hits the page? Is this project more of a research thing right now or can it be put into... more »
|
|
Controljs and google adsense
|
| |
Is include controljs script to header not working google ads scripts
and russian ads yandex.direct, other scrips work well.
Else include to bottom before ads scripts all page scripts working
fine.
PS. ads scripts not modifiing type and src.
|
|
Please make the internet better by removing alert()
|
| |
I'm sorry, but I am sick and tired of seeing this popup: [link]. Yeah, I know it's twitters problem but they don't have to click OK on many different websites. The only people that care about a script that failed to load is developers, and there is a high probability that they are using firefox or chrome or... more »
|
|
Lessons from production - Limitations of today's script caching techniques
|
| |
As Chris mentioned in his recent post, DominateJS is an asynchronous
loader inspired by ControlJS, with robust document.write emulation,
supporting AdSense and other challenging scenarios. At CloudFlare,
we've made the tool available under the marketing name "Rocket Script
(beta)". Over 1,000 websites use Rocket Script in production today.... more »
|
|
Experimental async library inspired by ControlJS
|
| |
Hello Steve and everyone else,
I've been closely following ControlJS from its creation. I really like
the approach that it takes to async loading, but after doing a lot of
testing I found that the document.write wrapping was kind of a crap
shoot (especially when it comes to pesky little things like... more »
|
|
WebDriver compatibility ?
|
| |
I have reason to think that Control.js and WebDriver fight each
other. WebDriver is Selenium 2.0 of course (automated web testing).
Does anyone have experience of the two together?
I've asked the same question to the other WebDriver developers.
- Paul
(Selenium/WebDriver Developer)
|
|
issue #3: data-cjssrc
|
| |
Revision 12 of control.js supports data-cjssrc and data-cjsexec SCRIPT attributes for better validation. -Steve
|
|
Why not use writeCapture for document.write ?
|
| |
Hi,
CJS is great for delayed and asynchronous loading of script tags, one
area where it's lacking a bit is document.write.
May I suggest some sort of integration with writeCapture ?
writeCapture solves the issues in the controljs document.write
replacement.
I'm using writeCapture for complicated scenarios such as scripts with... more »
|
|
|