question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package size increase

See original GitHub issue

Hi,

First, I’d like to thank you for the amazing work you’re doing here !

Since the 1.0.0 version release, package size has increased by a factor of 50, which is a lot. I understand the need for a better API but since Cloudinary purpose is to optimize images & videos, it is unfortunate for this module to grow that way.

https://bundlephobia.com/result?p=@nuxtjs/cloudinary@1.0.1

I noticed it is due to the addition of the main cloudinary library which double in size recently.

https://bundlephobia.com/result?p=cloudinary@1.23.0

Is anything can be done to reduce that size increase ?

Regards

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

6reactions
mayashavincommented, Nov 16, 2020

@mrcsmcln Indeed. cloudinary is a Node.js package than runs on server side. So it should not affect the application on the client-side. However, I’m removing the dependency to cloudinary and cloudinary-core since they are kind of duplicate each other in certain functionalities, and there are some functionalities should have more optimized. Hopefully I will get a new release version this week for this problem 😃.

0reactions
unrcommented, Apr 8, 2021

This is now large enough that it fills up 50% of my vercel serverless function size…

Because of that I’m going to be rolling it by hand instead.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Increasing the Size Limit of Package Files
Regardless of the storage you use to keep your packages (activities, automations, and libraries), the maximum file size per upload is 28.6MB -...
Read more >
Can Package Size Accelerate Usage Volume? - JSTOR
Four laboratory studies and a final study in a Laundromat identify circumstances in which larger package sizes encourage greater use than do smaller...
Read more >
Why package size increased In iOS11 For My Widgetkit App
I output the package size report according to the document, and found that the package size increase appears on systems that do not...
Read more >
Project size increase - Packaging - Discussions on Python.org
File sizes on PyPI have been slowly increasing in size for a while now, mostly driven by certain project's needs to support specific...
Read more >
tile package (increasing size) - Esri Community
When creating a tile package, I am finding that the size appears to decrease unless the highest resolution extents are chosen, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found