About This Page: This is a discussion on vBulletin AJAX Cron within the vBulletin Add-ons forums, part of the Free vBulletin Modification Releases category, at vBulletin Modification Discussions. This is such a small but useful mod that I decided to give it away free. This mod will replace your sheduled task image code at the bottom of your pages and run your sheduled tasks via an AJAX... Click |
08-06-2006, 07:11 PM
|
#61
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
vBulletin AJAX Cron
This is such a small but useful mod that I decided to give it away free. This mod will replace your sheduled task image code at the bottom of your pages and run your sheduled tasks via an AJAX...
|
|
|
01-10-2007, 08:08 AM
|
#58 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
No, it's seamless. The only thing that can cause two AJAX apps to collide is if they both have javascript vars or fnctions with same name. I try to make them as unique as I can in public applications.
|
|
|
02-02-2007, 11:46 PM
|
#59 (permalink)
|
|
Junior Member
Join Date: Feb 2007
Location: Tooele, UT
Posts: 12
|
Installed and it seems to be working very well. Nice job.
|
|
|
02-05-2007, 07:47 PM
|
#60 (permalink)
|
|
Junior Member
Join Date: Feb 2007
Posts: 8
|
Installed this on my board, not a problem since. Everything runs smoothly and much appreciation is conveyed
|
|
|
02-06-2007, 06:39 AM
|
#61 (permalink)
|
|
Junior Member
Join Date: Dec 2006
Posts: 14
|
Installed this mod.
While I don't truly understand what it does, I am just seeing if I notice anything different while browsing my forums. I am for anything that means a better end user experience.
As for server load, should this cause and increase, decrease, or no change?
|
|
|
02-06-2007, 07:14 AM
|
#62 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
No change on server load as the same crons are running. The only change is in hang time for the users browser control on long operations.
|
|
|
02-06-2007, 07:30 AM
|
#63 (permalink)
|
|
Junior Member
Join Date: Dec 2006
Posts: 14
|
That makes sense, thanks.
|
|
|
02-06-2007, 12:02 PM
|
#64 (permalink)
|
|
Junior Member
Join Date: Feb 2007
Location: Tooele, UT
Posts: 12
|
I think I can tell a difference. Everything just seems a little more snappy.
It's very nice.
|
|
|
02-06-2007, 01:08 PM
|
#65 (permalink)
|
|
SAK Studios Founder
Join Date: Feb 2007
Location: Pennsylvania
Posts: 37
|
I'm a little bit confused as to how this is a benefit to the default system. I mean, what exactly do you gain by using the AJAX method to handle tasks versus the default method? Also, are there any compatibility issues (with different browsers for instance)?
|
|
|
02-23-2007, 02:54 AM
|
#66 (permalink)
|
|
Junior Member
Join Date: Jan 2007
Posts: 9
|
sorted...seems it was a stupidity issue
Installed and running, thanks man 
Last edited by Faded : 02-23-2007 at 02:23 PM.
|
|
|
04-06-2007, 12:34 PM
|
#67 (permalink)
|
|
Junior Member
Join Date: Apr 2007
Posts: 3
|
Hi,
This mode does not seem to be working for me  Installed everything according to instructions per se. Scheduled tasks arent running at all. Surprisingly the original cron still seems to be working fine, because when i load the forum page, the scheduled tasks activates. I am using 3.6.5 Any thoughts about this? Thanks in advance! 
|
|
|
04-06-2007, 07:30 PM
|
#68 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
I'm guessing you got the file for vBORG?
Did you import the product xml file in your ACP?
|
|
|
04-06-2007, 10:59 PM
|
#69 (permalink)
|
|
Junior Member
Join Date: Apr 2007
Posts: 3
|
Yep I got the file from vBulletin org  Yep i also imprted the file through the admin CP.
|
|
|
04-07-2007, 02:06 AM
|
#70 (permalink)
|
|
Junior Member
Join Date: Apr 2007
Posts: 3
|
I think i finally understand how this mod works hahaha. Thanks to your explanation at vBulletin hackers!
I keep thinking that your mod can work like a server side cron. But apparently it still needs the forum page to load! Right? In a way it just speeds up the cron thingy or something like that right?
Thanks!

|
|
|
04-07-2007, 07:59 AM
|
#71 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
Yes, it simply updates the vBulletin sheduled task method to a more contemporary one that is asynchronous and truly releases the browser back to the user without image loading gimmicks.
|
|
|
04-28-2007, 08:53 PM
|
#72 (permalink)
|
|
Junior Member
Join Date: Apr 2007
Location: Midwestern USA
Posts: 3
|
Thanks Code Monkey, I've installed this in a vB3.6.5 setup, and I am anxious to see if I can notice the results. No errors, and install very smooth. It was this MOD that brought me here from vBulletin.org.
Nice site btw 
|
|
|
05-06-2007, 02:35 PM
|
#73 (permalink)
|
|
Member
Join Date: Jul 2006
Posts: 38
|
Re: vBulletin AJAX Cron
I originally fot this from vBulletin.org and just now installed this. I noticed a a couple of weeks ago that my FORUMHOME page sometimes took anywhere from 7-30secs to load. I thought it was the queries but I recently cut them down tremendously. Is the reason for the long load times were becuase of the cron's. And this will basically fix/help this?
|
|
|
05-06-2007, 03:11 PM
|
#74 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
Re: vBulletin AJAX Cron
Large crons can delay your browser giving back control to you significantly. And yes, this is untended to fix that issue. Other things can hog your browser as well. Such as remote javascript files such as adsense or others. Remote images can do the same as well.
|
|
|
12-24-2007, 04:04 PM
|
#75 (permalink)
|
|
Member
Join Date: Jul 2006
Posts: 38
|
Re: vBulletin AJAX Cron
Has anyone testing test on 3.7 betas yet? I' keeping a list of all my installed mods so I know which work so far so I can update on RC or Gold.
|
|
|
12-24-2007, 08:22 PM
|
#76 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
Re: vBulletin AJAX Cron
There is mo reason why it should not work. In fact, when I was checking vbweather on a test site I remember seeing a cron displayed in firebug so yes it works.
|
|
|
12-25-2007, 01:55 PM
|
#77 (permalink)
|
|
Member
Join Date: Jul 2006
Posts: 38
|
Re: vBulletin AJAX Cron
Thanks for the confirmation. 1 less thing to test.
|
|
|
05-12-2008, 11:57 AM
|
#78 (permalink)
|
|
Junior Member
Join Date: Feb 2007
Location: Tooele, UT
Posts: 12
|
Re: vBulletin AJAX Cron
Now that 3.7 is gold, is there any reason this shouldn't still work?
|
|
|
05-12-2008, 12:42 PM
|
#79 (permalink)
|
|
Administrator
Join Date: May 2006
Posts: 2,193
|
Re: vBulletin AJAX Cron
Still works for me.
|
|
|
|