Login Register

slow

serious problem with dojo first loading, please help!!!

Hi,there:
when my web application (dojo included) was accessed first time by a browser, under following 2 network state, everything is OK (I mean the load speed is acceptable, less than 1s)

1. Our LAN (local area network) can access internet
2. Localhost access (browser and server on same pc) and LAN is disabled

my problem is: when accessed in other network states, it took more than 20s to complete loading!!!!
does dojo contains something try to connect internet until timeout?

anyone can help? Thanks in advance

DataGrid with QueryReadStore not Scaling to 100,000 Rows

We've just spent a month integrating Dojo throughout our large technical application... but at the eleventh hour, we have run into a showstopper issue with DataGrid and QueryReadStore: it's *unacceptably* slow, for no obvious reason.

For example, the first HTTP request to our Web service to fetch the first 100 rows (just 5 columns) usually takes 7 seconds. That is, the HTTP request alone takes around 7 seconds, and then there is a several-second lag after that before Dojo renders the rows. After that, HTTP requests typically take 6 to 17 seconds.

How to improve filteringSelect client side performance?

Trying to integrate DOJO w/ a pre-existing code base. Any advice on how to troubleshoot the issue below and improve performance?

Background:
A traditional drop down Select box was previously generated by looping through a cursor of data and spitting out the HTML output. The data set has about 3,000 items in it, and is fast when the user navigates up and down the traditional list.

Issue:

Dojo Grid rendering and sorting very slow

All,
We are using dojo Grid with CsvStore with around 30 records and 25-30 columns.
In IE, the rendering is pretty slow compared to FireFox.

but Sorting is very very slow in both the browsers.

Here is how we are creating the grid:

var wstore = new dojox.data.CsvStore({data:jData});		
var wjsonModel = new dojox.grid.data.DojoData ( null,wstore,{query:{ isActive :'*' }, rowsPerPage: 10, clientSort:true, jsId:"wmodel"});
var infoGrid = "wGrid");
infoGrid.setModel(wjsonModel);

And here is the view definition:

var fixedColsView = {
noscroll: true,

ContentPane+TabContainer Alternatives?

I am working on a project where I am following the progress of items through a process. I have created a TabContainer with several tabs, each tab being a ContentPane. Everything works but it is far too slow to render on some of the low-end computers in the office. The page loads quickly enough and the raw content is visible but the browser then sits for 2-6 seconds, depending on the horsepower of the client machine, before the TabContainer shows up. Meanwhile, CPU usage jumps and consumes at least 100% of one of my cores.

Dijit.TextBox widget slow focusing performance on IE6, IE7. OK on FF

hi everybody!

When I add a large number of dijit TextBox widgets to my page (say around 75). the focusing of the TextBox widgets via mouse click becomes really slow in IE6 and IE7 (around 500ms). Tabbing the focus works a little faster but the lag is still noticable. In addition, these TextBox widgets are causing the menu on my page to lag.

On Firefox 2, everything works just fine.

I'm using a nightly build from about a week ago.

anyone out there seeing something similar? any suggestions?

thanks

extremmmmely slow loading

really want to use dojo and dijit, but it takes minutes to load, even for a simple test page, and even in 3 different browsers, and even for the standard demo pages. firefox even freezes for a minute of two.

for example, see:

http://playak.com/dojo/dijit/demos/form.html

any clues on how to avoid this would be highly appreciated, as i really can't use it this way...

Syndicate content