I am having to switch my site over from ColdFusion to PHP and I am noticing that some JS, fadeslideshow.js, isn’t running to smoothly. First I notice that some images aren’t being centered as they should and the code seems to run a little choppy. Any clues for this novice?
Share
Php and Cold Fusion are both server-side code. JavaScript is client side. So unless your JavaScript is waiting for an ajax request to load, Php/ColdFusion have absolutely no impact on your JavaScript’s execution speed. Perhaps you’re testing with a different browser than the one you were previously using? That would explain the changes.
You might want to fix the following