-
-
Notifications
You must be signed in to change notification settings - Fork 173
Slow message loading #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The only way I know is to put the PHP code, in the same hosting you aim. |
I made some tests with another imap library which depends on build-in php imap methods and builds some classes upon them. The test setup uses both the simplest example code given by the contributors. PHP7.4.23 Webklex 4.1.2 => 29 sec, DDeboer => 0.7 sec I repeated this tests several times with no significant differences in result. So it seems that there is no performance enhancement in version 5. Maybe someone can explain this or has any idea how to improve webklex' performance because this lib is really awesome in al other aspects. |
Would you happen to have any updates?
|
Same issue here. Indeed the |
@osamasc @mauserrifle Same for me. It's terribly slow when retrieving emails having attachments. I made a pull request (#576). |
Hi,
some folks reported slow message fetching and all tickets are closed but there is no solution mentioned. I tried both v4 and v5. The bottle neck is looping through paginated messages and takes 8 to 10 sec for 20 messages.
Maybe I'm doing wrong but in my code everything is similar more or less to the example code. Even if I leave everything out in the foreach loop there is no improvement.
Maybe someone has any clue?
The text was updated successfully, but these errors were encountered: