Hubert Nguyen

Results 14 comments of Hubert Nguyen

@redstamp-development adding a whitelist of file types/extensions or a limit on the file sizes could be low-hanging fruits to avoiding having a DB uploaded to S3 as well. Blacklisting doesn't...

@heathera2016 , I was just suggesting an improvement to the plugin. I don't think someone added that yet, sorry.

It seems like a bad practice to put non-uploads items in the /uploads/ directory. Why not have these in /wp-content/ unless the user opts for /uploads/ ? From a security...

@foxydot , for publicly accessed files (outside the editor), it's easiest to add an action to the_content ad rewrite the URLs in PHP on the fly. in functions.php, it would...

I'm getting the error, when running the tool from https://pub-ads-audits.appspot.com/audit

Hi Vvuksan, I don't think it would do the trick, because there are potentially an infinite number of tags (at least "thousands" is very common). Each create a URL such...

The "Uncaught TypeError: Converting circular structure to JSON" happens in the demo page because the author uses JSON.stringify for UI purposes. In this case, the author wanted to save the...

Now that it is possible to provision higher throughput with EFS without uploading 100GB of dummy files, did someone try that?

From everything I've read the main issue is speed, even with file caching, etc. At Re:Invent 2019, Amazon has announced that it would increase the base performance by 5X and...

@collimarco , I ran tests with EFS burst and provisioned throughput. Here are my conclusions (for my use case, a large WP site) - PHP Page Generation goes from ~300ms...