Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, June 29, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: First web page after Default.aspx takes 24 second !
Charles De Guchteneere
Posts: 22
 
First web page after Default.aspx takes 24 second !Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Mar 11 4:44 AM
fiogf49gjkf0d

Hi,


When a user logs for the first time in our SLX Web 7.5.3, it takes up to 24 seconds.


Scenario:
1) recycling of IIS web site
2) I log as Admin and navigate in SLX in order to warm the website pages
3) logoff
4) log with a standard user --> it takes 24 second to see the start webpage referenced in my option


If I make a logoff, the next logon takes only 3 seconds.


Any idea?


Thanks
Charles


 

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: First web page after Default.aspx takes 24 second !Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Mar 11 6:01 AM
fiogf49gjkf0d

Is your site Pre-Compiled?  Seems to me that it isn't.


Also, keep in mind that even if it was, SLX does an "Updatable" pre-compilation, meaning not every item is pre-compiled.


 


Suggestions:


If you are not pre-compiling, go ahead and do so.


If you already are, but it is still taking 24 seconds, your Server is probably a bit slow. You could increase the performance a bit by manually pre-compiling the site without the Updatable flag.


 

[Reply][Quote]
Charles De Guchteneere
Posts: 22
 
Re: First web page after Default.aspx takes 24 second !Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 11 9:58 AM
fiogf49gjkf0d

Thanks for your response Raoul, I have tried but the 21 seconds were still there.


We monitored IIS with lots of tools (DebugDiag 1.1 to make a dump of the w3p.exe, Network Monitor to see the network trafic initiated by the w3p.exe), and  we discovered that the IIS SLX process (w3p.exe) calls an external URL in order to make a survey (http://www.slxsurvey.com/?ver=7.5.3&per=60&lang=fr-BE) and that this website was deactivated.


This was not the main cause: actually our w3p.exe couldn't contact the URL because the w3p.exe was enable to detect our proxy. Sage should absolutly take this pbl into account by giving the possibility to the administrator to disable the survey. We deactivated teh sruvey that by changing datas in the DB. The procedure is described below (automatic translation from French).


 After completing the loading, the w3p.exe DB will write to clarify that an attempt has already conducted survey date for the user in question.


 A new attempt will be executed during the day. This explains why the only CRM was slow at first boot everyday.


 The first time a user logs in, the CRM will specify that the next attempt DB shall be done 2 months later (and not the next day).


 This explains why this problem appeared suddenly in mid-February, two months after the start of production.


 The 21 seconds had no impact on CPU servers or bandwidth.


 


 Workaround:


We have tested and then applied a PLSQL script in production that specifies for each user in the DB that the next survey will be attempted in 10 years.


 Thus, the process no longer launches the IIS process of survey and 21 seconds away: So you go from 25 seconds to 4 seconds to the homepage.


It is also possible to add the proxy name in the web.config:


<system.net>
<defaultProxy>
      <proxy
         usesystemdefault="false"
         proxyaddress="http://vsscansafe1e:8080"
         bypassonlocal="true"


           />
    </defaultProxy>
</system.net> 


 

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: First web page after Default.aspx takes 24 second !Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 11 10:30 AM

Charles:


  Good catch, didn't think that the Survey would create such a hassle, but in this case it was due to a Combination of the Survey and your Network configuration (restrictions).


  There is a simple way to turn off the Survey:


  - Open SalesLogix App Architect.


  - Expand your Portal(s)


  - Expand the Support Files Folder


  - Scroll to the Bottom of it and locate the "Survey.xml" file


  - Edit the Survey.xml and change the Enabled property to "False"


 

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: First web page after Default.aspx takes 24 second !Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 11 10:31 AM

Also, if interested, you could play with the Survey.xml file and change the URLs to make it present your Own Surveys.

[Reply][Quote]
Charles De Guchteneere
Posts: 22
 
Re: First web page after Default.aspx takes 24 second !Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Mar 11 3:23 AM
fiogf49gjkf0d

Thank you for this info Raoul, we deactivated the survey.


I think it is not normal that a CRM automatically contact an external URL... and that it causes slowness when the IIS server doens't have access to the Internet...


Charles

[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/29/2025 1:15:12 AM