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

Media Library not loading #11

Open
generatepress opened this issue Apr 22, 2015 · 6 comments
Open

Media Library not loading #11

generatepress opened this issue Apr 22, 2015 · 6 comments

Comments

@generatepress
Copy link

This script is causing the media library not to load on a user's host.

When navigating to the Media Library, I get this error in Firebug during the AJAX call:

<html>
  <head>
    <title>503 Service Unavailable</title>
  </head>
  <body>
    <h1>Error 503 Service Unavailable</h1>
    <p>Service Unavailable</p>
    <h3>Guru Meditation:</h3>
    <p>XID: 607751000</p>
    <hr>
    <p>Varnish cache server</p>
  </body>
</html>

When this script is removed, the Media Library loads instantly.

Any ideas?

@oherman
Copy link
Contributor

oherman commented Jul 20, 2015

Please try a new pull here and see if the problem is fixed.

@generatepress
Copy link
Author

Apparently there's no difference (a customer is reporting this).

They talked to the EWWW Image Optimizer devs who said this:

'Indeed it does seems to loop for quite a while, and the reason is that OTF is generating fresh thumbnails for all the images in the media library when you view it... the result is that EWWW also optimizes those images when they are generated.

I don't think OTF used to do that in the Media Library, but it does now. The grid view will also load eventually, just like the list, but it takes longer, because there are generally more images being viewed in grid view. Not sure there is anything I can do on my end to prevent that, a simple check for is_admin() in OTF would probably take care of things.'

@generatepress
Copy link
Author

Any updates on this? I have quite a few users who's Media Library isn't loading any images.

@sachittandukar
Copy link

I am also facing same issue. When I disable plugin, media library loads instantly.

@oherman
Copy link
Contributor

oherman commented Aug 3, 2015

Pardon the delayed replies, we have been working on other backlogs. Rest assured we will look into this in the soonest possible time.

On Aug 3, 2015, at 12:11 PM, Sachit Tandukar notifications@github.com wrote:

I am also facing same issue. When I disable plugin, media library loads instantly.


Reply to this email directly or view it on GitHub #11 (comment).

@generatepress
Copy link
Author

Thanks! Looking forward to the fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants