Skip to content
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

Slowdowns on documentation site generated by PHPDocumentor #3714

Open
c-schmitz opened this issue May 8, 2024 · 0 comments
Open

Slowdowns on documentation site generated by PHPDocumentor #3714

c-schmitz opened this issue May 8, 2024 · 0 comments

Comments

@c-schmitz
Copy link

We create our documentation using phpDocumentor 3.4.3
The created documentation looks fine, however when browsing the documentation there are slow downs.

Go to https://api.limesurvey.org and click around using the latest Firefox version. Sometimes you have to wait several seconds before you can click on the next link. The complete browser hangs, it seems to be a JS issue

Expected behavior

Normal browsing

Actual behavior

After loading a page it still keeps the browser busy, unable to click on the next link.

Steps to reproduce the problem

  1. Go to https://api.limesurvey.org
  2. Click link for namespace ComfortUpdater
  3. Try to click the 'Helpers' namespace right after that.
  4. Try a few other pages , like https://api.limesurvey.org/namespaces/expressionansweroptions.html and then click directly on the class name link 'AnswerOptions'

Your environment

Normal nginx webserver,
phpDocumentor 3.4.3

Amother thing I noticed:

When I open https://api.limesurvey.org/classes/ExpressionAnswerOptions-AnswerOptionsFunctions.html I can see in the browser network tab that it tries to load non-existing txt files ( https://api.limesurvey.org/files/application/core/plugins/ExpressionAnswerOptions/AnswerOptionsFunctions.php.txt )

@phpdoc-bot phpdoc-bot added this to Needs triage in phpDoc issue triage board May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
phpDoc issue triage board
  
Needs triage
Development

No branches or pull requests

1 participant