Skip to main content
Participant
July 24, 2017
Answered

Text symbols increase file size dramatically

  • July 24, 2017
  • 1 reply
  • 474 views

I have an issue with a HTML5 banner with multiple instances of text layers. The output without symbols are about 90 kb, but if I convert the first instance of a text layer to a symbol and then replaces all other instances of that with the new symbol, the output has increased about 10 kb, quickly building up to 180 kb when all text layers are converted to symbols.

I noted that the .js file had twice the amount of code when the text was symbols.

I would like to keep to symbols, because it's so much easier to edit. But my output can't be bigger than 130-150 kb. Is there anything I can try?

This topic has been closed for replies.
Correct answer ClayUUID

You're not setting the textfields to static, are you?

1 reply

ClayUUIDCorrect answer
Legend
July 24, 2017

You're not setting the textfields to static, are you?

kwr.rubinAuthor
Participant
July 25, 2017

Of course I was! The new output size is 102 kb with all text elements set to dynamic text.

A big thank you!