Mukesh Panchal

Results 33 comments of Mukesh Panchal

@robin-dela Can you please help to remove this blur on canvas?

Thanks @epage, It was Oct 2022 ticket when do you think it will unblock and we can configure it?

@francescamarano or @abhansnuk can you please review this pull request?

Thanks, Paul, for the comment. Some background for the image extension. Plugin added the original image's extension to the WebP file name for its uniqueness in #444, for two or...

@joemcgill Could we add https://core.trac.wordpress.org/ticket/59595 in the list?

For Core-59315 the overall cost of file lookups for PHP template files are minimal and not worth trying to refactor. Closing as a `wontfix`.

This sounds like a cache-related issue. If somehow the root `server-timing` code files didn't get removed during the plugin upgrade, it could still be not called through the plugin. In...

## For classic themes When we implement the accurate sizes for classic theme we can use POC - https://github.com/Automattic/jetpack/blob/99baf6dfba29881377085a9ed375f611bfe60ac1/projects/packages/image-cdn/src/class-image-cdn.php#L1039-L1061 ```php add_filter( 'wp_calculate_image_sizes', 'filter_sizes', 1, 2 ); // Early so themes...

Thanks, @rilwis, for working on the PR. I appreciate the way you implemented the changes. However, as @felixarntz mentioned, we should go with the prefix to avoid conflicts. Since the...