Hello,

I have activated this module, but when I clic on the configuration button, the site doesn't no more respons.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

floown created an issue. See original summary.

mikeytown2’s picture

I'll need more info on this reported bug and how to reproduce it.

floown’s picture

After activated the module, I go by clicking on configuration button to : /admin/config/development/performance/advagg/font

But the site load without displaying the page, the loading clock is displayed continuously. After a few minutes (8 min), I have a blank page. I should point out immediately that I have a memory ceiling of 512 MB.

Thx for your help.

mikeytown2’s picture

Status: Active » Needs review
FileSize
2.5 KB

My guess is the request to is timing out
https://cdn.rawgit.com/bramstein/fontfaceobserver/master/package.json

Here's a patch that sets the timeout to 7 seconds.

  • mikeytown2 committed c2df722 on 7.x-2.x
    Issue #2612910 by mikeytown2: Fix http timeout on admin page of async...
mikeytown2’s picture

Status: Needs review » Fixed

Assuming this fixed it for you. Patch from #4 was committed.

floown’s picture

Hello,

I have apply the patch, the problem is the same : a white page after some long minutes.

floown’s picture

I have activate the module in another installation, without applying the patch, and the page appear this time!

Amazing…

Christopher Riley’s picture

I am running into an issue also on a site that I am running for me it is timing out no matter what I set the php_timeout to.

Fatal error: Maximum execution time of 300 seconds exceeded in /home/site/public_html/sites/all/modules/contrib/advagg/advagg_font/advagg_font.module on line 190

Suggestions?

mikeytown2’s picture

Status: Fixed » Active

@cmriley
Thanks for that important info! That points to the while loop of the css parser never ending. I'll get a patch up fixing this sometime this week.

  • mikeytown2 committed ca494ed on 7.x-2.x
    Issue #2612910 by mikeytown2: Fix css parser getting stuck.
    
mikeytown2’s picture

Status: Active » Fixed
FileSize
945 bytes

Following patch has been committed. It should fix the reported issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.