Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Big slowdown
 
Notifications
Clear all

Big slowdown

10 Posts
2 Users
0 Reactions
7,323 Views
(@durou-c)
Posts: 468
Contributor
Topic starter
 
[#4332]

For some time, I do not know if it is related to the update of 6.2.3 and 6.2.4, but ProjeQtor is very long when changing status and recording (Ctrl + S) . It takes easy 1 minute hourglass after clicking save.


 
Posted : 09 May 2017 15H58
(@babynus)
Posts: 14952
Member Admin
 

Hi,
I cannot reproduce such slowness.
Can you reproduce on Demo ?
Can you try and disable email sending ? (if smtp server has issues, you may face long response time as application is waiting for timeout)


 
Posted : 10 May 2017 1H36
(@durou-c)
Posts: 468
Contributor
Topic starter
 

I think You are right...

look at the yesterday log file in attached file


 
Posted : 10 May 2017 10H50
(@durou-c)
Posts: 468
Contributor
Topic starter
 

We do not received any mail... did you change something ?


 
Posted : 10 May 2017 11H00
(@babynus)
Posts: 14952
Member Admin
 

Hi,

We do not received any mail... did you change something ?

We just added a global parameter that may allow to change way to send emails.
But defaut value is standard way (phpMailer) so it may not change anything.
You can check value in global parameter to be sure.


 
Posted : 11 May 2017 17H23
(@durou-c)
Posts: 468
Contributor
Topic starter
 

is it Function or Library PHPmail ?


 
Posted : 11 May 2017 17H32
(@babynus)
Posts: 14952
Member Admin
 

You can choose in the global Parameters between :
- Library PHPMailer
- Function PHPMail
- Connexion throught Socket


 
Posted : 14 May 2017 14H18
(@durou-c)
Posts: 468
Contributor
Topic starter
 

What's the difference beetween the 3 choices ?


 
Posted : 15 May 2017 10H49
(@babynus)
Posts: 14952
Member Admin
 

- Library PHPMailer
=> uses de widely spread PHPMailer library, able to connect to smtp server with or without authentication, over ssl or not
=> it is the advised selection

- Function PHP Mail
=> uses the mail function included in PHP. It is a low level function that has limitation (cannot connect with authentication without ssl)

- Connexion throught Socket
=> implements a direct connection to the smtp server using Socket. It is a very low level way to do, that will not be allowed by all smtp servers.


 
Posted : 15 May 2017 20H20
(@durou-c)
Posts: 468
Contributor
Topic starter
 

I have always my trouble with mail fonction, I try to use the 3 different method, but nothing work... I cannot send mail with projeqtor !


 
Posted : 06 Jun 2017 11H56
Share:

Scroll to Top