php / web-php

The www.php.net site
http://www.php.net
Other
859 stars 542 forks source link

Search panel makes infinite loop requests in main page #1122

Open texnicii opened 2 weeks ago

texnicii commented 2 weeks ago

On the main page request to "https://www.php.net/js/search-index.php?lang=ru" is too many repeating and looks like infinite loop.

telegram-cloud-photo-size-2-5300784139655572273-y

I have cleared browser cache and refresh the main page, it repeated.

UPD: The same in incognito mode (even just not typed something into search form)

cmb69 commented 2 weeks ago

Indeed! Does not happen for "de" (haven't checked others).

sy-records commented 2 weeks ago

I think it's incorrectly being cached without content, so it's causing duplicate requests.

image
sy-records commented 2 weeks ago

It's back to normal now.