Jump to content

Wsgi Very Slow


torels2

Recommended Posts

Hi there.

My website (http://torels.co.cc) seems to be very slow when handling wsgi scripts. It loads normal files pretty fast, but wsgi processing takes about 20 seconds.

could it be the .htaccess file creating the problem?

# -FrontPage-
IndexIgnore .htaccess #*/.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName torels.co.cc
AuthUserFile /home1/torels/public_html/_vti_pvt/service.pwd
AuthGroupFile /home1/torels/public_html/_vti_pvt/service.grp
DirectoryIndex index.wsgi index.html
AddHandler wsgi-script .wsgi
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /home1/torels/public_html/index.wsgi/$1 [QSA,PT,L]

 

Or is it more likely to be a coding issue that makes the script slow (like a badly coded loop or something)?

 

thanks in advance :)

Link to comment
Share on other sites

Hold on with looking for the reason of your problem until the general problem with accessing websites on Stevie won't be fixed. There is such problem for last couple of days.

 

 

 

The mentioned by Ice IT Support part of the code as is do completely nothing, maybe except using a single milisecond (or much less) of work for CPU.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...