Is 3.2.5 much slower than 2.10.18?

I have been using 2.10.18 for a few years.
I am now trying out 3.2.5.
But the most noticeable problem is that it is very slow, for approx 50% of the clicks I do in the admin pages.
For example, opening a message sometimes takes less than 1 second, and yet sometimes takes 10 seconds.
Same for logging out, Save-and-continue-editing, too.

@kaon The delay is probably caused by the display of the news feed on the right hand side. That is being refreshed on each page and causing variable delays in displaying the pages.

There will probably be a new release shortly but you might want to replace the two files that are affected,
admin/ui/dressprow/rssfeed.php and onyx-rss.php

files.zip (4.8 KB)

which are in the attached zip file.
See https://github.com/phpList/phplist-ui-dressprow/pull/23/files

1 Like

Thank you.
I have replaced onyx.rss.php

But I do not see any file called rss.php within admin/ui/dressprow/

[root@news admin]# ls -l ui/dressprow
total 152
-rw-r--r-- 1 root root 70434 Jun 11 00:45 COLOR-PALETTE-GRAY.png
drwxr-xr-x 2 root root  4096 Jun 11 00:45 css
-rw-r--r-- 1 root root  1106 Jun 11 00:45 footer.inc
-rw-r--r-- 1 root root  1264 Jun 11 00:45 footer_minified.inc
-rw-r--r-- 1 root root   210 Jun 11 00:45 frontendfooter.php
-rw-r--r-- 1 root root   671 Jun 11 00:45 frontendheader.php
-rw-r--r-- 1 root root  1907 Jun 11 00:45 header.inc
-rw-r--r-- 1 root root  1816 Jun 11 00:45 header_minified.inc
drwxr-xr-x 4 root root  4096 Jun 11 00:45 images
drwxr-xr-x 2 root root  4096 Jun 11 00:45 js
-rw-r--r-- 1 root root 12996 Jun 11 00:45 onyx-rss.php
drwxr-xr-x 2 root root  4096 Jun 11 00:45 pages
-rw-r--r-- 1 root root  1657 Jun 11 00:45 pagetop_minified.php
-rw-r--r-- 1 root root  1175 Jun 11 00:45 pagetop_minimal.php
-rw-r--r-- 1 root root  2722 Jun 11 00:45 pagetop.php
-rw-r--r-- 1 root root  1191 Jun 11 00:45 publicpagetop.php
-rw-r--r-- 1 root root  1930 Jun 11 00:45 rssfeed.php
drwxr-xr-x 2 root root  4096 Jun 11 00:45 styles

@kaon Sorry my mistake. It is rssfeed.php, which is in the zip file.

I think the random 10+second delay is solved, surprising… but thanks!

Had a similar problem, worked for me too. Thanks @duncanc!

As there seems to be a continuing problem with https://www.phplist.org/newslist/feed/ either not responding or responding slowly, I have made a further change to the code to avoid displaying the news feed when it is not responding.

Use these files instead of those in the earlier post.files.zip (4.8 KB)

Update
These changes are now in the phplist 3.2.6 release so you should upgrade phplist instead.

1 Like

Thank you very much for this!
It is a godsend for those (few) times when the phplist.org server is having trouble…