We have an application that is running on orbeon forms. When a new form is created there are dropdown options to select. The second drop down option is populated based on the first drop down option when we try to select the option from the drop down the values on the second drop down takes a long time about 5 minutes to load. In the logs the below error is found
ProcessorService - /xforms-server - Received request
XFormsServer - Ajax update lock timeout exceeded, returning error to client
The attached image shows the drop down 1 the option is selected but the second drop down loads after a delay of 5 minutes
Attached is the error we are getting in the inspect -> Network tab of browser
Any ideas on this issue. We are using orbeon-2016.2.201608230055-CE version let me know if additional details required.
Related
I use a modalService ie. NgbModal to submit the Form on server. This form is having like 50 to 60 fields.
When the form is submitted multiple times then after few submissions the website becomes extremely slow - like unable to type anything, dropdown does not show up etc.
The issue has only been with modals, if same form submitted on pages then this works fine.
I have tried debugging the code using Augury but I believe Augury does not show up the entryComponents
This is how the modal is open.
const modalRef = this.modalService.open(AddOrderComponent,this.modalOption).componentInstance;
//Closed.
activeModal.dismiss('Close click')
The issue was with one of the setting for adjusting the layout RTL to LTR. A function was executing again and again. I managed to resolve this with the help of Chrome JavaScript Runner tool
I am running VSTS/TFS extension developed by me and trying to display summary with data generated with extension once the Build/release completes, in build/release summary tabs .I am getting below message while trying to display my report in VSTS/TFS , Build/release summary tab
"****Extension Name Here**** is taking longer than expected to load. Learn More about this extension, including available support options. "
At times when I refresh my page this message get disappear and load expected data on summary tab
I have tried to find reason for this message with aid on online content but no clue found. Please be kind enough to provide some tips to get rid of this message and display data.
This happened in some of my extensions, too.
I solved it by loading the contents of the page asynchronously.
The initial page should load very fast. The processing of the data and following display of the results is only started when the page is loaded. When the processing is done, the contents of the page get updated. I did this by using an MVVM-like behavior with knockout.
Here i am using MVC 4 as per my hosting provider requirement i cannot use later version 4.5,4.5.1,4.5.2 my issue is in the image provided here
Three errors in one image
These three errors are not showing in 4.5,4.5.1 but in this version of 4 it is showing.
As i am trying to publish it in my local disk it shows up the errors on error list tab which is third in the image, first and second are in the code as you see above third. I've deleted and create a new page naming the same but error still shows.
I've tried every solution on StackOverflow so far and I can't get it to get an acceptable performance.
I'm in the developing process (not even close to publish), each time I change a single character on a .cshtml file and reload the browser, it takes half a minute or more to reload.
What is wrong? I haven't tweaked any setting other than Edit and Continue under Web/debugger property (because that was one answer in StackOverflow) after the project was generated from scratch.
EDIT 1:
The controller method is defined as the following:
public ActionResult Create() { return View(); }
The page took 2 minutes in loading as per Google Chrome network statistics (in localhost) with a size of 6KB, and it happened after I modified the css classname for 3 <input> tags
try to disable "browser link" feature. You can find that option in dropdown menu of reload icon (the one between start debug and solution configuration dropdown).
Let me know if you notice any change.
Have a nice day,
Alberto
It might just be the compile time if you're only experiencing the slowness the first time you refresh after the update. Try clearing the cache after the first refresh in the browser to see if reloads are faster than the first one. You'd know for sure if you have more pages and browse between them.
Try disabling the IPv6 in your browser. Also, take a look at this for additional tweaks:
Firefox and Chrome slow on localhost; known fix doesn't work on Windows 7
I am using the TFS web portal and whenever i create a work item (task bug, ....) it never shows up on the different grids. On top of the grid i can se Query Results : 1 results found (1 currently selected).
If i hit the run query button then i get the work item in the pop up grid.
How can i fix this problem because it happend in every grid and i cant alway tell people to hit the run query button....
Running TFS Web Portal in FireFox causes that problem.